@eric-emg/symphiq-components 1.3.86 → 1.3.87
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/symphiq-components.mjs +349 -627
- package/fesm2022/symphiq-components.mjs.map +1 -1
- package/package.json +1 -1
- package/styles.css +74 -15
- package/types/symphiq-components.d.ts +81 -113
- package/types/symphiq-components.d.ts.map +1 -1
|
@@ -4673,7 +4673,7 @@ class CompetitiveScoreService {
|
|
|
4673
4673
|
}]
|
|
4674
4674
|
}], null, null); })();
|
|
4675
4675
|
|
|
4676
|
-
const _forTrack0$
|
|
4676
|
+
const _forTrack0$1k = ($index, $item) => $item.category;
|
|
4677
4677
|
function CompetitivePositioningSummaryComponent_Conditional_1_For_47_Conditional_12_Template(rf, ctx) { if (rf & 1) {
|
|
4678
4678
|
i0.ɵɵelementStart(0, "div", 15);
|
|
4679
4679
|
i0.ɵɵelement(1, "div", 37);
|
|
@@ -4832,7 +4832,7 @@ function CompetitivePositioningSummaryComponent_Conditional_1_Template(rf, ctx)
|
|
|
4832
4832
|
i0.ɵɵelementEnd()();
|
|
4833
4833
|
i0.ɵɵnamespaceHTML();
|
|
4834
4834
|
i0.ɵɵelementStart(43, "div", 24)(44, "div", 25)(45, "div", 26);
|
|
4835
|
-
i0.ɵɵrepeaterCreate(46, CompetitivePositioningSummaryComponent_Conditional_1_For_47_Template, 15, 12, "div", 27, _forTrack0$
|
|
4835
|
+
i0.ɵɵrepeaterCreate(46, CompetitivePositioningSummaryComponent_Conditional_1_For_47_Template, 15, 12, "div", 27, _forTrack0$1k);
|
|
4836
4836
|
i0.ɵɵelementEnd()()()();
|
|
4837
4837
|
i0.ɵɵelementStart(48, "div", 28)(49, "button", 29);
|
|
4838
4838
|
i0.ɵɵlistener("click", function CompetitivePositioningSummaryComponent_Conditional_1_Template_button_click_49_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.scrollToCompetitive.emit()); });
|
|
@@ -5041,7 +5041,7 @@ function CompetitivePositioningSummaryComponent_Conditional_2_Template(rf, ctx)
|
|
|
5041
5041
|
i0.ɵɵelementStart(32, "div", 50)(33, "h4", 51);
|
|
5042
5042
|
i0.ɵɵtext(34, "By Funnel Stage");
|
|
5043
5043
|
i0.ɵɵelementEnd();
|
|
5044
|
-
i0.ɵɵrepeaterCreate(35, CompetitivePositioningSummaryComponent_Conditional_2_For_36_Template, 12, 11, "div", 52, _forTrack0$
|
|
5044
|
+
i0.ɵɵrepeaterCreate(35, CompetitivePositioningSummaryComponent_Conditional_2_For_36_Template, 12, 11, "div", 52, _forTrack0$1k);
|
|
5045
5045
|
i0.ɵɵelementEnd();
|
|
5046
5046
|
i0.ɵɵelementStart(37, "div", 28)(38, "button", 53);
|
|
5047
5047
|
i0.ɵɵlistener("click", function CompetitivePositioningSummaryComponent_Conditional_2_Template_button_click_38_listener() { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.scrollToCompetitive.emit()); });
|
|
@@ -9710,7 +9710,7 @@ class MetricCardComponent {
|
|
|
9710
9710
|
const _c0$1m = () => [1, 2, 3];
|
|
9711
9711
|
const _c1$L = (a0, a1, a2) => [a0, a1, a2];
|
|
9712
9712
|
const _c2$u = (a0, a1) => [a0, a1];
|
|
9713
|
-
const _forTrack0$
|
|
9713
|
+
const _forTrack0$1j = ($index, $item) => $item.metric;
|
|
9714
9714
|
const _forTrack1$d = ($index, $item) => $item.metric.dimensionValue;
|
|
9715
9715
|
function BreakdownSectionComponent_Conditional_0_For_7_For_4_Template(rf, ctx) { if (rf & 1) {
|
|
9716
9716
|
i0.ɵɵelementStart(0, "div", 7);
|
|
@@ -10032,7 +10032,7 @@ function BreakdownSectionComponent_Conditional_1_Template(rf, ctx) { if (rf & 1)
|
|
|
10032
10032
|
i0.ɵɵelementEnd()();
|
|
10033
10033
|
i0.ɵɵconditionalCreate(6, BreakdownSectionComponent_Conditional_1_Conditional_6_Template, 3, 0, "div", 11);
|
|
10034
10034
|
i0.ɵɵelementStart(7, "div", 12);
|
|
10035
|
-
i0.ɵɵrepeaterCreate(8, BreakdownSectionComponent_Conditional_1_For_9_Template, 28, 18, "div", 13, _forTrack0$
|
|
10035
|
+
i0.ɵɵrepeaterCreate(8, BreakdownSectionComponent_Conditional_1_For_9_Template, 28, 18, "div", 13, _forTrack0$1j);
|
|
10036
10036
|
i0.ɵɵelementEnd()();
|
|
10037
10037
|
} if (rf & 2) {
|
|
10038
10038
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -11416,7 +11416,7 @@ class ChartCardComponent {
|
|
|
11416
11416
|
}], null, { chart: [{ type: i0.Input, args: [{ isSignal: true, alias: "chart", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: false }] }], chartClick: [{ type: i0.Output, args: ["chartClick"] }] }); }); })();
|
|
11417
11417
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ChartCardComponent, { className: "ChartCardComponent", filePath: "lib/components/shared/chart-card.component.ts", lineNumber: 108 }); })();
|
|
11418
11418
|
|
|
11419
|
-
const _forTrack0$
|
|
11419
|
+
const _forTrack0$1i = ($index, $item) => $item.id;
|
|
11420
11420
|
function FunnelStrengthsListModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
11421
11421
|
i0.ɵɵelementStart(0, "div", 1);
|
|
11422
11422
|
i0.ɵɵnamespaceSVG();
|
|
@@ -11530,7 +11530,7 @@ function FunnelStrengthsListModalContentComponent_Conditional_2_For_2_Template(r
|
|
|
11530
11530
|
} }
|
|
11531
11531
|
function FunnelStrengthsListModalContentComponent_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
11532
11532
|
i0.ɵɵelementStart(0, "div", 2);
|
|
11533
|
-
i0.ɵɵrepeaterCreate(1, FunnelStrengthsListModalContentComponent_Conditional_2_For_2_Template, 30, 22, "button", 7, _forTrack0$
|
|
11533
|
+
i0.ɵɵrepeaterCreate(1, FunnelStrengthsListModalContentComponent_Conditional_2_For_2_Template, 30, 22, "button", 7, _forTrack0$1i);
|
|
11534
11534
|
i0.ɵɵelementEnd();
|
|
11535
11535
|
} if (rf & 2) {
|
|
11536
11536
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -11740,7 +11740,7 @@ class FunnelStrengthsListModalContentComponent {
|
|
|
11740
11740
|
}], null, { strengths: [{ type: i0.Input, args: [{ isSignal: true, alias: "strengths", required: true }] }], isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: true }] }] }); })();
|
|
11741
11741
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FunnelStrengthsListModalContentComponent, { className: "FunnelStrengthsListModalContentComponent", filePath: "lib/components/funnel-analysis-dashboard/funnel-strengths-list-modal-content.component.ts", lineNumber: 93 }); })();
|
|
11742
11742
|
|
|
11743
|
-
const _forTrack0$
|
|
11743
|
+
const _forTrack0$1h = ($index, $item) => $item.severity;
|
|
11744
11744
|
const _forTrack1$c = ($index, $item) => $item.id;
|
|
11745
11745
|
function FunnelWeaknessesListModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
11746
11746
|
i0.ɵɵelementStart(0, "div", 1);
|
|
@@ -11919,7 +11919,7 @@ function FunnelWeaknessesListModalContentComponent_Conditional_2_For_2_Template(
|
|
|
11919
11919
|
} }
|
|
11920
11920
|
function FunnelWeaknessesListModalContentComponent_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
11921
11921
|
i0.ɵɵelementStart(0, "div", 2);
|
|
11922
|
-
i0.ɵɵrepeaterCreate(1, FunnelWeaknessesListModalContentComponent_Conditional_2_For_2_Template, 9, 7, "div", null, _forTrack0$
|
|
11922
|
+
i0.ɵɵrepeaterCreate(1, FunnelWeaknessesListModalContentComponent_Conditional_2_For_2_Template, 9, 7, "div", null, _forTrack0$1h);
|
|
11923
11923
|
i0.ɵɵelementEnd();
|
|
11924
11924
|
} if (rf & 2) {
|
|
11925
11925
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -13708,7 +13708,7 @@ class ProfileItemLookupService {
|
|
|
13708
13708
|
}], null, null); })();
|
|
13709
13709
|
|
|
13710
13710
|
const _c0$1j = a0 => ({ name: "chevron-right", source: a0 });
|
|
13711
|
-
const _forTrack0$
|
|
13711
|
+
const _forTrack0$1g = ($index, $item) => $item.id;
|
|
13712
13712
|
function RelatedAreaChipsComponent_Conditional_0_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
13713
13713
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
13714
13714
|
i0.ɵɵelementStart(0, "button", 2);
|
|
@@ -13729,7 +13729,7 @@ function RelatedAreaChipsComponent_Conditional_0_For_2_Template(rf, ctx) { if (r
|
|
|
13729
13729
|
} }
|
|
13730
13730
|
function RelatedAreaChipsComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
13731
13731
|
i0.ɵɵelementStart(0, "div", 0);
|
|
13732
|
-
i0.ɵɵrepeaterCreate(1, RelatedAreaChipsComponent_Conditional_0_For_2_Template, 4, 5, "button", 1, _forTrack0$
|
|
13732
|
+
i0.ɵɵrepeaterCreate(1, RelatedAreaChipsComponent_Conditional_0_For_2_Template, 4, 5, "button", 1, _forTrack0$1g);
|
|
13733
13733
|
i0.ɵɵelementEnd();
|
|
13734
13734
|
} if (rf & 2) {
|
|
13735
13735
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
@@ -13954,7 +13954,7 @@ class CompetitorChipListComponent {
|
|
|
13954
13954
|
}], null, { relatedCompetitorIds: [{ type: i0.Input, args: [{ isSignal: true, alias: "relatedCompetitorIds", required: false }] }], competitors: [{ type: i0.Input, args: [{ isSignal: true, alias: "competitors", required: false }] }], label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], isDark: [{ type: i0.Input, args: [{ isSignal: true, alias: "isDark", required: false }] }], inModalContext: [{ type: i0.Input, args: [{ isSignal: true, alias: "inModalContext", required: false }] }] }); })();
|
|
13955
13955
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitorChipListComponent, { className: "CompetitorChipListComponent", filePath: "lib/components/business-analysis-dashboard/shared/competitor-chip-list.component.ts", lineNumber: 37 }); })();
|
|
13956
13956
|
|
|
13957
|
-
const _forTrack0$
|
|
13957
|
+
const _forTrack0$1f = ($index, $item) => $item.id;
|
|
13958
13958
|
function CompetitorContextSectionComponent_Conditional_0_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
13959
13959
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
13960
13960
|
i0.ɵɵelementStart(0, "button", 8);
|
|
@@ -14037,7 +14037,7 @@ function CompetitorContextSectionComponent_Conditional_0_Template(rf, ctx) { if
|
|
|
14037
14037
|
i0.ɵɵconditionalCreate(8, CompetitorContextSectionComponent_Conditional_0_Conditional_8_Template, 5, 4, "button", 4);
|
|
14038
14038
|
i0.ɵɵelementEnd();
|
|
14039
14039
|
i0.ɵɵelementStart(9, "div", 5)(10, "div", 6);
|
|
14040
|
-
i0.ɵɵrepeaterCreate(11, CompetitorContextSectionComponent_Conditional_0_For_12_Template, 10, 6, "button", 7, _forTrack0$
|
|
14040
|
+
i0.ɵɵrepeaterCreate(11, CompetitorContextSectionComponent_Conditional_0_For_12_Template, 10, 6, "button", 7, _forTrack0$1f);
|
|
14041
14041
|
i0.ɵɵelementEnd()()();
|
|
14042
14042
|
} if (rf & 2) {
|
|
14043
14043
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -14228,7 +14228,7 @@ class CompetitorContextSectionComponent {
|
|
|
14228
14228
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitorContextSectionComponent, { className: "CompetitorContextSectionComponent", filePath: "lib/components/business-analysis-dashboard/cards/competitor-context-section.component.ts", lineNumber: 86 }); })();
|
|
14229
14229
|
|
|
14230
14230
|
const _c0$1h = a0 => ({ name: "chevron-right", source: a0 });
|
|
14231
|
-
const _forTrack0$
|
|
14231
|
+
const _forTrack0$1e = ($index, $item) => $item.id;
|
|
14232
14232
|
function RelatedRecommendationChipsComponent_Conditional_0_For_3_Template(rf, ctx) { if (rf & 1) {
|
|
14233
14233
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
14234
14234
|
i0.ɵɵelementStart(0, "button", 4);
|
|
@@ -14271,7 +14271,7 @@ function RelatedRecommendationChipsComponent_Conditional_0_Conditional_4_Templat
|
|
|
14271
14271
|
} }
|
|
14272
14272
|
function RelatedRecommendationChipsComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
14273
14273
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 1);
|
|
14274
|
-
i0.ɵɵrepeaterCreate(2, RelatedRecommendationChipsComponent_Conditional_0_For_3_Template, 5, 6, "button", 2, _forTrack0$
|
|
14274
|
+
i0.ɵɵrepeaterCreate(2, RelatedRecommendationChipsComponent_Conditional_0_For_3_Template, 5, 6, "button", 2, _forTrack0$1e);
|
|
14275
14275
|
i0.ɵɵelementEnd();
|
|
14276
14276
|
i0.ɵɵconditionalCreate(4, RelatedRecommendationChipsComponent_Conditional_0_Conditional_4_Template, 5, 4, "button", 3);
|
|
14277
14277
|
i0.ɵɵelementEnd();
|
|
@@ -14727,7 +14727,7 @@ class RelatedFunnelInsightsSectionComponent {
|
|
|
14727
14727
|
}], null, { insightCount: [{ type: i0.Input, args: [{ isSignal: true, alias: "insightCount", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], insightsClicked: [{ type: i0.Output, args: ["insightsClicked"] }] }); })();
|
|
14728
14728
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RelatedFunnelInsightsSectionComponent, { className: "RelatedFunnelInsightsSectionComponent", filePath: "lib/components/business-analysis-dashboard/shared/related-funnel-insights-section.component.ts", lineNumber: 47 }); })();
|
|
14729
14729
|
|
|
14730
|
-
const _forTrack0$
|
|
14730
|
+
const _forTrack0$1d = ($index, $item) => $item.order;
|
|
14731
14731
|
function RecommendationCardComponent_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
14732
14732
|
i0.ɵɵelementStart(0, "div", 9);
|
|
14733
14733
|
i0.ɵɵelement(1, "symphiq-icon", 11);
|
|
@@ -15080,7 +15080,7 @@ function RecommendationCardComponent_Conditional_13_Conditional_12_Conditional_6
|
|
|
15080
15080
|
} }
|
|
15081
15081
|
function RecommendationCardComponent_Conditional_13_Conditional_12_Conditional_6_Template(rf, ctx) { if (rf & 1) {
|
|
15082
15082
|
i0.ɵɵelementStart(0, "div", 37);
|
|
15083
|
-
i0.ɵɵrepeaterCreate(1, RecommendationCardComponent_Conditional_13_Conditional_12_Conditional_6_For_2_Template, 13, 9, "div", 41, _forTrack0$
|
|
15083
|
+
i0.ɵɵrepeaterCreate(1, RecommendationCardComponent_Conditional_13_Conditional_12_Conditional_6_For_2_Template, 13, 9, "div", 41, _forTrack0$1d);
|
|
15084
15084
|
i0.ɵɵelementEnd();
|
|
15085
15085
|
} if (rf & 2) {
|
|
15086
15086
|
const ctx_r0 = i0.ɵɵnextContext(3);
|
|
@@ -15933,7 +15933,7 @@ const ModalComponent_Conditional_0_Conditional_16_Conditional_4_Defer_2_DepsFn =
|
|
|
15933
15933
|
const ModalComponent_Conditional_0_Conditional_16_Conditional_5_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return barChart_component; }).then(m => m.BarChartComponent)];
|
|
15934
15934
|
const ModalComponent_Conditional_0_Conditional_16_Conditional_6_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return pieChart_component; }).then(m => m.PieChartComponent)];
|
|
15935
15935
|
const ModalComponent_Conditional_0_Conditional_16_Conditional_7_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return areaChart_component; }).then(m => m.AreaChartComponent)];
|
|
15936
|
-
const _forTrack0$
|
|
15936
|
+
const _forTrack0$1c = ($index, $item) => $item.id || $index;
|
|
15937
15937
|
function ModalComponent_Conditional_0_Conditional_6_Template(rf, ctx) { if (rf & 1) {
|
|
15938
15938
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
15939
15939
|
i0.ɵɵelementStart(0, "button", 10);
|
|
@@ -16318,7 +16318,7 @@ function ModalComponent_Conditional_0_Conditional_19_For_3_Template(rf, ctx) { i
|
|
|
16318
16318
|
function ModalComponent_Conditional_0_Conditional_19_Template(rf, ctx) { if (rf & 1) {
|
|
16319
16319
|
i0.ɵɵelementStart(0, "div", 19);
|
|
16320
16320
|
i0.ɵɵconditionalCreate(1, ModalComponent_Conditional_0_Conditional_19_Conditional_1_Template, 2, 2, "p", 54);
|
|
16321
|
-
i0.ɵɵrepeaterCreate(2, ModalComponent_Conditional_0_Conditional_19_For_3_Template, 2, 5, "div", null, _forTrack0$
|
|
16321
|
+
i0.ɵɵrepeaterCreate(2, ModalComponent_Conditional_0_Conditional_19_For_3_Template, 2, 5, "div", null, _forTrack0$1c);
|
|
16322
16322
|
i0.ɵɵelementEnd();
|
|
16323
16323
|
} if (rf & 2) {
|
|
16324
16324
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
@@ -16675,7 +16675,7 @@ function ModalComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
|
16675
16675
|
i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "bg-slate-900/60" : "bg-slate-950/80")("@fadeIn", undefined);
|
|
16676
16676
|
i0.ɵɵadvance();
|
|
16677
16677
|
i0.ɵɵstyleProp("z-index", ctx_r1.contentZIndex());
|
|
16678
|
-
i0.ɵɵclassProp("max-w-6xl", ctx_r1.modalType() === "chart")("max-w-3xl", ctx_r1.modalType() !== "chart");
|
|
16678
|
+
i0.ɵɵclassProp("sm:max-w-6xl", ctx_r1.modalType() === "chart")("sm:max-w-3xl", ctx_r1.modalType() !== "chart");
|
|
16679
16679
|
i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "bg-white/90 border-slate-200/50" : "bg-slate-800/90 border-slate-700/50")("@slideUpFade", undefined);
|
|
16680
16680
|
i0.ɵɵadvance();
|
|
16681
16681
|
i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "bg-white/50 border-slate-200/50" : "bg-slate-800/50 border-slate-700/50");
|
|
@@ -17505,7 +17505,7 @@ class ModalComponent {
|
|
|
17505
17505
|
});
|
|
17506
17506
|
}
|
|
17507
17507
|
static { this.ɵfac = function ModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ModalComponent)(); }; }
|
|
17508
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ModalComponent, selectors: [["symphiq-funnel-analysis-modal"]], inputs: { isLightMode: [1, "isLightMode"], viewMode: [1, "viewMode"], allMetrics: [1, "allMetrics"], allInsights: [1, "allInsights"], allCharts: [1, "allCharts"], currencySymbol: [1, "currencySymbol"], businessProfile: [1, "businessProfile"] }, decls: 1, vars: 1, consts: [[1, "fixed", "inset-0", "flex", "items-center", "justify-center", "p-4", "overflow-y-auto", 3, "z-index"], [1, "fixed", "inset-0", "flex", "items-center", "justify-center", "p-4", "overflow-y-auto"], ["aria-hidden", "true", 1, "fixed", "inset-0", "backdrop-blur-md", 3, "click", "ngClass"], [1, "relative", "w-full", "rounded-2xl", "text-left", "overflow-hidden", "shadow-xl", "border", "backdrop-blur-xl", 3, "click", "ngClass"], [1, "px-6", "py-5", "border-b", "backdrop-blur-sm", 3, "ngClass"], [1, "flex", "items-start", "justify-between"], [1, "flex", "items-center", "gap-3"], [1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", "cursor-pointer", 3, "ngClass"], [1, "flex-shrink-0", 3, "class", "animate-pulse"], [1, "flex", "items-center", "gap-2", "flex-wrap"], [1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", "cursor-pointer", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M6 18L18 6M6 6l12 12"], [1, "px-6", "py-6", "overflow-y-auto", "backdrop-blur-sm", 3, "ngClass"], [3, "insight", "allMetrics", "charts", "allCharts", "allBusinessInsights", "isLightMode", "isInModal", "currencySymbol", "currentModalState"], [3, "metric", "insights", "charts", "allCharts", "isLightMode", "isInModal", "currencySymbol", "currentModalState", "initialExpandedSection"], [1, "chart-modal-content"], [1, "space-y-3"], [1, "space-y-5"], [1, "space-y-6"], [3, "recommendation", "viewMode", "forceExpanded", "showNavigationChevron", "inModalContext", "isCompactMode", "animationIndex"], [3, "strengths", "isLightMode"], [3, "weaknesses", "isLightMode"], [3, "strength", "isLightMode", "allMetrics", "allCharts", "currentModalState"], [3, "weakness", "isLightMode", "allMetrics", "allCharts", "currentModalState"], [1, "px-6", "py-4", "border-t", 3, "ngClass"], [1, "w-full", "px-4", "py-2", "rounded-lg", "transition-all", "font-medium", "hover:scale-[1.02]", "active:scale-[0.98]", "cursor-pointer", "flex", "items-center", "justify-center", "gap-2", 3, "ngClass"], [1, "w-full", "px-4", "py-2", "rounded-lg", "transition-all", "font-medium", "hover:scale-[1.02]", "active:scale-[0.98]", "cursor-pointer", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M15 19l-7-7 7-7"], [1, "flex-shrink-0"], [1, "text-sm", 3, "ngClass"], [1, "text-sm", "font-semibold", "transition-colors", "cursor-pointer", 3, "ngClass"], [1, "text-sm", "font-semibold", 3, "ngClass"], [1, "text-sm", "font-semibold", "transition-colors", "cursor-pointer", 3, "click", "ngClass"], [1, "text-xl", "font-bold", "!mb-0", 3, "ngClass"], ["tooltipPosition", "bottom", 3, "viewMode"], [1, "text-sm", "mb-4", 3, "ngClass"], [1, "min-h-[500px]"], [3, "chart", "showAxisLabels", "viewMode", "currencySymbol"], [1, "flex", "items-center", "justify-center", "py-12"], [1, "animate-spin", "rounded-full", "h-8", "w-8", 3, "ngClass"], [1, "w-full", "text-left", "flex", "items-center", "gap-3", "p-4", "rounded-lg", "border", "hover:border-blue-500/50", "transition-all", "cursor-pointer", "group", "hover:scale-[1.01]", "active:scale-[0.99]", 3, "ngClass"], [1, "w-full", "text-left", "flex", "items-center", "gap-3", "p-4", "rounded-lg", "border", "hover:border-blue-500/50", "transition-all", "cursor-pointer", "group", "hover:scale-[1.01]", "active:scale-[0.99]", 3, "click", "ngClass"], [1, "inline-flex", "items-center", "justify-center", "w-8", "h-8", "rounded-full", "text-sm", "font-bold", "flex-shrink-0", 3, "ngClass"], [1, "text-base", "font-medium", "transition-colors", "flex-1", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "group-hover:text-blue-400", "transition-colors", "flex-shrink-0", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 5l7 7-7 7"], [1, "w-full", "text-left", "p-4", "rounded-xl", "border-2", "hover:border-blue-500/50", "transition-all", "cursor-pointer", "group", "hover:scale-[1.01]", "hover:shadow-lg", "active:scale-[0.99]", 3, "ngClass"], [1, "flex", "items-center", "gap-3", "mb-2"], [1, "w-10", "h-10", "rounded-lg", "flex", "items-center", "justify-center", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 12l2 2 4-4M7.835 4.697a3.42 3.42 0 001.946-.806 3.42 3.42 0 014.438 0 3.42 3.42 0 001.946.806 3.42 3.42 0 013.138 3.138 3.42 3.42 0 00.806 1.946 3.42 3.42 0 010 4.438 3.42 3.42 0 00-.806 1.946 3.42 3.42 0 01-3.138 3.138 3.42 3.42 0 00-1.946.806 3.42 3.42 0 01-4.438 0 3.42 3.42 0 00-1.946-.806 3.42 3.42 0 01-3.138-3.138 3.42 3.42 0 00-.806-1.946 3.42 3.42 0 010-4.438 3.42 3.42 0 00.806-1.946 3.42 3.42 0 013.138-3.138z"], [1, "flex-1"], [1, "text-lg", "font-semibold", 3, "ngClass"], [1, "text-sm", "leading-relaxed", 3, "ngClass"], [1, "border-t", "pt-4", 3, "ngClass"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wide", "mb-3", 3, "ngClass"], [1, "w-full", "text-left", "p-4", "rounded-xl", "border-2", "hover:border-blue-500/50", "transition-all", "cursor-pointer", "group", "hover:scale-[1.01]", "hover:shadow-lg", "active:scale-[0.99]", 3, "click", "ngClass"], [1, "flex", "items-start", "gap-3", "mb-3"], [1, "inline-flex", "items-center", "justify-center", "w-8", "h-8", "rounded-full", "text-xs", "font-bold", "flex-shrink-0", 3, "ngClass"], [1, "flex-1", "min-w-0"], [1, "text-base", "font-semibold", "transition-colors", "mb-2", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "group-hover:text-blue-400", "transition-colors", "flex-shrink-0", "mt-1", 3, "ngClass"], [1, "flex", "items-center", "gap-1.5", "pt-2"], [1, "inline-flex", "items-center", "gap-1.5", "px-3", "py-1.5", "rounded-full", "text-xs", "font-semibold", "border", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-3.5", "h-3.5"], ["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"], [3, "cardNavigate", "recommendation", "viewMode", "animationIndex", "showNavigationChevron", "inModalContext"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wide", "mb-2", 3, "ngClass"], [3, "metricClick", "metric", "isLightMode", "animationKey", "currencySymbol"], [3, "chartClick", "chart", "viewMode", "isLightMode"], [1, "w-full", "text-left", "flex", "items-start", "gap-3", "p-4", "rounded-lg", "border", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "text-emerald-400", "flex-shrink-0", "mt-0.5"], [1, "p-4", "rounded-lg", "border-l-4", 3, "ngClass"], [1, "flex", "items-center", "gap-2", "mb-3"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", 3, "ngClass"], ["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, "text-xs", "font-semibold", "uppercase", "tracking-wide", 3, "ngClass"], [1, "w-full", "px-4", "py-2", "rounded-lg", "transition-all", "font-medium", "hover:scale-[1.02]", "active:scale-[0.98]", "cursor-pointer", "flex", "items-center", "justify-center", "gap-2", 3, "click", "ngClass"], [1, "w-full", "px-4", "py-2", "rounded-lg", "transition-all", "font-medium", "hover:scale-[1.02]", "active:scale-[0.98]", "cursor-pointer", 3, "click", "ngClass"]], template: function ModalComponent_Template(rf, ctx) { if (rf & 1) {
|
|
17508
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ModalComponent, selectors: [["symphiq-funnel-analysis-modal"]], inputs: { isLightMode: [1, "isLightMode"], viewMode: [1, "viewMode"], allMetrics: [1, "allMetrics"], allInsights: [1, "allInsights"], allCharts: [1, "allCharts"], currencySymbol: [1, "currencySymbol"], businessProfile: [1, "businessProfile"] }, decls: 1, vars: 1, consts: [[1, "fixed", "inset-0", "flex", "items-center", "justify-center", "p-0", "sm:p-4", "overflow-y-auto", 3, "z-index"], [1, "fixed", "inset-0", "flex", "items-center", "justify-center", "p-0", "sm:p-4", "overflow-y-auto"], ["aria-hidden", "true", 1, "fixed", "inset-0", "backdrop-blur-md", 3, "click", "ngClass"], [1, "relative", "w-full", "h-full", "sm:h-auto", "max-w-full", "sm:max-w-3xl", "rounded-none", "sm:rounded-2xl", "text-left", "overflow-hidden", "shadow-xl", "border", "backdrop-blur-xl", 3, "click", "ngClass"], [1, "px-6", "py-5", "border-b", "backdrop-blur-sm", 3, "ngClass"], [1, "flex", "items-start", "justify-between"], [1, "flex", "items-center", "gap-3"], [1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", "cursor-pointer", 3, "ngClass"], [1, "flex-shrink-0", 3, "class", "animate-pulse"], [1, "flex", "items-center", "gap-2", "flex-wrap"], [1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", "cursor-pointer", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M6 18L18 6M6 6l12 12"], [1, "px-6", "py-6", "overflow-y-auto", "backdrop-blur-sm", 3, "ngClass"], [3, "insight", "allMetrics", "charts", "allCharts", "allBusinessInsights", "isLightMode", "isInModal", "currencySymbol", "currentModalState"], [3, "metric", "insights", "charts", "allCharts", "isLightMode", "isInModal", "currencySymbol", "currentModalState", "initialExpandedSection"], [1, "chart-modal-content"], [1, "space-y-3"], [1, "space-y-5"], [1, "space-y-6"], [3, "recommendation", "viewMode", "forceExpanded", "showNavigationChevron", "inModalContext", "isCompactMode", "animationIndex"], [3, "strengths", "isLightMode"], [3, "weaknesses", "isLightMode"], [3, "strength", "isLightMode", "allMetrics", "allCharts", "currentModalState"], [3, "weakness", "isLightMode", "allMetrics", "allCharts", "currentModalState"], [1, "px-6", "py-4", "border-t", 3, "ngClass"], [1, "w-full", "px-4", "py-2", "rounded-lg", "transition-all", "font-medium", "hover:scale-[1.02]", "active:scale-[0.98]", "cursor-pointer", "flex", "items-center", "justify-center", "gap-2", 3, "ngClass"], [1, "w-full", "px-4", "py-2", "rounded-lg", "transition-all", "font-medium", "hover:scale-[1.02]", "active:scale-[0.98]", "cursor-pointer", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M15 19l-7-7 7-7"], [1, "flex-shrink-0"], [1, "text-sm", 3, "ngClass"], [1, "text-sm", "font-semibold", "transition-colors", "cursor-pointer", 3, "ngClass"], [1, "text-sm", "font-semibold", 3, "ngClass"], [1, "text-sm", "font-semibold", "transition-colors", "cursor-pointer", 3, "click", "ngClass"], [1, "text-xl", "font-bold", "!mb-0", 3, "ngClass"], ["tooltipPosition", "bottom", 3, "viewMode"], [1, "text-sm", "mb-4", 3, "ngClass"], [1, "min-h-[500px]"], [3, "chart", "showAxisLabels", "viewMode", "currencySymbol"], [1, "flex", "items-center", "justify-center", "py-12"], [1, "animate-spin", "rounded-full", "h-8", "w-8", 3, "ngClass"], [1, "w-full", "text-left", "flex", "items-center", "gap-3", "p-4", "rounded-lg", "border", "hover:border-blue-500/50", "transition-all", "cursor-pointer", "group", "hover:scale-[1.01]", "active:scale-[0.99]", 3, "ngClass"], [1, "w-full", "text-left", "flex", "items-center", "gap-3", "p-4", "rounded-lg", "border", "hover:border-blue-500/50", "transition-all", "cursor-pointer", "group", "hover:scale-[1.01]", "active:scale-[0.99]", 3, "click", "ngClass"], [1, "inline-flex", "items-center", "justify-center", "w-8", "h-8", "rounded-full", "text-sm", "font-bold", "flex-shrink-0", 3, "ngClass"], [1, "text-base", "font-medium", "transition-colors", "flex-1", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "group-hover:text-blue-400", "transition-colors", "flex-shrink-0", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 5l7 7-7 7"], [1, "w-full", "text-left", "p-4", "rounded-xl", "border-2", "hover:border-blue-500/50", "transition-all", "cursor-pointer", "group", "hover:scale-[1.01]", "hover:shadow-lg", "active:scale-[0.99]", 3, "ngClass"], [1, "flex", "items-center", "gap-3", "mb-2"], [1, "w-10", "h-10", "rounded-lg", "flex", "items-center", "justify-center", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 12l2 2 4-4M7.835 4.697a3.42 3.42 0 001.946-.806 3.42 3.42 0 014.438 0 3.42 3.42 0 001.946.806 3.42 3.42 0 013.138 3.138 3.42 3.42 0 00.806 1.946 3.42 3.42 0 010 4.438 3.42 3.42 0 00-.806 1.946 3.42 3.42 0 01-3.138 3.138 3.42 3.42 0 00-1.946.806 3.42 3.42 0 01-4.438 0 3.42 3.42 0 00-1.946-.806 3.42 3.42 0 01-3.138-3.138 3.42 3.42 0 00-.806-1.946 3.42 3.42 0 010-4.438 3.42 3.42 0 00.806-1.946 3.42 3.42 0 013.138-3.138z"], [1, "flex-1"], [1, "text-lg", "font-semibold", 3, "ngClass"], [1, "text-sm", "leading-relaxed", 3, "ngClass"], [1, "border-t", "pt-4", 3, "ngClass"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wide", "mb-3", 3, "ngClass"], [1, "w-full", "text-left", "p-4", "rounded-xl", "border-2", "hover:border-blue-500/50", "transition-all", "cursor-pointer", "group", "hover:scale-[1.01]", "hover:shadow-lg", "active:scale-[0.99]", 3, "click", "ngClass"], [1, "flex", "items-start", "gap-3", "mb-3"], [1, "inline-flex", "items-center", "justify-center", "w-8", "h-8", "rounded-full", "text-xs", "font-bold", "flex-shrink-0", 3, "ngClass"], [1, "flex-1", "min-w-0"], [1, "text-base", "font-semibold", "transition-colors", "mb-2", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "group-hover:text-blue-400", "transition-colors", "flex-shrink-0", "mt-1", 3, "ngClass"], [1, "flex", "items-center", "gap-1.5", "pt-2"], [1, "inline-flex", "items-center", "gap-1.5", "px-3", "py-1.5", "rounded-full", "text-xs", "font-semibold", "border", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-3.5", "h-3.5"], ["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"], [3, "cardNavigate", "recommendation", "viewMode", "animationIndex", "showNavigationChevron", "inModalContext"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wide", "mb-2", 3, "ngClass"], [3, "metricClick", "metric", "isLightMode", "animationKey", "currencySymbol"], [3, "chartClick", "chart", "viewMode", "isLightMode"], [1, "w-full", "text-left", "flex", "items-start", "gap-3", "p-4", "rounded-lg", "border", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "text-emerald-400", "flex-shrink-0", "mt-0.5"], [1, "p-4", "rounded-lg", "border-l-4", 3, "ngClass"], [1, "flex", "items-center", "gap-2", "mb-3"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", 3, "ngClass"], ["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, "text-xs", "font-semibold", "uppercase", "tracking-wide", 3, "ngClass"], [1, "w-full", "px-4", "py-2", "rounded-lg", "transition-all", "font-medium", "hover:scale-[1.02]", "active:scale-[0.98]", "cursor-pointer", "flex", "items-center", "justify-center", "gap-2", 3, "click", "ngClass"], [1, "w-full", "px-4", "py-2", "rounded-lg", "transition-all", "font-medium", "hover:scale-[1.02]", "active:scale-[0.98]", "cursor-pointer", 3, "click", "ngClass"]], template: function ModalComponent_Template(rf, ctx) { if (rf & 1) {
|
|
17509
17509
|
i0.ɵɵconditionalCreate(0, ModalComponent_Conditional_0_Template, 32, 41, "div", 0);
|
|
17510
17510
|
} if (rf & 2) {
|
|
17511
17511
|
i0.ɵɵconditional(ctx.isOpen() ? 0 : -1);
|
|
@@ -17547,15 +17547,15 @@ class ModalComponent {
|
|
|
17547
17547
|
],
|
|
17548
17548
|
template: `
|
|
17549
17549
|
@if (isOpen()) {
|
|
17550
|
-
<div class="fixed inset-0 flex items-center justify-center p-4 overflow-y-auto" [style.z-index]="baseZIndex()">
|
|
17550
|
+
<div class="fixed inset-0 flex items-center justify-center p-0 sm:p-4 overflow-y-auto" [style.z-index]="baseZIndex()">
|
|
17551
17551
|
<div [ngClass]="isLightMode() ? 'bg-slate-900/60' : 'bg-slate-950/80'" class="fixed inset-0 backdrop-blur-md" [style.z-index]="backdropZIndex()" aria-hidden="true" @fadeIn (click)="closeModal()"></div>
|
|
17552
17552
|
|
|
17553
17553
|
<div
|
|
17554
17554
|
(click)="$event.stopPropagation()"
|
|
17555
17555
|
[ngClass]="isLightMode() ? 'bg-white/90 border-slate-200/50' : 'bg-slate-800/90 border-slate-700/50'"
|
|
17556
|
-
[class.max-w-6xl]="modalType() === 'chart'"
|
|
17557
|
-
[class.max-w-3xl]="modalType() !== 'chart'"
|
|
17558
|
-
class="relative w-full rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl"
|
|
17556
|
+
[class.sm:max-w-6xl]="modalType() === 'chart'"
|
|
17557
|
+
[class.sm:max-w-3xl]="modalType() !== 'chart'"
|
|
17558
|
+
class="relative w-full h-full sm:h-auto max-w-full sm:max-w-3xl rounded-none sm:rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl"
|
|
17559
17559
|
[style.z-index]="contentZIndex()"
|
|
17560
17560
|
@slideUpFade>
|
|
17561
17561
|
|
|
@@ -20614,7 +20614,7 @@ class NarrativeTooltipComponent {
|
|
|
20614
20614
|
}], null, { content: [{ type: i0.Input, args: [{ isSignal: true, alias: "content", required: true }] }], isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: false }] }] }); })();
|
|
20615
20615
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(NarrativeTooltipComponent, { className: "NarrativeTooltipComponent", filePath: "lib/components/funnel-analysis-dashboard/tooltip/narrative-tooltip.component.ts", lineNumber: 27 }); })();
|
|
20616
20616
|
|
|
20617
|
-
const _forTrack0$
|
|
20617
|
+
const _forTrack0$1b = ($index, $item) => $item.metric.name;
|
|
20618
20618
|
function CompetitiveStatusTooltipComponent_Conditional_6_For_6_Template(rf, ctx) { if (rf & 1) {
|
|
20619
20619
|
i0.ɵɵelementStart(0, "div", 7)(1, "div", 8)(2, "div", 9);
|
|
20620
20620
|
i0.ɵɵelement(3, "div", 10);
|
|
@@ -20658,7 +20658,7 @@ function CompetitiveStatusTooltipComponent_Conditional_6_Template(rf, ctx) { if
|
|
|
20658
20658
|
i0.ɵɵtext(3);
|
|
20659
20659
|
i0.ɵɵelementEnd();
|
|
20660
20660
|
i0.ɵɵelementStart(4, "div", 5);
|
|
20661
|
-
i0.ɵɵrepeaterCreate(5, CompetitiveStatusTooltipComponent_Conditional_6_For_6_Template, 13, 12, "div", 6, _forTrack0$
|
|
20661
|
+
i0.ɵɵrepeaterCreate(5, CompetitiveStatusTooltipComponent_Conditional_6_For_6_Template, 13, 12, "div", 6, _forTrack0$1b);
|
|
20662
20662
|
i0.ɵɵelementEnd()();
|
|
20663
20663
|
} if (rf & 2) {
|
|
20664
20664
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -20917,7 +20917,7 @@ class CompetitiveStatusTooltipComponent {
|
|
|
20917
20917
|
}], null, { content: [{ type: i0.Input, args: [{ isSignal: true, alias: "content", required: true }] }], isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: false }] }], currencySymbol: [{ type: i0.Input, args: [{ isSignal: true, alias: "currencySymbol", required: false }] }] }); })();
|
|
20918
20918
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitiveStatusTooltipComponent, { className: "CompetitiveStatusTooltipComponent", filePath: "lib/components/funnel-analysis-dashboard/tooltip/competitive-status-tooltip.component.ts", lineNumber: 60 }); })();
|
|
20919
20919
|
|
|
20920
|
-
const _forTrack0$
|
|
20920
|
+
const _forTrack0$1a = ($index, $item) => $item.name;
|
|
20921
20921
|
function FunnelStageCompetitiveTooltipComponent_Conditional_8_For_7_Template(rf, ctx) { if (rf & 1) {
|
|
20922
20922
|
i0.ɵɵelementStart(0, "div", 9)(1, "div", 10)(2, "span", 11);
|
|
20923
20923
|
i0.ɵɵtext(3);
|
|
@@ -20957,7 +20957,7 @@ function FunnelStageCompetitiveTooltipComponent_Conditional_8_Template(rf, ctx)
|
|
|
20957
20957
|
i0.ɵɵtext(4);
|
|
20958
20958
|
i0.ɵɵelementEnd()();
|
|
20959
20959
|
i0.ɵɵelementStart(5, "div", 8);
|
|
20960
|
-
i0.ɵɵrepeaterCreate(6, FunnelStageCompetitiveTooltipComponent_Conditional_8_For_7_Template, 11, 9, "div", 9, _forTrack0$
|
|
20960
|
+
i0.ɵɵrepeaterCreate(6, FunnelStageCompetitiveTooltipComponent_Conditional_8_For_7_Template, 11, 9, "div", 9, _forTrack0$1a);
|
|
20961
20961
|
i0.ɵɵelementEnd()();
|
|
20962
20962
|
} if (rf & 2) {
|
|
20963
20963
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -21007,7 +21007,7 @@ function FunnelStageCompetitiveTooltipComponent_Conditional_9_Template(rf, ctx)
|
|
|
21007
21007
|
i0.ɵɵtext(4);
|
|
21008
21008
|
i0.ɵɵelementEnd()();
|
|
21009
21009
|
i0.ɵɵelementStart(5, "div", 8);
|
|
21010
|
-
i0.ɵɵrepeaterCreate(6, FunnelStageCompetitiveTooltipComponent_Conditional_9_For_7_Template, 11, 9, "div", 9, _forTrack0$
|
|
21010
|
+
i0.ɵɵrepeaterCreate(6, FunnelStageCompetitiveTooltipComponent_Conditional_9_For_7_Template, 11, 9, "div", 9, _forTrack0$1a);
|
|
21011
21011
|
i0.ɵɵelementEnd()();
|
|
21012
21012
|
} if (rf & 2) {
|
|
21013
21013
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -21057,7 +21057,7 @@ function FunnelStageCompetitiveTooltipComponent_Conditional_10_Template(rf, ctx)
|
|
|
21057
21057
|
i0.ɵɵtext(4);
|
|
21058
21058
|
i0.ɵɵelementEnd()();
|
|
21059
21059
|
i0.ɵɵelementStart(5, "div", 8);
|
|
21060
|
-
i0.ɵɵrepeaterCreate(6, FunnelStageCompetitiveTooltipComponent_Conditional_10_For_7_Template, 11, 9, "div", 9, _forTrack0$
|
|
21060
|
+
i0.ɵɵrepeaterCreate(6, FunnelStageCompetitiveTooltipComponent_Conditional_10_For_7_Template, 11, 9, "div", 9, _forTrack0$1a);
|
|
21061
21061
|
i0.ɵɵelementEnd()();
|
|
21062
21062
|
} if (rf & 2) {
|
|
21063
21063
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -22212,233 +22212,6 @@ class TooltipContainerComponent {
|
|
|
22212
22212
|
}], () => [], null); })();
|
|
22213
22213
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TooltipContainerComponent, { className: "TooltipContainerComponent", filePath: "lib/components/funnel-analysis-dashboard/tooltip/tooltip-container.component.ts", lineNumber: 230 }); })();
|
|
22214
22214
|
|
|
22215
|
-
function MobileFABComponent_Conditional_1_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
22216
|
-
i0.ɵɵnamespaceSVG();
|
|
22217
|
-
i0.ɵɵelementStart(0, "svg", 6);
|
|
22218
|
-
i0.ɵɵelement(1, "path", 8);
|
|
22219
|
-
i0.ɵɵelementEnd();
|
|
22220
|
-
} }
|
|
22221
|
-
function MobileFABComponent_Conditional_1_Conditional_6_Template(rf, ctx) { if (rf & 1) {
|
|
22222
|
-
i0.ɵɵnamespaceSVG();
|
|
22223
|
-
i0.ɵɵelementStart(0, "svg", 6);
|
|
22224
|
-
i0.ɵɵelement(1, "path", 9);
|
|
22225
|
-
i0.ɵɵelementEnd();
|
|
22226
|
-
} }
|
|
22227
|
-
function MobileFABComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
22228
|
-
const _r1 = i0.ɵɵgetCurrentView();
|
|
22229
|
-
i0.ɵɵelementStart(0, "div", 1)(1, "button", 5);
|
|
22230
|
-
i0.ɵɵlistener("click", function MobileFABComponent_Conditional_1_Template_button_click_1_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onScrollToTop()); });
|
|
22231
|
-
i0.ɵɵnamespaceSVG();
|
|
22232
|
-
i0.ɵɵelementStart(2, "svg", 6);
|
|
22233
|
-
i0.ɵɵelement(3, "path", 7);
|
|
22234
|
-
i0.ɵɵelementEnd()();
|
|
22235
|
-
i0.ɵɵnamespaceHTML();
|
|
22236
|
-
i0.ɵɵelementStart(4, "button", 5);
|
|
22237
|
-
i0.ɵɵlistener("click", function MobileFABComponent_Conditional_1_Template_button_click_4_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onToggleView()); });
|
|
22238
|
-
i0.ɵɵconditionalCreate(5, MobileFABComponent_Conditional_1_Conditional_5_Template, 2, 0, ":svg:svg", 6)(6, MobileFABComponent_Conditional_1_Conditional_6_Template, 2, 0, ":svg:svg", 6);
|
|
22239
|
-
i0.ɵɵelementEnd()();
|
|
22240
|
-
} if (rf & 2) {
|
|
22241
|
-
const ctx_r1 = i0.ɵɵnextContext();
|
|
22242
|
-
i0.ɵɵadvance();
|
|
22243
|
-
i0.ɵɵproperty("ngClass", ctx_r1.buttonClass());
|
|
22244
|
-
i0.ɵɵadvance(3);
|
|
22245
|
-
i0.ɵɵproperty("ngClass", ctx_r1.buttonClass());
|
|
22246
|
-
i0.ɵɵadvance();
|
|
22247
|
-
i0.ɵɵconditional(ctx_r1.isCompactMode() ? 5 : 6);
|
|
22248
|
-
} }
|
|
22249
|
-
class MobileFABComponent {
|
|
22250
|
-
constructor() {
|
|
22251
|
-
this.isLightMode = input(false, ...(ngDevMode ? [{ debugName: "isLightMode" }] : []));
|
|
22252
|
-
this.isCompactMode = input(false, ...(ngDevMode ? [{ debugName: "isCompactMode" }] : []));
|
|
22253
|
-
this.isExpanded = input(false, ...(ngDevMode ? [{ debugName: "isExpanded" }] : []));
|
|
22254
|
-
this.expandedChange = output();
|
|
22255
|
-
this.scrollToTop = output();
|
|
22256
|
-
this.toggleView = output();
|
|
22257
|
-
this.buttonClass = computed(() => this.isLightMode()
|
|
22258
|
-
? 'bg-white text-slate-700 border border-slate-300 hover:border-blue-500'
|
|
22259
|
-
: 'bg-slate-800 text-white border border-slate-600 hover:border-blue-400', ...(ngDevMode ? [{ debugName: "buttonClass" }] : []));
|
|
22260
|
-
this.mainButtonClass = computed(() => this.isLightMode()
|
|
22261
|
-
? 'bg-gradient-to-br from-blue-500 to-blue-600 text-white hover:from-blue-600 hover:to-blue-700'
|
|
22262
|
-
: 'bg-gradient-to-br from-blue-400 to-blue-500 text-white hover:from-blue-500 hover:to-blue-600', ...(ngDevMode ? [{ debugName: "mainButtonClass" }] : []));
|
|
22263
|
-
}
|
|
22264
|
-
toggleExpanded() {
|
|
22265
|
-
this.expandedChange.emit(!this.isExpanded());
|
|
22266
|
-
}
|
|
22267
|
-
onScrollToTop() {
|
|
22268
|
-
this.scrollToTop.emit();
|
|
22269
|
-
this.expandedChange.emit(false);
|
|
22270
|
-
}
|
|
22271
|
-
onToggleView() {
|
|
22272
|
-
this.toggleView.emit();
|
|
22273
|
-
this.expandedChange.emit(false);
|
|
22274
|
-
}
|
|
22275
|
-
static { this.ɵfac = function MobileFABComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || MobileFABComponent)(); }; }
|
|
22276
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MobileFABComponent, selectors: [["symphiq-mobile-fab"]], inputs: { isLightMode: [1, "isLightMode"], isCompactMode: [1, "isCompactMode"], isExpanded: [1, "isExpanded"] }, outputs: { expandedChange: "expandedChange", scrollToTop: "scrollToTop", toggleView: "toggleView" }, decls: 5, vars: 4, consts: [[1, "fixed", "bottom-24", "right-4", "z-[60]", "lg:hidden"], [1, "flex", "flex-col", "gap-3", "mb-3", "animate-fade-in-up"], [1, "w-14", "h-14", "rounded-full", "shadow-2xl", "flex", "items-center", "justify-center", "transition-all", "duration-300", "hover:scale-110", "active:scale-95", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6", "transition-transform", "duration-300"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M12 4v16m8-8H4"], [1, "w-12", "h-12", "rounded-full", "shadow-lg", "flex", "items-center", "justify-center", "transition-all", "duration-200", "hover:scale-110", "active:scale-95", 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", "M5 10l7-7m0 0l7 7m-7-7v18"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M4 6h16M4 12h16M4 18h16"]], template: function MobileFABComponent_Template(rf, ctx) { if (rf & 1) {
|
|
22277
|
-
i0.ɵɵelementStart(0, "div", 0);
|
|
22278
|
-
i0.ɵɵconditionalCreate(1, MobileFABComponent_Conditional_1_Template, 7, 3, "div", 1);
|
|
22279
|
-
i0.ɵɵelementStart(2, "button", 2);
|
|
22280
|
-
i0.ɵɵlistener("click", function MobileFABComponent_Template_button_click_2_listener() { return ctx.toggleExpanded(); });
|
|
22281
|
-
i0.ɵɵnamespaceSVG();
|
|
22282
|
-
i0.ɵɵelementStart(3, "svg", 3);
|
|
22283
|
-
i0.ɵɵelement(4, "path", 4);
|
|
22284
|
-
i0.ɵɵelementEnd()()();
|
|
22285
|
-
} if (rf & 2) {
|
|
22286
|
-
i0.ɵɵadvance();
|
|
22287
|
-
i0.ɵɵconditional(ctx.isExpanded() ? 1 : -1);
|
|
22288
|
-
i0.ɵɵadvance();
|
|
22289
|
-
i0.ɵɵproperty("ngClass", ctx.mainButtonClass());
|
|
22290
|
-
i0.ɵɵadvance();
|
|
22291
|
-
i0.ɵɵclassProp("rotate-45", ctx.isExpanded());
|
|
22292
|
-
} }, dependencies: [CommonModule, i1$1.NgClass], styles: ["@keyframes _ngcontent-%COMP%_fade-in-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_fade-in-up .2s ease-out}"], changeDetection: 0 }); }
|
|
22293
|
-
}
|
|
22294
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MobileFABComponent, [{
|
|
22295
|
-
type: Component,
|
|
22296
|
-
args: [{ selector: 'symphiq-mobile-fab', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, imports: [CommonModule], template: `
|
|
22297
|
-
<div class="fixed bottom-24 right-4 z-[60] lg:hidden">
|
|
22298
|
-
<!-- FAB Menu Items (shown when expanded) -->
|
|
22299
|
-
@if (isExpanded()) {
|
|
22300
|
-
<div class="flex flex-col gap-3 mb-3 animate-fade-in-up">
|
|
22301
|
-
<!-- Scroll to Top -->
|
|
22302
|
-
<button
|
|
22303
|
-
(click)="onScrollToTop()"
|
|
22304
|
-
[ngClass]="buttonClass()"
|
|
22305
|
-
class="w-12 h-12 rounded-full shadow-lg flex items-center justify-center transition-all duration-200 hover:scale-110 active:scale-95">
|
|
22306
|
-
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
22307
|
-
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 10l7-7m0 0l7 7m-7-7v18"></path>
|
|
22308
|
-
</svg>
|
|
22309
|
-
</button>
|
|
22310
|
-
|
|
22311
|
-
<!-- Toggle View Mode -->
|
|
22312
|
-
<button
|
|
22313
|
-
(click)="onToggleView()"
|
|
22314
|
-
[ngClass]="buttonClass()"
|
|
22315
|
-
class="w-12 h-12 rounded-full shadow-lg flex items-center justify-center transition-all duration-200 hover:scale-110 active:scale-95">
|
|
22316
|
-
@if (isCompactMode()) {
|
|
22317
|
-
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
22318
|
-
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z"></path>
|
|
22319
|
-
</svg>
|
|
22320
|
-
} @else {
|
|
22321
|
-
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
22322
|
-
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path>
|
|
22323
|
-
</svg>
|
|
22324
|
-
}
|
|
22325
|
-
</button>
|
|
22326
|
-
</div>
|
|
22327
|
-
}
|
|
22328
|
-
|
|
22329
|
-
<!-- Main FAB Button -->
|
|
22330
|
-
<button
|
|
22331
|
-
(click)="toggleExpanded()"
|
|
22332
|
-
[ngClass]="mainButtonClass()"
|
|
22333
|
-
class="w-14 h-14 rounded-full shadow-2xl flex items-center justify-center transition-all duration-300 hover:scale-110 active:scale-95">
|
|
22334
|
-
<svg
|
|
22335
|
-
class="w-6 h-6 transition-transform duration-300"
|
|
22336
|
-
[class.rotate-45]="isExpanded()"
|
|
22337
|
-
fill="none"
|
|
22338
|
-
stroke="currentColor"
|
|
22339
|
-
viewBox="0 0 24 24">
|
|
22340
|
-
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 4v16m8-8H4"></path>
|
|
22341
|
-
</svg>
|
|
22342
|
-
</button>
|
|
22343
|
-
</div>
|
|
22344
|
-
`, styles: ["@keyframes fade-in-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fade-in-up .2s ease-out}\n"] }]
|
|
22345
|
-
}], null, { isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: false }] }], isCompactMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isCompactMode", required: false }] }], isExpanded: [{ type: i0.Input, args: [{ isSignal: true, alias: "isExpanded", required: false }] }], expandedChange: [{ type: i0.Output, args: ["expandedChange"] }], scrollToTop: [{ type: i0.Output, args: ["scrollToTop"] }], toggleView: [{ type: i0.Output, args: ["toggleView"] }] }); })();
|
|
22346
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MobileFABComponent, { className: "MobileFABComponent", filePath: "lib/components/funnel-analysis-dashboard/mobile-fab.component.ts", lineNumber: 75 }); })();
|
|
22347
|
-
|
|
22348
|
-
const _forTrack0$1a = ($index, $item) => $item.id;
|
|
22349
|
-
function MobileBottomNavComponent_For_3_Template(rf, ctx) { if (rf & 1) {
|
|
22350
|
-
const _r1 = i0.ɵɵgetCurrentView();
|
|
22351
|
-
i0.ɵɵelementStart(0, "button", 3);
|
|
22352
|
-
i0.ɵɵlistener("click", function MobileBottomNavComponent_For_3_Template_button_click_0_listener() { const section_r2 = i0.ɵɵrestoreView(_r1).$implicit; const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onNavigate(section_r2.id)); });
|
|
22353
|
-
i0.ɵɵelement(1, "div", 4);
|
|
22354
|
-
i0.ɵɵelementStart(2, "span", 5);
|
|
22355
|
-
i0.ɵɵtext(3);
|
|
22356
|
-
i0.ɵɵelementEnd()();
|
|
22357
|
-
} if (rf & 2) {
|
|
22358
|
-
const section_r2 = ctx.$implicit;
|
|
22359
|
-
const ctx_r2 = i0.ɵɵnextContext();
|
|
22360
|
-
i0.ɵɵproperty("ngClass", ctx_r2.getButtonClass(section_r2.id));
|
|
22361
|
-
i0.ɵɵadvance();
|
|
22362
|
-
i0.ɵɵproperty("innerHTML", ctx_r2.getSvgIcon(section_r2.icon), i0.ɵɵsanitizeHtml);
|
|
22363
|
-
i0.ɵɵadvance(2);
|
|
22364
|
-
i0.ɵɵtextInterpolate(section_r2.label);
|
|
22365
|
-
} }
|
|
22366
|
-
class MobileBottomNavComponent {
|
|
22367
|
-
constructor() {
|
|
22368
|
-
this.isLightMode = input(false, ...(ngDevMode ? [{ debugName: "isLightMode" }] : []));
|
|
22369
|
-
this.sections = input([], ...(ngDevMode ? [{ debugName: "sections" }] : []));
|
|
22370
|
-
this.activeSection = input('', ...(ngDevMode ? [{ debugName: "activeSection" }] : []));
|
|
22371
|
-
this.navigate = output();
|
|
22372
|
-
this.containerClass = computed(() => this.isLightMode()
|
|
22373
|
-
? 'bg-white/95 border-slate-200'
|
|
22374
|
-
: 'bg-slate-900/95 border-slate-700', ...(ngDevMode ? [{ debugName: "containerClass" }] : []));
|
|
22375
|
-
}
|
|
22376
|
-
getButtonClass(sectionId) {
|
|
22377
|
-
const isActive = this.activeSection() === sectionId;
|
|
22378
|
-
const baseClass = 'transition-all duration-200';
|
|
22379
|
-
if (this.isLightMode()) {
|
|
22380
|
-
return isActive
|
|
22381
|
-
? `${baseClass} bg-blue-100 text-blue-600`
|
|
22382
|
-
: `${baseClass} text-slate-600 hover:bg-slate-100`;
|
|
22383
|
-
}
|
|
22384
|
-
return isActive
|
|
22385
|
-
? `${baseClass} bg-blue-500/20 text-blue-400`
|
|
22386
|
-
: `${baseClass} text-slate-400 hover:bg-slate-800`;
|
|
22387
|
-
}
|
|
22388
|
-
getSvgIcon(iconName) {
|
|
22389
|
-
const baseClasses = 'w-6 h-6';
|
|
22390
|
-
const svgWrapper = (path) => `<svg class="${baseClasses}" fill="none" stroke="currentColor" viewBox="0 0 24 24">${path}</svg>`;
|
|
22391
|
-
const icons = {
|
|
22392
|
-
overview: '<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6"></path>',
|
|
22393
|
-
insights: '<path 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"></path>',
|
|
22394
|
-
metrics: '<path 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"></path>',
|
|
22395
|
-
breakdowns: '<path 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"></path>',
|
|
22396
|
-
competitive: '<path 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"></path>'
|
|
22397
|
-
};
|
|
22398
|
-
return svgWrapper(icons[iconName] || icons['overview']);
|
|
22399
|
-
}
|
|
22400
|
-
onNavigate(sectionId) {
|
|
22401
|
-
this.navigate.emit(sectionId);
|
|
22402
|
-
}
|
|
22403
|
-
static { this.ɵfac = function MobileBottomNavComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || MobileBottomNavComponent)(); }; }
|
|
22404
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MobileBottomNavComponent, selectors: [["symphiq-mobile-bottom-nav"]], inputs: { isLightMode: [1, "isLightMode"], sections: [1, "sections"], activeSection: [1, "activeSection"] }, outputs: { navigate: "navigate" }, decls: 4, vars: 1, consts: [[1, "fixed", "bottom-0", "left-0", "right-0", "z-50", "lg:hidden", "border-t", "backdrop-blur-md", 3, "ngClass"], [1, "flex", "items-center", "justify-around", "px-2", "py-3"], [1, "flex", "flex-col", "items-center", "gap-1", "px-3", "py-2", "rounded-lg", "transition-all", "duration-200", "active:scale-95", "min-w-[64px]", 3, "ngClass"], [1, "flex", "flex-col", "items-center", "gap-1", "px-3", "py-2", "rounded-lg", "transition-all", "duration-200", "active:scale-95", "min-w-[64px]", 3, "click", "ngClass"], [1, "w-6", "h-6", 3, "innerHTML"], [1, "text-xs", "font-medium"]], template: function MobileBottomNavComponent_Template(rf, ctx) { if (rf & 1) {
|
|
22405
|
-
i0.ɵɵelementStart(0, "div", 0)(1, "div", 1);
|
|
22406
|
-
i0.ɵɵrepeaterCreate(2, MobileBottomNavComponent_For_3_Template, 4, 3, "button", 2, _forTrack0$1a);
|
|
22407
|
-
i0.ɵɵelementEnd()();
|
|
22408
|
-
} if (rf & 2) {
|
|
22409
|
-
i0.ɵɵproperty("ngClass", ctx.containerClass());
|
|
22410
|
-
i0.ɵɵadvance(2);
|
|
22411
|
-
i0.ɵɵrepeater(ctx.sections());
|
|
22412
|
-
} }, dependencies: [CommonModule, i1$1.NgClass], encapsulation: 2, changeDetection: 0 }); }
|
|
22413
|
-
}
|
|
22414
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MobileBottomNavComponent, [{
|
|
22415
|
-
type: Component,
|
|
22416
|
-
args: [{
|
|
22417
|
-
selector: 'symphiq-mobile-bottom-nav',
|
|
22418
|
-
standalone: true,
|
|
22419
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
22420
|
-
imports: [CommonModule],
|
|
22421
|
-
template: `
|
|
22422
|
-
<div
|
|
22423
|
-
[ngClass]="containerClass()"
|
|
22424
|
-
class="fixed bottom-0 left-0 right-0 z-50 lg:hidden border-t backdrop-blur-md">
|
|
22425
|
-
<div class="flex items-center justify-around px-2 py-3">
|
|
22426
|
-
@for (section of sections(); track section.id) {
|
|
22427
|
-
<button
|
|
22428
|
-
(click)="onNavigate(section.id)"
|
|
22429
|
-
[ngClass]="getButtonClass(section.id)"
|
|
22430
|
-
class="flex flex-col items-center gap-1 px-3 py-2 rounded-lg transition-all duration-200 active:scale-95 min-w-[64px]">
|
|
22431
|
-
<div class="w-6 h-6" [innerHTML]="getSvgIcon(section.icon)"></div>
|
|
22432
|
-
<span class="text-xs font-medium">{{ section.label }}</span>
|
|
22433
|
-
</button>
|
|
22434
|
-
}
|
|
22435
|
-
</div>
|
|
22436
|
-
</div>
|
|
22437
|
-
`
|
|
22438
|
-
}]
|
|
22439
|
-
}], null, { isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: false }] }], sections: [{ type: i0.Input, args: [{ isSignal: true, alias: "sections", required: false }] }], activeSection: [{ type: i0.Input, args: [{ isSignal: true, alias: "activeSection", required: false }] }], navigate: [{ type: i0.Output, args: ["navigate"] }] }); })();
|
|
22440
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MobileBottomNavComponent, { className: "MobileBottomNavComponent", filePath: "lib/components/funnel-analysis-dashboard/mobile-bottom-nav.component.ts", lineNumber: 33 }); })();
|
|
22441
|
-
|
|
22442
22215
|
class SearchService {
|
|
22443
22216
|
constructor() {
|
|
22444
22217
|
this.searchQuery = signal('', ...(ngDevMode ? [{ debugName: "searchQuery" }] : []));
|
|
@@ -24141,6 +23914,9 @@ class SectionDividerComponent {
|
|
|
24141
23914
|
if (subsectionIcons.length === 0 && this.sectionIcon()) {
|
|
24142
23915
|
return [this.sectionIcon()];
|
|
24143
23916
|
}
|
|
23917
|
+
if (subsectionIcons.length === 0) {
|
|
23918
|
+
return [{ name: 'sparkles', source: IconSourceEnum.HEROICONS }];
|
|
23919
|
+
}
|
|
24144
23920
|
return subsectionIcons;
|
|
24145
23921
|
}, ...(ngDevMode ? [{ debugName: "displayIcons" }] : []));
|
|
24146
23922
|
}
|
|
@@ -26567,7 +26343,7 @@ class ConfidenceLevelCardComponent {
|
|
|
26567
26343
|
i0.ɵɵconditional(ctx.confidenceData().nextDashboardAction && ctx.confidenceData().nextDashboardGrade ? 31 : -1);
|
|
26568
26344
|
i0.ɵɵadvance();
|
|
26569
26345
|
i0.ɵɵconditional(!ctx.confidenceData().currentStepAction && ctx.confidenceData().nextStepAction && ctx.confidenceData().potentialGrade ? 32 : -1);
|
|
26570
|
-
} }, 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%
|
|
26346
|
+
} }, 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%_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}.grade-change-animate[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_grade-change .8s ease-out}"], changeDetection: 0 }); }
|
|
26571
26347
|
}
|
|
26572
26348
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ConfidenceLevelCardComponent, [{
|
|
26573
26349
|
type: Component,
|
|
@@ -26688,9 +26464,9 @@ class ConfidenceLevelCardComponent {
|
|
|
26688
26464
|
</div>
|
|
26689
26465
|
</div>
|
|
26690
26466
|
</div>
|
|
26691
|
-
`, styles: ["@keyframes confidence-fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes
|
|
26467
|
+
`, styles: ["@keyframes confidence-fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@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}.grade-change-animate{animation:grade-change .8s ease-out}\n"] }]
|
|
26692
26468
|
}], () => [], { 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 }] }], targets: [{ type: i0.Input, args: [{ isSignal: true, alias: "targets", required: false }] }], isCurrentStepComplete: [{ type: i0.Input, args: [{ isSignal: true, alias: "isCurrentStepComplete", required: false }] }] }); })();
|
|
26693
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ConfidenceLevelCardComponent, { className: "ConfidenceLevelCardComponent", filePath: "lib/components/shared/confidence-level-card.component.ts", lineNumber:
|
|
26469
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ConfidenceLevelCardComponent, { className: "ConfidenceLevelCardComponent", filePath: "lib/components/shared/confidence-level-card.component.ts", lineNumber: 190 }); })();
|
|
26694
26470
|
|
|
26695
26471
|
function ContinueYourJourneyComponent_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
26696
26472
|
i0.ɵɵnamespaceSVG();
|
|
@@ -27941,7 +27717,7 @@ class ViewModeSwitcherModalComponent {
|
|
|
27941
27717
|
: 'text-slate-600 group-hover:text-slate-700';
|
|
27942
27718
|
}
|
|
27943
27719
|
static { this.ɵfac = function ViewModeSwitcherModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ViewModeSwitcherModalComponent)(); }; }
|
|
27944
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ViewModeSwitcherModalComponent, selectors: [["symphiq-view-mode-switcher-modal"]], inputs: { isOpen: [1, "isOpen"], currentMode: [1, "currentMode"], viewMode: [1, "viewMode"], isLoading: [1, "isLoading"] }, outputs: { close: "close", modeSelected: "modeSelected" }, decls: 1, vars: 1, consts: [[1, "fixed", "inset-0", "z-[9999]", "flex", "items-center", "justify-center", "p-4"], [1, "absolute", "inset-0", "backdrop-blur-sm", 3, "click", "ngClass"], [1, "relative", "z-10", "w-full", "max-w-2xl", "rounded-2xl", "shadow-2xl", "overflow-hidden", 3, "ngClass"], [1, "px-8", "py-6", "border-b", 3, "ngClass"], [1, "flex", "items-center", "justify-between"], [1, "text-2xl", "font-bold", 3, "ngClass"], ["type", "button", 1, "p-2", "rounded-lg", "transition-all", "hover:scale-110", 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, "mt-2", "text-sm", 3, "ngClass"], [1, "px-8", "py-6", 3, "ngClass"], [1, "flex", "flex-col", "items-center", "justify-center", "py-12"], [1, "grid", "gap-4"], [1, "relative", "w-16", "h-16", "mb-4"], [1, "absolute", "inset-0", "border-4", "border-t-transparent", "rounded-full", "animate-spin", 3, "ngClass"], [1, "text-sm", "font-medium", 3, "ngClass"], ["type", "button", 1, "text-left", "p-5", "rounded-xl", "border-2", "transition-all", "duration-200", "cursor-pointer", "group", 3, "click", "ngClass"], [1, "flex", "items-start", "gap-4"], [1, "p-3", "rounded-lg", "transition-all", "duration-200", 3, "ngClass"], ["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 10V3L4 14h7v7l9-11h-7z"], [1, "flex-1"], [1, "flex", "items-center", "gap-2"], [1, "text-lg", "font-bold", "transition-colors", "duration-200", "mb-0!", 3, "ngClass"], [1, "px-2", "py-0.5", "text-xs", "font-medium", "rounded-full", 3, "ngClass"], [1, "mt-1", "text-sm", "transition-colors", "duration-200", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M4 6h16M4 12h16M4 18h16"], [1, "text-lg", "font-bold", "transition-colors", "duration-200", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z"]], template: function ViewModeSwitcherModalComponent_Template(rf, ctx) { if (rf & 1) {
|
|
27720
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ViewModeSwitcherModalComponent, selectors: [["symphiq-view-mode-switcher-modal"]], inputs: { isOpen: [1, "isOpen"], currentMode: [1, "currentMode"], viewMode: [1, "viewMode"], isLoading: [1, "isLoading"] }, outputs: { close: "close", modeSelected: "modeSelected" }, decls: 1, vars: 1, consts: [[1, "fixed", "inset-0", "z-[9999]", "flex", "items-center", "justify-center", "p-0", "sm:p-4"], [1, "absolute", "inset-0", "backdrop-blur-sm", 3, "click", "ngClass"], [1, "relative", "z-10", "w-full", "h-full", "sm:h-auto", "max-w-full", "sm:max-w-2xl", "rounded-none", "sm:rounded-2xl", "shadow-2xl", "overflow-hidden", 3, "ngClass"], [1, "px-8", "py-6", "border-b", 3, "ngClass"], [1, "flex", "items-center", "justify-between"], [1, "text-2xl", "font-bold", 3, "ngClass"], ["type", "button", 1, "p-2", "rounded-lg", "transition-all", "hover:scale-110", 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, "mt-2", "text-sm", 3, "ngClass"], [1, "px-8", "py-6", 3, "ngClass"], [1, "flex", "flex-col", "items-center", "justify-center", "py-12"], [1, "grid", "gap-4"], [1, "relative", "w-16", "h-16", "mb-4"], [1, "absolute", "inset-0", "border-4", "border-t-transparent", "rounded-full", "animate-spin", 3, "ngClass"], [1, "text-sm", "font-medium", 3, "ngClass"], ["type", "button", 1, "text-left", "p-5", "rounded-xl", "border-2", "transition-all", "duration-200", "cursor-pointer", "group", 3, "click", "ngClass"], [1, "flex", "items-start", "gap-4"], [1, "p-3", "rounded-lg", "transition-all", "duration-200", 3, "ngClass"], ["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 10V3L4 14h7v7l9-11h-7z"], [1, "flex-1"], [1, "flex", "items-center", "gap-2"], [1, "text-lg", "font-bold", "transition-colors", "duration-200", "mb-0!", 3, "ngClass"], [1, "px-2", "py-0.5", "text-xs", "font-medium", "rounded-full", 3, "ngClass"], [1, "mt-1", "text-sm", "transition-colors", "duration-200", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M4 6h16M4 12h16M4 18h16"], [1, "text-lg", "font-bold", "transition-colors", "duration-200", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z"]], template: function ViewModeSwitcherModalComponent_Template(rf, ctx) { if (rf & 1) {
|
|
27945
27721
|
i0.ɵɵconditionalCreate(0, ViewModeSwitcherModalComponent_Conditional_0_Template, 15, 10, "div", 0);
|
|
27946
27722
|
} if (rf & 2) {
|
|
27947
27723
|
i0.ɵɵconditional(ctx.isOpen() ? 0 : -1);
|
|
@@ -27995,7 +27771,7 @@ class ViewModeSwitcherModalComponent {
|
|
|
27995
27771
|
],
|
|
27996
27772
|
template: `
|
|
27997
27773
|
@if (isOpen()) {
|
|
27998
|
-
<div class="fixed inset-0 z-[9999] flex items-center justify-center p-4" @fadeIn>
|
|
27774
|
+
<div class="fixed inset-0 z-[9999] flex items-center justify-center p-0 sm:p-4" @fadeIn>
|
|
27999
27775
|
<div
|
|
28000
27776
|
[ngClass]="backdropClasses()"
|
|
28001
27777
|
class="absolute inset-0 backdrop-blur-sm"
|
|
@@ -28004,7 +27780,7 @@ class ViewModeSwitcherModalComponent {
|
|
|
28004
27780
|
|
|
28005
27781
|
<div
|
|
28006
27782
|
[ngClass]="modalClasses()"
|
|
28007
|
-
class="relative z-10 w-full max-w-2xl rounded-2xl shadow-2xl overflow-hidden"
|
|
27783
|
+
class="relative z-10 w-full h-full sm:h-auto max-w-full sm:max-w-2xl rounded-none sm:rounded-2xl shadow-2xl overflow-hidden"
|
|
28008
27784
|
@slideUp>
|
|
28009
27785
|
<div [ngClass]="headerClasses()" class="px-8 py-6 border-b">
|
|
28010
27786
|
<div class="flex items-center justify-between">
|
|
@@ -41219,8 +40995,8 @@ const _c2$j = () => ({ name: "chart-bar", source: "HEROICONS" });
|
|
|
41219
40995
|
const _c3$e = a0 => ({ name: "chart-bar", source: a0 });
|
|
41220
40996
|
const _c4$9 = a0 => ({ name: "academic-cap", source: a0 });
|
|
41221
40997
|
const _c5$6 = a0 => ({ name: "information-circle", source: a0 });
|
|
41222
|
-
const _c6$
|
|
41223
|
-
const _c7$
|
|
40998
|
+
const _c6$3 = a0 => ({ name: "signal", source: a0 });
|
|
40999
|
+
const _c7$2 = a0 => ({ name: "wrench-screwdriver", source: a0 });
|
|
41224
41000
|
const _forTrack0$U = ($index, $item) => $item.name;
|
|
41225
41001
|
function ProductCategoryCardComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
41226
41002
|
i0.ɵɵelementStart(0, "p", 8);
|
|
@@ -41492,7 +41268,7 @@ function ProductCategoryCardComponent_Conditional_18_Conditional_7_Template(rf,
|
|
|
41492
41268
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
41493
41269
|
i0.ɵɵproperty("ngClass", ctx_r0.getCompetitiveGapSectionClasses());
|
|
41494
41270
|
i0.ɵɵadvance(2);
|
|
41495
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c6$
|
|
41271
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c6$3, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
|
|
41496
41272
|
i0.ɵɵadvance();
|
|
41497
41273
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedTitleClasses());
|
|
41498
41274
|
i0.ɵɵadvance(2);
|
|
@@ -41524,7 +41300,7 @@ function ProductCategoryCardComponent_Conditional_18_Conditional_8_Template(rf,
|
|
|
41524
41300
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
41525
41301
|
i0.ɵɵproperty("ngClass", ctx_r0.getCompetitiveGapSectionClasses());
|
|
41526
41302
|
i0.ɵɵadvance(2);
|
|
41527
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c7$
|
|
41303
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c7$2, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
|
|
41528
41304
|
i0.ɵɵadvance();
|
|
41529
41305
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedTitleClasses());
|
|
41530
41306
|
i0.ɵɵadvance(3);
|
|
@@ -48866,7 +48642,7 @@ class ProfileAnalysisModalComponent {
|
|
|
48866
48642
|
let _t;
|
|
48867
48643
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalContent = _t.first);
|
|
48868
48644
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalWrapper = _t.first);
|
|
48869
|
-
} }, inputs: { isLightMode: [1, "isLightMode"], allMetrics: [1, "allMetrics"], allInsights: [1, "allInsights"], allCharts: [1, "allCharts"], allBusinessInsights: [1, "allBusinessInsights"] }, ngContentSelectors: _c2$g, decls: 1, vars: 1, consts: [["modalWrapper", ""], ["modalContent", ""], [1, "fixed", "inset-0", "flex", "items-center", "justify-center", "p-4", "overflow-y-auto", 3, "z-index", "visibility"], [1, "fixed", "inset-0", "flex", "items-center", "justify-center", "p-4", "overflow-y-auto"], ["aria-hidden", "true", 1, "fixed", "inset-0", "backdrop-blur-sm", "transition-opacity", "duration-200", 3, "click", "ngClass"], [1, "relative", "w-full", "max-w-5xl", "rounded-2xl", "text-left", "overflow-hidden", "shadow-xl", "border", "backdrop-blur-xl", 3, "click", "ngClass"], [1, "px-6", "py-5", "border-b", "backdrop-blur-sm", 3, "ngClass"], [1, "flex", "items-start", "justify-between", "gap-4"], [1, "flex-1", "min-w-0"], [1, "flex", "items-center", "gap-2", "mb-2"], [1, "flex", "items-center", "gap-2", "text-sm", "mb-2", 3, "ngClass"], [1, "flex", "flex-wrap", "items-center", "justify-between", "gap-x-4", "gap-y-2"], [1, "text-2xl", "font-bold", "leading-tight", 3, "ngClass"], [1, "flex", "items-center", "gap-2"], ["type", "button", 1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", "cursor-pointer", "z-[10001]", "relative", "flex-shrink-0", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M6 18L18 6M6 6l12 12"], [1, "px-6", "py-8", "max-h-[80vh]", "overflow-y-auto", "backdrop-blur-sm", 3, "ngClass"], [3, "goal", "viewMode", "allInsights", "allMetrics", "allBusinessInsights", "allCharts"], [3, "objectives", "goalTitle", "viewMode"], [3, "objective", "goalTitle", "viewMode"], [3, "strategy", "objectiveTitle", "goalTitle", "viewMode", "allMetrics", "allCharts", "allInsights", "allBusinessInsights", "currentModalState", "expandedRecommendationId"], [1, "space-y-4"], [1, "space-y-6"], [3, "recommendation", "viewMode", "forceExpanded", "showNavigationChevron", "inModalContext", "isCompactMode", "fromProfileAnalysis", "animationIndex", "allMetrics", "allCharts", "allInsights", "currentModalState", "goalTitle", "objectiveTitle", "strategyTitle"], [3, "item", "viewMode", "sectionTitle", "subsectionTitle", "isCompactMode", "fromProfileAnalysis"], [3, "metric", "insights", "charts", "allCharts", "isLightMode", "isInModal", "currentModalState", "viewMode"], [3, "insight", "allMetrics", "charts", "allCharts", "allBusinessInsights", "isLightMode", "isInModal", "isLoading", "isCompactMode", "viewMode", "currentModalState"], [1, "chart-modal-content"], [3, "keyStrengths", "viewMode"], [3, "criticalGaps", "viewMode"], [3, "strength", "viewMode"], [3, "gap", "viewMode"], [3, "priorities", "viewMode", "focusAreaName"], [3, "priority", "index", "totalCount", "viewMode", "focusAreaName"], [3, "strengths", "viewMode", "categoryTitle"], [3, "gaps", "viewMode", "categoryTitle"], [3, "opportunities", "viewMode", "categoryTitle"], [3, "strength", "viewMode", "allMetrics", "allCharts", "currentModalState"], [3, "gap", "viewMode", "allMetrics", "allCharts", "currentModalState"], [3, "opportunity", "viewMode", "allMetrics", "allCharts", "currentModalState"], [1, "inline-flex", "items-center", "gap-1.5", "px-2.5", "py-1", "rounded-full", "text-xs", "font-semibold", "border", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-3.5", "h-3.5"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 12l2 2 4-4M7.835 4.697a3.42 3.42 0 001.946-.806 3.42 3.42 0 014.438 0 3.42 3.42 0 001.946.806 3.42 3.42 0 013.138 3.138 3.42 3.42 0 00.806 1.946 3.42 3.42 0 010 4.438 3.42 3.42 0 00-.806 1.946 3.42 3.42 0 01-3.138 3.138 3.42 3.42 0 00-1.946.806 3.42 3.42 0 01-4.438 0 3.42 3.42 0 00-1.946-.806 3.42 3.42 0 01-3.138-3.138 3.42 3.42 0 00-.806-1.946 3.42 3.42 0 010-4.438 3.42 3.42 0 00.806-1.946 3.42 3.42 0 013.138-3.138z"], [1, "text-xs", 3, "ngClass"], [1, "text-xs", "font-medium", 3, "ngClass"], ["type", "button", 1, "p-1.5", "rounded-md", "transition-colors", "cursor-pointer", "hover:scale-110", "flex-shrink-0", 3, "click", "ngClass"], ["size", "w-4 h-4", 3, "icon"], [1, "flex", "items-center", "gap-2", "flex-wrap", "flex-1", "min-w-0"], [1, "opacity-90", "font-medium", "truncate"], ["type", "button", 1, "opacity-75", "hover:opacity-100", "transition-opacity", "cursor-pointer", "truncate", 3, "ngClass"], [1, "opacity-75", "font-medium", "truncate"], ["size", "w-4 h-4", 1, "opacity-50", "flex-shrink-0", 3, "icon"], ["type", "button", 1, "opacity-75", "hover:opacity-100", "transition-opacity", "cursor-pointer", "truncate", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", 3, "ngClass"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wider", 3, "ngClass"], [1, "px-2", "py-0.5", "text-xs", "font-medium", "rounded-full", "border", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2"], [1, "px-3", "py-1", "text-xs", "font-semibold", "rounded-full", 3, "ngClass"], [3, "showObjectives", "goal", "viewMode", "allInsights", "allMetrics", "allBusinessInsights", "allCharts"], [1, "text-sm", "mb-6", 3, "ngClass"], [1, "p-5", "rounded-lg", "border", "transition-all", "duration-300", "hover:shadow-lg", "cursor-pointer", "group", 3, "ngClass"], [1, "p-5", "rounded-lg", "border", "transition-all", "duration-300", "hover:shadow-lg", "cursor-pointer", "group", 3, "click", "ngClass"], [1, "flex", "items-start", "gap-3"], [1, "flex-shrink-0", "w-8", "h-8", "flex", "items-center", "justify-center", "rounded-full", "text-xs", "font-bold", "border-2", "backdrop-blur-md", "transition-all", "duration-300", "group-hover:scale-110", 3, "ngClass", "ngStyle"], [1, "font-semibold", "mb-2", "transition-colors", 3, "ngClass"], [1, "text-sm", "leading-relaxed", 3, "ngClass"], [1, "mt-3", "flex", "items-center"], [1, "flex-shrink-0"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "transition-colors", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 5l7 7-7 7"], [1, "inline-flex", "items-center", "gap-1.5", "px-2.5", "py-1", "text-xs", "font-semibold", "rounded-full", "border", 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"], [3, "cardNavigate", "recommendation", "viewMode", "animationIndex", "showNavigationChevron", "inModalContext"], [3, "close", "scrollToTop", "item", "viewMode", "sectionTitle", "subsectionTitle", "isCompactMode", "fromProfileAnalysis"], [1, "space-y-3"], [1, "text-xs", "font-bold", "uppercase", "tracking-wider", "px-1", 3, "ngClass"], [3, "metricClick", "metric", "isLightMode", "animationKey"], [3, "chartClick", "chart", "viewMode", "isLightMode"], [1, "text-sm", "mb-4", 3, "ngClass"], [1, "min-h-[500px]"], [3, "chart", "showAxisLabels", "viewMode"], [1, "flex", "items-center", "justify-center", "py-12"], [1, "animate-spin", "rounded-full", "h-8", "w-8", 3, "ngClass"], [3, "priorityClick", "priorities", "viewMode", "focusAreaName"]], template: function ProfileAnalysisModalComponent_Template(rf, ctx) { if (rf & 1) {
|
|
48645
|
+
} }, inputs: { isLightMode: [1, "isLightMode"], allMetrics: [1, "allMetrics"], allInsights: [1, "allInsights"], allCharts: [1, "allCharts"], allBusinessInsights: [1, "allBusinessInsights"] }, ngContentSelectors: _c2$g, decls: 1, vars: 1, consts: [["modalWrapper", ""], ["modalContent", ""], [1, "fixed", "inset-0", "flex", "items-center", "justify-center", "p-0", "sm:p-4", "overflow-y-auto", 3, "z-index", "visibility"], [1, "fixed", "inset-0", "flex", "items-center", "justify-center", "p-0", "sm:p-4", "overflow-y-auto"], ["aria-hidden", "true", 1, "fixed", "inset-0", "backdrop-blur-sm", "transition-opacity", "duration-200", 3, "click", "ngClass"], [1, "relative", "w-full", "h-full", "sm:h-auto", "max-w-full", "sm:max-w-5xl", "rounded-none", "sm:rounded-2xl", "text-left", "overflow-hidden", "shadow-xl", "border", "backdrop-blur-xl", 3, "click", "ngClass"], [1, "px-6", "py-5", "border-b", "backdrop-blur-sm", 3, "ngClass"], [1, "flex", "items-start", "justify-between", "gap-4"], [1, "flex-1", "min-w-0"], [1, "flex", "items-center", "gap-2", "mb-2"], [1, "flex", "items-center", "gap-2", "text-sm", "mb-2", 3, "ngClass"], [1, "flex", "flex-wrap", "items-center", "justify-between", "gap-x-4", "gap-y-2"], [1, "text-2xl", "font-bold", "leading-tight", 3, "ngClass"], [1, "flex", "items-center", "gap-2"], ["type", "button", 1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", "cursor-pointer", "z-[10001]", "relative", "flex-shrink-0", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M6 18L18 6M6 6l12 12"], [1, "px-6", "py-8", "max-h-[80vh]", "overflow-y-auto", "backdrop-blur-sm", 3, "ngClass"], [3, "goal", "viewMode", "allInsights", "allMetrics", "allBusinessInsights", "allCharts"], [3, "objectives", "goalTitle", "viewMode"], [3, "objective", "goalTitle", "viewMode"], [3, "strategy", "objectiveTitle", "goalTitle", "viewMode", "allMetrics", "allCharts", "allInsights", "allBusinessInsights", "currentModalState", "expandedRecommendationId"], [1, "space-y-4"], [1, "space-y-6"], [3, "recommendation", "viewMode", "forceExpanded", "showNavigationChevron", "inModalContext", "isCompactMode", "fromProfileAnalysis", "animationIndex", "allMetrics", "allCharts", "allInsights", "currentModalState", "goalTitle", "objectiveTitle", "strategyTitle"], [3, "item", "viewMode", "sectionTitle", "subsectionTitle", "isCompactMode", "fromProfileAnalysis"], [3, "metric", "insights", "charts", "allCharts", "isLightMode", "isInModal", "currentModalState", "viewMode"], [3, "insight", "allMetrics", "charts", "allCharts", "allBusinessInsights", "isLightMode", "isInModal", "isLoading", "isCompactMode", "viewMode", "currentModalState"], [1, "chart-modal-content"], [3, "keyStrengths", "viewMode"], [3, "criticalGaps", "viewMode"], [3, "strength", "viewMode"], [3, "gap", "viewMode"], [3, "priorities", "viewMode", "focusAreaName"], [3, "priority", "index", "totalCount", "viewMode", "focusAreaName"], [3, "strengths", "viewMode", "categoryTitle"], [3, "gaps", "viewMode", "categoryTitle"], [3, "opportunities", "viewMode", "categoryTitle"], [3, "strength", "viewMode", "allMetrics", "allCharts", "currentModalState"], [3, "gap", "viewMode", "allMetrics", "allCharts", "currentModalState"], [3, "opportunity", "viewMode", "allMetrics", "allCharts", "currentModalState"], [1, "inline-flex", "items-center", "gap-1.5", "px-2.5", "py-1", "rounded-full", "text-xs", "font-semibold", "border", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-3.5", "h-3.5"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 12l2 2 4-4M7.835 4.697a3.42 3.42 0 001.946-.806 3.42 3.42 0 014.438 0 3.42 3.42 0 001.946.806 3.42 3.42 0 013.138 3.138 3.42 3.42 0 00.806 1.946 3.42 3.42 0 010 4.438 3.42 3.42 0 00-.806 1.946 3.42 3.42 0 01-3.138 3.138 3.42 3.42 0 00-1.946.806 3.42 3.42 0 01-4.438 0 3.42 3.42 0 00-1.946-.806 3.42 3.42 0 01-3.138-3.138 3.42 3.42 0 00-.806-1.946 3.42 3.42 0 010-4.438 3.42 3.42 0 00.806-1.946 3.42 3.42 0 013.138-3.138z"], [1, "text-xs", 3, "ngClass"], [1, "text-xs", "font-medium", 3, "ngClass"], ["type", "button", 1, "p-1.5", "rounded-md", "transition-colors", "cursor-pointer", "hover:scale-110", "flex-shrink-0", 3, "click", "ngClass"], ["size", "w-4 h-4", 3, "icon"], [1, "flex", "items-center", "gap-2", "flex-wrap", "flex-1", "min-w-0"], [1, "opacity-90", "font-medium", "truncate"], ["type", "button", 1, "opacity-75", "hover:opacity-100", "transition-opacity", "cursor-pointer", "truncate", 3, "ngClass"], [1, "opacity-75", "font-medium", "truncate"], ["size", "w-4 h-4", 1, "opacity-50", "flex-shrink-0", 3, "icon"], ["type", "button", 1, "opacity-75", "hover:opacity-100", "transition-opacity", "cursor-pointer", "truncate", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", 3, "ngClass"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wider", 3, "ngClass"], [1, "px-2", "py-0.5", "text-xs", "font-medium", "rounded-full", "border", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2"], [1, "px-3", "py-1", "text-xs", "font-semibold", "rounded-full", 3, "ngClass"], [3, "showObjectives", "goal", "viewMode", "allInsights", "allMetrics", "allBusinessInsights", "allCharts"], [1, "text-sm", "mb-6", 3, "ngClass"], [1, "p-5", "rounded-lg", "border", "transition-all", "duration-300", "hover:shadow-lg", "cursor-pointer", "group", 3, "ngClass"], [1, "p-5", "rounded-lg", "border", "transition-all", "duration-300", "hover:shadow-lg", "cursor-pointer", "group", 3, "click", "ngClass"], [1, "flex", "items-start", "gap-3"], [1, "flex-shrink-0", "w-8", "h-8", "flex", "items-center", "justify-center", "rounded-full", "text-xs", "font-bold", "border-2", "backdrop-blur-md", "transition-all", "duration-300", "group-hover:scale-110", 3, "ngClass", "ngStyle"], [1, "font-semibold", "mb-2", "transition-colors", 3, "ngClass"], [1, "text-sm", "leading-relaxed", 3, "ngClass"], [1, "mt-3", "flex", "items-center"], [1, "flex-shrink-0"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "transition-colors", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 5l7 7-7 7"], [1, "inline-flex", "items-center", "gap-1.5", "px-2.5", "py-1", "text-xs", "font-semibold", "rounded-full", "border", 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"], [3, "cardNavigate", "recommendation", "viewMode", "animationIndex", "showNavigationChevron", "inModalContext"], [3, "close", "scrollToTop", "item", "viewMode", "sectionTitle", "subsectionTitle", "isCompactMode", "fromProfileAnalysis"], [1, "space-y-3"], [1, "text-xs", "font-bold", "uppercase", "tracking-wider", "px-1", 3, "ngClass"], [3, "metricClick", "metric", "isLightMode", "animationKey"], [3, "chartClick", "chart", "viewMode", "isLightMode"], [1, "text-sm", "mb-4", 3, "ngClass"], [1, "min-h-[500px]"], [3, "chart", "showAxisLabels", "viewMode"], [1, "flex", "items-center", "justify-center", "py-12"], [1, "animate-spin", "rounded-full", "h-8", "w-8", 3, "ngClass"], [3, "priorityClick", "priorities", "viewMode", "focusAreaName"]], template: function ProfileAnalysisModalComponent_Template(rf, ctx) { if (rf & 1) {
|
|
48870
48646
|
i0.ɵɵprojectionDef();
|
|
48871
48647
|
i0.ɵɵconditionalCreate(0, ProfileAnalysisModalComponent_Conditional_0_Template, 47, 25, "div", 2);
|
|
48872
48648
|
} if (rf & 2) {
|
|
@@ -48909,13 +48685,13 @@ class ProfileAnalysisModalComponent {
|
|
|
48909
48685
|
],
|
|
48910
48686
|
template: `
|
|
48911
48687
|
@if (isOpen()) {
|
|
48912
|
-
<div #modalWrapper class="fixed inset-0 flex items-center justify-center p-4 overflow-y-auto" [style.z-index]="baseZIndex()" [style.visibility]="modalReady() ? 'visible' : 'hidden'">
|
|
48688
|
+
<div #modalWrapper class="fixed inset-0 flex items-center justify-center p-0 sm:p-4 overflow-y-auto" [style.z-index]="baseZIndex()" [style.visibility]="modalReady() ? 'visible' : 'hidden'">
|
|
48913
48689
|
<div [ngClass]="isLightMode() ? 'bg-slate-900/15' : 'bg-slate-950/25'" class="fixed inset-0 backdrop-blur-sm transition-opacity duration-200" [class.opacity-0]="!modalReady()" [class.opacity-100]="modalReady()" [style.z-index]="backdropZIndex()" aria-hidden="true" (click)="closeModal()"></div>
|
|
48914
48690
|
|
|
48915
48691
|
<div
|
|
48916
48692
|
(click)="$event.stopPropagation()"
|
|
48917
48693
|
[ngClass]="isLightMode() ? 'bg-white/90 border-slate-200/50' : 'bg-slate-800/90 border-slate-700/50'"
|
|
48918
|
-
class="relative w-full max-w-5xl rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl"
|
|
48694
|
+
class="relative w-full h-full sm:h-auto max-w-full sm:max-w-5xl rounded-none sm:rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl"
|
|
48919
48695
|
[style.z-index]="contentZIndex()"
|
|
48920
48696
|
@slideUpFade>
|
|
48921
48697
|
|
|
@@ -50168,7 +49944,7 @@ function BusinessAnalysisModalComponent_Conditional_0_Template(rf, ctx) { if (rf
|
|
|
50168
49944
|
i0.ɵɵstyleProp("z-index", ctx_r1.backdropZIndex());
|
|
50169
49945
|
i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "bg-slate-900/15" : "bg-slate-950/25")("@fadeIn", undefined);
|
|
50170
49946
|
i0.ɵɵadvance();
|
|
50171
|
-
i0.ɵɵclassMap(ctx_r1.modalType() === "visualization" ? "relative w-[90vw] h-[90vh] rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl" : "relative w-full max-w-4xl rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl");
|
|
49947
|
+
i0.ɵɵclassMap(ctx_r1.modalType() === "visualization" ? "relative w-full h-full sm:w-[90vw] sm:h-[90vh] rounded-none sm:rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl" : "relative w-full h-full sm:h-auto max-w-full sm:max-w-4xl rounded-none sm:rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl");
|
|
50172
49948
|
i0.ɵɵstyleProp("z-index", ctx_r1.contentZIndex());
|
|
50173
49949
|
i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "bg-white/90 border-slate-200/50" : "bg-slate-800/90 border-slate-700/50")("@slideUpFade", undefined);
|
|
50174
49950
|
i0.ɵɵadvance();
|
|
@@ -50547,7 +50323,7 @@ class BusinessAnalysisModalComponent {
|
|
|
50547
50323
|
let _t;
|
|
50548
50324
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalContent = _t.first);
|
|
50549
50325
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalWrapper = _t.first);
|
|
50550
|
-
} }, inputs: { isLightMode: [1, "isLightMode"] }, outputs: { viewInContextRequested: "viewInContextRequested" }, decls: 1, vars: 1, consts: [["modalWrapper", ""], ["modalContent", ""], [1, "fixed", "inset-0", "flex", "items-center", "justify-center", "p-4", "overflow-y-auto", 3, "z-index", "visibility"], [1, "fixed", "inset-0", "flex", "items-center", "justify-center", "p-4", "overflow-y-auto"], ["aria-hidden", "true", 1, "fixed", "inset-0", "backdrop-blur-sm", 3, "click", "ngClass"], [3, "click", "ngClass"], [1, "px-6", "py-5", "border-b", "backdrop-blur-sm", 3, "ngClass"], [1, "flex", "items-start", "justify-between"], [1, "flex-1"], [1, "flex", "items-center", "gap-2", "text-sm", "mb-2", 3, "ngClass"], [1, "text-xl", "font-bold", 3, "ngClass"], ["type", "button", 1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", "cursor-pointer", "relative", "ml-4", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M6 18L18 6M6 6l12 12"], [3, "ngClass"], [3, "item", "viewMode", "sectionTitle", "subsectionTitle", "navigationStack", "isCompactMode", "fromProfileAnalysis"], [3, "item", "isDark"], [3, "title", "actionSteps", "viewMode"], [1, "space-y-6"], [1, "flex", "justify-center", "items-center", "min-h-[400px]"], [1, "w-full", "h-full", "flex", "justify-center", "items-center", 3, "innerHTML"], ["type", "button", 1, "p-1.5", "rounded-md", "transition-colors", "cursor-pointer", "hover:scale-110", "flex-shrink-0", 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", "M15 19l-7-7 7-7"], [1, "flex", "items-center", "gap-2", "flex-wrap", "flex-1", "min-w-0"], [1, "opacity-90", "font-medium", "truncate"], ["type", "button", 1, "opacity-75", "hover:opacity-100", "transition-opacity", "cursor-pointer", "truncate", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", "opacity-50", "flex-shrink-0"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 5l7 7-7 7"], [3, "viewInContext", "navigateBack", "navigateToBreadcrumb", "close", "scrollToTop", "item", "viewMode", "sectionTitle", "subsectionTitle", "navigationStack", "isCompactMode", "fromProfileAnalysis"], [3, "percentage", "label", "value", "height", "gradient", "isDark"], [3, "percentage", "size", "strokeWidth", "progressColor", "backgroundColor", "textClasses", "showPercentage"]], template: function BusinessAnalysisModalComponent_Template(rf, ctx) { if (rf & 1) {
|
|
50326
|
+
} }, inputs: { isLightMode: [1, "isLightMode"] }, outputs: { viewInContextRequested: "viewInContextRequested" }, decls: 1, vars: 1, consts: [["modalWrapper", ""], ["modalContent", ""], [1, "fixed", "inset-0", "flex", "items-center", "justify-center", "p-0", "sm:p-4", "overflow-y-auto", 3, "z-index", "visibility"], [1, "fixed", "inset-0", "flex", "items-center", "justify-center", "p-0", "sm:p-4", "overflow-y-auto"], ["aria-hidden", "true", 1, "fixed", "inset-0", "backdrop-blur-sm", 3, "click", "ngClass"], [3, "click", "ngClass"], [1, "px-6", "py-5", "border-b", "backdrop-blur-sm", 3, "ngClass"], [1, "flex", "items-start", "justify-between"], [1, "flex-1"], [1, "flex", "items-center", "gap-2", "text-sm", "mb-2", 3, "ngClass"], [1, "text-xl", "font-bold", 3, "ngClass"], ["type", "button", 1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", "cursor-pointer", "relative", "ml-4", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M6 18L18 6M6 6l12 12"], [3, "ngClass"], [3, "item", "viewMode", "sectionTitle", "subsectionTitle", "navigationStack", "isCompactMode", "fromProfileAnalysis"], [3, "item", "isDark"], [3, "title", "actionSteps", "viewMode"], [1, "space-y-6"], [1, "flex", "justify-center", "items-center", "min-h-[400px]"], [1, "w-full", "h-full", "flex", "justify-center", "items-center", 3, "innerHTML"], ["type", "button", 1, "p-1.5", "rounded-md", "transition-colors", "cursor-pointer", "hover:scale-110", "flex-shrink-0", 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", "M15 19l-7-7 7-7"], [1, "flex", "items-center", "gap-2", "flex-wrap", "flex-1", "min-w-0"], [1, "opacity-90", "font-medium", "truncate"], ["type", "button", 1, "opacity-75", "hover:opacity-100", "transition-opacity", "cursor-pointer", "truncate", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", "opacity-50", "flex-shrink-0"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 5l7 7-7 7"], [3, "viewInContext", "navigateBack", "navigateToBreadcrumb", "close", "scrollToTop", "item", "viewMode", "sectionTitle", "subsectionTitle", "navigationStack", "isCompactMode", "fromProfileAnalysis"], [3, "percentage", "label", "value", "height", "gradient", "isDark"], [3, "percentage", "size", "strokeWidth", "progressColor", "backgroundColor", "textClasses", "showPercentage"]], template: function BusinessAnalysisModalComponent_Template(rf, ctx) { if (rf & 1) {
|
|
50551
50327
|
i0.ɵɵconditionalCreate(0, BusinessAnalysisModalComponent_Conditional_0_Template, 21, 30, "div", 2);
|
|
50552
50328
|
} if (rf & 2) {
|
|
50553
50329
|
i0.ɵɵconditional(ctx.isOpen() ? 0 : -1);
|
|
@@ -50583,13 +50359,13 @@ class BusinessAnalysisModalComponent {
|
|
|
50583
50359
|
])
|
|
50584
50360
|
], template: `
|
|
50585
50361
|
@if (isOpen()) {
|
|
50586
|
-
<div #modalWrapper class="fixed inset-0 flex items-center justify-center p-4 overflow-y-auto" [style.z-index]="baseZIndex()" [style.visibility]="modalReady() ? 'visible' : 'hidden'">
|
|
50362
|
+
<div #modalWrapper class="fixed inset-0 flex items-center justify-center p-0 sm:p-4 overflow-y-auto" [style.z-index]="baseZIndex()" [style.visibility]="modalReady() ? 'visible' : 'hidden'">
|
|
50587
50363
|
<div [ngClass]="isLightMode() ? 'bg-slate-900/15' : 'bg-slate-950/25'" class="fixed inset-0 backdrop-blur-sm" [style.z-index]="backdropZIndex()" aria-hidden="true" @fadeIn (click)="closeModal()"></div>
|
|
50588
50364
|
|
|
50589
50365
|
<div
|
|
50590
50366
|
(click)="$event.stopPropagation()"
|
|
50591
50367
|
[ngClass]="isLightMode() ? 'bg-white/90 border-slate-200/50' : 'bg-slate-800/90 border-slate-700/50'"
|
|
50592
|
-
[class]="modalType() === 'visualization' ? 'relative w-[90vw] h-[90vh] rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl' : 'relative w-full max-w-4xl rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl'"
|
|
50368
|
+
[class]="modalType() === 'visualization' ? 'relative w-full h-full sm:w-[90vw] sm:h-[90vh] rounded-none sm:rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl' : 'relative w-full h-full sm:h-auto max-w-full sm:max-w-4xl rounded-none sm:rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl'"
|
|
50593
50369
|
[style.z-index]="contentZIndex()"
|
|
50594
50370
|
@slideUpFade>
|
|
50595
50371
|
|
|
@@ -52061,13 +51837,16 @@ class LoadingCardComponent {
|
|
|
52061
51837
|
|
|
52062
51838
|
const _c0$N = ["dashboardContainer"];
|
|
52063
51839
|
const _c1$l = () => ({});
|
|
52064
|
-
const _c2$d =
|
|
52065
|
-
const _c3$8 = () => [1, 2, 3];
|
|
52066
|
-
const _c4$5 = () => [1, 2, 3
|
|
52067
|
-
const _c5$2 = () => [1, 2];
|
|
51840
|
+
const _c2$d = a0 => ({ name: "light-bulb", source: a0 });
|
|
51841
|
+
const _c3$8 = () => [1, 2, 3, 4, 5, 6];
|
|
51842
|
+
const _c4$5 = () => [1, 2, 3];
|
|
51843
|
+
const _c5$2 = () => [1, 2, 3, 4];
|
|
51844
|
+
const _c6$2 = a0 => ({ name: "rectangle-group", source: a0 });
|
|
51845
|
+
const _c7$1 = () => [1, 2];
|
|
51846
|
+
const _c8$1 = a0 => ({ name: "building-office-2", source: a0 });
|
|
52068
51847
|
const _forTrack0$R = ($index, $item) => $item.value;
|
|
52069
51848
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_6_For_6_Template(rf, ctx) { if (rf & 1) {
|
|
52070
|
-
i0.ɵɵelementStart(0, "option",
|
|
51849
|
+
i0.ɵɵelementStart(0, "option", 23);
|
|
52071
51850
|
i0.ɵɵtext(1);
|
|
52072
51851
|
i0.ɵɵelementEnd();
|
|
52073
51852
|
} if (rf & 2) {
|
|
@@ -52078,14 +51857,14 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_6_For_6_Template(rf
|
|
|
52078
51857
|
} }
|
|
52079
51858
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_6_Template(rf, ctx) { if (rf & 1) {
|
|
52080
51859
|
const _r2 = i0.ɵɵgetCurrentView();
|
|
52081
|
-
i0.ɵɵelementStart(0, "div", 6)(1, "label",
|
|
51860
|
+
i0.ɵɵelementStart(0, "div", 6)(1, "label", 20);
|
|
52082
51861
|
i0.ɵɵtext(2, "View:");
|
|
52083
51862
|
i0.ɵɵelementEnd();
|
|
52084
|
-
i0.ɵɵelementStart(3, "div",
|
|
51863
|
+
i0.ɵɵelementStart(3, "div", 21);
|
|
52085
51864
|
i0.ɵɵlistener("click", function SymphiqFunnelAnalysisDashboardComponent_Conditional_6_Template_div_click_3_listener($event) { i0.ɵɵrestoreView(_r2); return i0.ɵɵresetView($event.stopPropagation()); })("mousedown", function SymphiqFunnelAnalysisDashboardComponent_Conditional_6_Template_div_mousedown_3_listener($event) { i0.ɵɵrestoreView(_r2); return i0.ɵɵresetView($event.stopPropagation()); })("pointerdown", function SymphiqFunnelAnalysisDashboardComponent_Conditional_6_Template_div_pointerdown_3_listener($event) { i0.ɵɵrestoreView(_r2); return i0.ɵɵresetView($event.stopPropagation()); });
|
|
52086
|
-
i0.ɵɵelementStart(4, "select",
|
|
51865
|
+
i0.ɵɵelementStart(4, "select", 22);
|
|
52087
51866
|
i0.ɵɵlistener("ngModelChange", function SymphiqFunnelAnalysisDashboardComponent_Conditional_6_Template_select_ngModelChange_4_listener($event) { i0.ɵɵrestoreView(_r2); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.changeSectionFilter($event)); });
|
|
52088
|
-
i0.ɵɵrepeaterCreate(5, SymphiqFunnelAnalysisDashboardComponent_Conditional_6_For_6_Template, 2, 2, "option",
|
|
51867
|
+
i0.ɵɵrepeaterCreate(5, SymphiqFunnelAnalysisDashboardComponent_Conditional_6_For_6_Template, 2, 2, "option", 23, _forTrack0$R);
|
|
52089
51868
|
i0.ɵɵelementEnd()()();
|
|
52090
51869
|
} if (rf & 2) {
|
|
52091
51870
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
@@ -52098,13 +51877,13 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_6_Template(rf, ctx)
|
|
|
52098
51877
|
i0.ɵɵrepeater(ctx_r2.sectionFilters);
|
|
52099
51878
|
} }
|
|
52100
51879
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
52101
|
-
i0.ɵɵelementStart(0, "div", 8)(1, "span",
|
|
51880
|
+
i0.ɵɵelementStart(0, "div", 8)(1, "span", 24);
|
|
52102
51881
|
i0.ɵɵtext(2, "Revenue:");
|
|
52103
51882
|
i0.ɵɵelementEnd();
|
|
52104
|
-
i0.ɵɵelementStart(3, "span",
|
|
51883
|
+
i0.ɵɵelementStart(3, "span", 25);
|
|
52105
51884
|
i0.ɵɵtext(4);
|
|
52106
51885
|
i0.ɵɵelementEnd();
|
|
52107
|
-
i0.ɵɵelementStart(5, "span",
|
|
51886
|
+
i0.ɵɵelementStart(5, "span", 26);
|
|
52108
51887
|
i0.ɵɵtext(6);
|
|
52109
51888
|
i0.ɵɵelementEnd()();
|
|
52110
51889
|
} if (rf & 2) {
|
|
@@ -52122,7 +51901,7 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_8_Template(rf, ctx)
|
|
|
52122
51901
|
i0.ɵɵtextInterpolate2(" ", ctx_r2.revenueTrend() >= 0 ? "+" : "", "", ctx_r2.revenueTrend().toFixed(1), "% ");
|
|
52123
51902
|
} }
|
|
52124
51903
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_10_For_3_Template(rf, ctx) { if (rf & 1) {
|
|
52125
|
-
i0.ɵɵelementStart(0, "option",
|
|
51904
|
+
i0.ɵɵelementStart(0, "option", 23);
|
|
52126
51905
|
i0.ɵɵtext(1);
|
|
52127
51906
|
i0.ɵɵelementEnd();
|
|
52128
51907
|
} if (rf & 2) {
|
|
@@ -52133,11 +51912,11 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_10_For_3_Template(r
|
|
|
52133
51912
|
} }
|
|
52134
51913
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
52135
51914
|
const _r5 = i0.ɵɵgetCurrentView();
|
|
52136
|
-
i0.ɵɵelementStart(0, "div",
|
|
51915
|
+
i0.ɵɵelementStart(0, "div", 21);
|
|
52137
51916
|
i0.ɵɵlistener("click", function SymphiqFunnelAnalysisDashboardComponent_Conditional_10_Template_div_click_0_listener($event) { i0.ɵɵrestoreView(_r5); return i0.ɵɵresetView($event.stopPropagation()); })("mousedown", function SymphiqFunnelAnalysisDashboardComponent_Conditional_10_Template_div_mousedown_0_listener($event) { i0.ɵɵrestoreView(_r5); return i0.ɵɵresetView($event.stopPropagation()); })("pointerdown", function SymphiqFunnelAnalysisDashboardComponent_Conditional_10_Template_div_pointerdown_0_listener($event) { i0.ɵɵrestoreView(_r5); return i0.ɵɵresetView($event.stopPropagation()); });
|
|
52138
|
-
i0.ɵɵelementStart(1, "select",
|
|
51917
|
+
i0.ɵɵelementStart(1, "select", 27);
|
|
52139
51918
|
i0.ɵɵlistener("ngModelChange", function SymphiqFunnelAnalysisDashboardComponent_Conditional_10_Template_select_ngModelChange_1_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.changeSectionFilter($event)); });
|
|
52140
|
-
i0.ɵɵrepeaterCreate(2, SymphiqFunnelAnalysisDashboardComponent_Conditional_10_For_3_Template, 2, 2, "option",
|
|
51919
|
+
i0.ɵɵrepeaterCreate(2, SymphiqFunnelAnalysisDashboardComponent_Conditional_10_For_3_Template, 2, 2, "option", 23, _forTrack0$R);
|
|
52141
51920
|
i0.ɵɵelementEnd()();
|
|
52142
51921
|
} if (rf & 2) {
|
|
52143
51922
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
@@ -52149,26 +51928,26 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_10_Template(rf, ctx
|
|
|
52149
51928
|
} }
|
|
52150
51929
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_11_Template(rf, ctx) { if (rf & 1) {
|
|
52151
51930
|
const _r7 = i0.ɵɵgetCurrentView();
|
|
52152
|
-
i0.ɵɵelementStart(0, "div", 10)(1, "div",
|
|
51931
|
+
i0.ɵɵelementStart(0, "div", 10)(1, "div", 28)(2, "div", 29)(3, "div", 30);
|
|
52153
51932
|
i0.ɵɵnamespaceSVG();
|
|
52154
|
-
i0.ɵɵelementStart(4, "svg",
|
|
52155
|
-
i0.ɵɵelement(5, "path",
|
|
51933
|
+
i0.ɵɵelementStart(4, "svg", 31);
|
|
51934
|
+
i0.ɵɵelement(5, "path", 32);
|
|
52156
51935
|
i0.ɵɵelementEnd();
|
|
52157
51936
|
i0.ɵɵnamespaceHTML();
|
|
52158
|
-
i0.ɵɵelementStart(6, "div",
|
|
51937
|
+
i0.ɵɵelementStart(6, "div", 33)(7, "span", 34);
|
|
52159
51938
|
i0.ɵɵtext(8, "Showing:");
|
|
52160
51939
|
i0.ɵɵelementEnd();
|
|
52161
|
-
i0.ɵɵelementStart(9, "span",
|
|
51940
|
+
i0.ɵɵelementStart(9, "span", 35);
|
|
52162
51941
|
i0.ɵɵtext(10);
|
|
52163
51942
|
i0.ɵɵelementEnd();
|
|
52164
|
-
i0.ɵɵelementStart(11, "span",
|
|
51943
|
+
i0.ɵɵelementStart(11, "span", 36);
|
|
52165
51944
|
i0.ɵɵtext(12);
|
|
52166
51945
|
i0.ɵɵelementEnd()()();
|
|
52167
|
-
i0.ɵɵelementStart(13, "button",
|
|
51946
|
+
i0.ɵɵelementStart(13, "button", 37);
|
|
52168
51947
|
i0.ɵɵlistener("click", function SymphiqFunnelAnalysisDashboardComponent_Conditional_11_Template_button_click_13_listener($event) { i0.ɵɵrestoreView(_r7); const ctx_r2 = i0.ɵɵnextContext(); ctx_r2.clearSearchResult(); return i0.ɵɵresetView($event.stopPropagation()); });
|
|
52169
51948
|
i0.ɵɵnamespaceSVG();
|
|
52170
|
-
i0.ɵɵelementStart(14, "svg",
|
|
52171
|
-
i0.ɵɵelement(15, "path",
|
|
51949
|
+
i0.ɵɵelementStart(14, "svg", 38);
|
|
51950
|
+
i0.ɵɵelement(15, "path", 39);
|
|
52172
51951
|
i0.ɵɵelementEnd()()()()();
|
|
52173
51952
|
} if (rf & 2) {
|
|
52174
51953
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
@@ -52196,7 +51975,7 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_12_Template(rf, ctx
|
|
|
52196
51975
|
} }
|
|
52197
51976
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_13_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
52198
51977
|
const _r8 = i0.ɵɵgetCurrentView();
|
|
52199
|
-
i0.ɵɵelementStart(0, "button",
|
|
51978
|
+
i0.ɵɵelementStart(0, "button", 41);
|
|
52200
51979
|
i0.ɵɵlistener("click", function SymphiqFunnelAnalysisDashboardComponent_Conditional_13_Conditional_1_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r8); const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.scrollToTop()); });
|
|
52201
51980
|
i0.ɵɵelementEnd();
|
|
52202
51981
|
} if (rf & 2) {
|
|
@@ -52205,7 +51984,7 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_13_Conditional_1_Te
|
|
|
52205
51984
|
} }
|
|
52206
51985
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_13_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
52207
51986
|
const _r9 = i0.ɵɵgetCurrentView();
|
|
52208
|
-
i0.ɵɵelementStart(0, "button",
|
|
51987
|
+
i0.ɵɵelementStart(0, "button", 41);
|
|
52209
51988
|
i0.ɵɵlistener("click", function SymphiqFunnelAnalysisDashboardComponent_Conditional_13_Conditional_2_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r9); const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.scrollToSection("section-insights")); });
|
|
52210
51989
|
i0.ɵɵelementEnd();
|
|
52211
51990
|
} if (rf & 2) {
|
|
@@ -52214,7 +51993,7 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_13_Conditional_2_Te
|
|
|
52214
51993
|
} }
|
|
52215
51994
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_13_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
52216
51995
|
const _r10 = i0.ɵɵgetCurrentView();
|
|
52217
|
-
i0.ɵɵelementStart(0, "button",
|
|
51996
|
+
i0.ɵɵelementStart(0, "button", 41);
|
|
52218
51997
|
i0.ɵɵlistener("click", function SymphiqFunnelAnalysisDashboardComponent_Conditional_13_Conditional_3_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r10); const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.scrollToSection("section-metrics")); });
|
|
52219
51998
|
i0.ɵɵelementEnd();
|
|
52220
51999
|
} if (rf & 2) {
|
|
@@ -52223,7 +52002,7 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_13_Conditional_3_Te
|
|
|
52223
52002
|
} }
|
|
52224
52003
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_13_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
52225
52004
|
const _r11 = i0.ɵɵgetCurrentView();
|
|
52226
|
-
i0.ɵɵelementStart(0, "button",
|
|
52005
|
+
i0.ɵɵelementStart(0, "button", 41);
|
|
52227
52006
|
i0.ɵɵlistener("click", function SymphiqFunnelAnalysisDashboardComponent_Conditional_13_Conditional_4_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r11); const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.scrollToSection("section-breakdowns")); });
|
|
52228
52007
|
i0.ɵɵelementEnd();
|
|
52229
52008
|
} if (rf & 2) {
|
|
@@ -52232,7 +52011,7 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_13_Conditional_4_Te
|
|
|
52232
52011
|
} }
|
|
52233
52012
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_13_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
52234
52013
|
const _r12 = i0.ɵɵgetCurrentView();
|
|
52235
|
-
i0.ɵɵelementStart(0, "button",
|
|
52014
|
+
i0.ɵɵelementStart(0, "button", 41);
|
|
52236
52015
|
i0.ɵɵlistener("click", function SymphiqFunnelAnalysisDashboardComponent_Conditional_13_Conditional_5_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r12); const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.scrollToSection("section-competitive")); });
|
|
52237
52016
|
i0.ɵɵelementEnd();
|
|
52238
52017
|
} if (rf & 2) {
|
|
@@ -52241,11 +52020,11 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_13_Conditional_5_Te
|
|
|
52241
52020
|
} }
|
|
52242
52021
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_13_Template(rf, ctx) { if (rf & 1) {
|
|
52243
52022
|
i0.ɵɵelementStart(0, "div", 12);
|
|
52244
|
-
i0.ɵɵconditionalCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_13_Conditional_1_Template, 1, 3, "button",
|
|
52245
|
-
i0.ɵɵconditionalCreate(2, SymphiqFunnelAnalysisDashboardComponent_Conditional_13_Conditional_2_Template, 1, 3, "button",
|
|
52246
|
-
i0.ɵɵconditionalCreate(3, SymphiqFunnelAnalysisDashboardComponent_Conditional_13_Conditional_3_Template, 1, 3, "button",
|
|
52247
|
-
i0.ɵɵconditionalCreate(4, SymphiqFunnelAnalysisDashboardComponent_Conditional_13_Conditional_4_Template, 1, 3, "button",
|
|
52248
|
-
i0.ɵɵconditionalCreate(5, SymphiqFunnelAnalysisDashboardComponent_Conditional_13_Conditional_5_Template, 1, 3, "button",
|
|
52023
|
+
i0.ɵɵconditionalCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_13_Conditional_1_Template, 1, 3, "button", 40);
|
|
52024
|
+
i0.ɵɵconditionalCreate(2, SymphiqFunnelAnalysisDashboardComponent_Conditional_13_Conditional_2_Template, 1, 3, "button", 40);
|
|
52025
|
+
i0.ɵɵconditionalCreate(3, SymphiqFunnelAnalysisDashboardComponent_Conditional_13_Conditional_3_Template, 1, 3, "button", 40);
|
|
52026
|
+
i0.ɵɵconditionalCreate(4, SymphiqFunnelAnalysisDashboardComponent_Conditional_13_Conditional_4_Template, 1, 3, "button", 40);
|
|
52027
|
+
i0.ɵɵconditionalCreate(5, SymphiqFunnelAnalysisDashboardComponent_Conditional_13_Conditional_5_Template, 1, 3, "button", 40);
|
|
52249
52028
|
i0.ɵɵelementEnd();
|
|
52250
52029
|
} if (rf & 2) {
|
|
52251
52030
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
@@ -52262,7 +52041,7 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_13_Template(rf, ctx
|
|
|
52262
52041
|
} }
|
|
52263
52042
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_14_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
52264
52043
|
const _r13 = i0.ɵɵgetCurrentView();
|
|
52265
|
-
i0.ɵɵelementStart(0, "symphiq-journey-progress-indicator",
|
|
52044
|
+
i0.ɵɵelementStart(0, "symphiq-journey-progress-indicator", 46);
|
|
52266
52045
|
i0.ɵɵlistener("stepClick", function SymphiqFunnelAnalysisDashboardComponent_Conditional_14_Conditional_0_Template_symphiq_journey_progress_indicator_stepClick_0_listener($event) { i0.ɵɵrestoreView(_r13); const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.stepClick.emit($event)); })("nextStepClick", function SymphiqFunnelAnalysisDashboardComponent_Conditional_14_Conditional_0_Template_symphiq_journey_progress_indicator_nextStepClick_0_listener() { i0.ɵɵrestoreView(_r13); const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.nextStepClick.emit()); });
|
|
52267
52046
|
i0.ɵɵelementEnd();
|
|
52268
52047
|
} if (rf & 2) {
|
|
@@ -52270,9 +52049,9 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_14_Conditional_0_Te
|
|
|
52270
52049
|
i0.ɵɵproperty("viewMode", ctx_r2.isLightMode() ? ctx_r2.ViewModeEnum.LIGHT : ctx_r2.ViewModeEnum.DARK)("currentStepId", ctx_r2.JourneyStepIdEnum.FUNNEL_ANALYSIS)("showNextStepAction", false)("forDemo", ctx_r2.forDemo())("maxAccessibleStepId", ctx_r2.maxAccessibleStepId());
|
|
52271
52050
|
} }
|
|
52272
52051
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_14_Template(rf, ctx) { if (rf & 1) {
|
|
52273
|
-
i0.ɵɵconditionalCreate(0, SymphiqFunnelAnalysisDashboardComponent_Conditional_14_Conditional_0_Template, 1, 5, "symphiq-journey-progress-indicator",
|
|
52274
|
-
i0.ɵɵelementStart(1, "main",
|
|
52275
|
-
i0.ɵɵelement(3, "symphiq-loading-card",
|
|
52052
|
+
i0.ɵɵconditionalCreate(0, SymphiqFunnelAnalysisDashboardComponent_Conditional_14_Conditional_0_Template, 1, 5, "symphiq-journey-progress-indicator", 42);
|
|
52053
|
+
i0.ɵɵelementStart(1, "main", 43)(2, "div", 44);
|
|
52054
|
+
i0.ɵɵelement(3, "symphiq-loading-card", 45);
|
|
52276
52055
|
i0.ɵɵelementEnd()();
|
|
52277
52056
|
} if (rf & 2) {
|
|
52278
52057
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
@@ -52282,7 +52061,7 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_14_Template(rf, ctx
|
|
|
52282
52061
|
} }
|
|
52283
52062
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_15_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
52284
52063
|
const _r14 = i0.ɵɵgetCurrentView();
|
|
52285
|
-
i0.ɵɵelementStart(0, "symphiq-journey-progress-indicator",
|
|
52064
|
+
i0.ɵɵelementStart(0, "symphiq-journey-progress-indicator", 46);
|
|
52286
52065
|
i0.ɵɵlistener("stepClick", function SymphiqFunnelAnalysisDashboardComponent_Conditional_15_Conditional_0_Template_symphiq_journey_progress_indicator_stepClick_0_listener($event) { i0.ɵɵrestoreView(_r14); const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.stepClick.emit($event)); })("nextStepClick", function SymphiqFunnelAnalysisDashboardComponent_Conditional_15_Conditional_0_Template_symphiq_journey_progress_indicator_nextStepClick_0_listener() { i0.ɵɵrestoreView(_r14); const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.nextStepClick.emit()); });
|
|
52287
52066
|
i0.ɵɵelementEnd();
|
|
52288
52067
|
} if (rf & 2) {
|
|
@@ -52290,11 +52069,11 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_15_Conditional_0_Te
|
|
|
52290
52069
|
i0.ɵɵproperty("viewMode", ctx_r2.isLightMode() ? ctx_r2.ViewModeEnum.LIGHT : ctx_r2.ViewModeEnum.DARK)("currentStepId", ctx_r2.JourneyStepIdEnum.FUNNEL_ANALYSIS)("showNextStepAction", false)("forDemo", ctx_r2.forDemo())("maxAccessibleStepId", ctx_r2.maxAccessibleStepId());
|
|
52291
52070
|
} }
|
|
52292
52071
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_15_Template(rf, ctx) { if (rf & 1) {
|
|
52293
|
-
i0.ɵɵconditionalCreate(0, SymphiqFunnelAnalysisDashboardComponent_Conditional_15_Conditional_0_Template, 1, 5, "symphiq-journey-progress-indicator",
|
|
52294
|
-
i0.ɵɵelementStart(1, "main",
|
|
52295
|
-
i0.ɵɵelement(4, "symphiq-funnel-welcome-banner",
|
|
52072
|
+
i0.ɵɵconditionalCreate(0, SymphiqFunnelAnalysisDashboardComponent_Conditional_15_Conditional_0_Template, 1, 5, "symphiq-journey-progress-indicator", 42);
|
|
52073
|
+
i0.ɵɵelementStart(1, "main", 43)(2, "div", 47)(3, "div", 48);
|
|
52074
|
+
i0.ɵɵelement(4, "symphiq-funnel-welcome-banner", 49);
|
|
52296
52075
|
i0.ɵɵelementEnd()()();
|
|
52297
|
-
i0.ɵɵelement(5, "symphiq-content-generation-progress-with-confetti",
|
|
52076
|
+
i0.ɵɵelement(5, "symphiq-content-generation-progress-with-confetti", 50);
|
|
52298
52077
|
} if (rf & 2) {
|
|
52299
52078
|
let tmp_5_0;
|
|
52300
52079
|
let tmp_8_0;
|
|
@@ -52307,7 +52086,7 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_15_Template(rf, ctx
|
|
|
52307
52086
|
} }
|
|
52308
52087
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
52309
52088
|
const _r15 = i0.ɵɵgetCurrentView();
|
|
52310
|
-
i0.ɵɵelementStart(0, "symphiq-journey-progress-indicator",
|
|
52089
|
+
i0.ɵɵelementStart(0, "symphiq-journey-progress-indicator", 46);
|
|
52311
52090
|
i0.ɵɵlistener("stepClick", function SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_0_Template_symphiq_journey_progress_indicator_stepClick_0_listener($event) { i0.ɵɵrestoreView(_r15); const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.stepClick.emit($event)); })("nextStepClick", function SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_0_Template_symphiq_journey_progress_indicator_nextStepClick_0_listener() { i0.ɵɵrestoreView(_r15); const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.nextStepClick.emit()); });
|
|
52312
52091
|
i0.ɵɵelementEnd();
|
|
52313
52092
|
} if (rf & 2) {
|
|
@@ -52315,27 +52094,27 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_0_Te
|
|
|
52315
52094
|
i0.ɵɵproperty("viewMode", ctx_r2.isLightMode() ? ctx_r2.ViewModeEnum.LIGHT : ctx_r2.ViewModeEnum.DARK)("currentStepId", ctx_r2.JourneyStepIdEnum.FUNNEL_ANALYSIS)("showNextStepAction", ctx_r2.showNextStepAction())("forDemo", ctx_r2.forDemo())("maxAccessibleStepId", ctx_r2.maxAccessibleStepId());
|
|
52316
52095
|
} }
|
|
52317
52096
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_5_For_13_Template(rf, ctx) { if (rf & 1) {
|
|
52318
|
-
i0.ɵɵelement(0, "symphiq-funnel-analysis-insight-card",
|
|
52097
|
+
i0.ɵɵelement(0, "symphiq-funnel-analysis-insight-card", 67);
|
|
52319
52098
|
} if (rf & 2) {
|
|
52320
52099
|
const insight_r16 = ctx.$implicit;
|
|
52321
52100
|
const ctx_r2 = i0.ɵɵnextContext(3);
|
|
52322
52101
|
i0.ɵɵproperty("insight", insight_r16)("allMetrics", ctx_r2.allMetrics())("charts", ctx_r2.chartsForInsight(insight_r16))("allCharts", ctx_r2.allCharts())("allBusinessInsights", ctx_r2.allBusinessInsights())("isLightMode", ctx_r2.isLightMode())("viewMode", ctx_r2.viewMode())("isCompactMode", true)("isLoading", ctx_r2.isDataLoading());
|
|
52323
52102
|
} }
|
|
52324
52103
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
52325
|
-
i0.ɵɵelementStart(0, "section",
|
|
52104
|
+
i0.ɵɵelementStart(0, "section", 51)(1, "div", 59)(2, "div", 60)(3, "div", 61)(4, "div", 60);
|
|
52326
52105
|
i0.ɵɵnamespaceSVG();
|
|
52327
|
-
i0.ɵɵelementStart(5, "svg",
|
|
52328
|
-
i0.ɵɵelement(6, "path",
|
|
52106
|
+
i0.ɵɵelementStart(5, "svg", 62);
|
|
52107
|
+
i0.ɵɵelement(6, "path", 63);
|
|
52329
52108
|
i0.ɵɵelementEnd();
|
|
52330
52109
|
i0.ɵɵnamespaceHTML();
|
|
52331
|
-
i0.ɵɵelementStart(7, "h2",
|
|
52110
|
+
i0.ɵɵelementStart(7, "h2", 64);
|
|
52332
52111
|
i0.ɵɵtext(8, "Key Insights");
|
|
52333
52112
|
i0.ɵɵelementEnd()()()();
|
|
52334
|
-
i0.ɵɵelementStart(9, "span",
|
|
52113
|
+
i0.ɵɵelementStart(9, "span", 65);
|
|
52335
52114
|
i0.ɵɵtext(10);
|
|
52336
52115
|
i0.ɵɵelementEnd()();
|
|
52337
|
-
i0.ɵɵelementStart(11, "div",
|
|
52338
|
-
i0.ɵɵrepeaterCreate(12, SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_5_For_13_Template, 1, 9, "symphiq-funnel-analysis-insight-card",
|
|
52116
|
+
i0.ɵɵelementStart(11, "div", 66);
|
|
52117
|
+
i0.ɵɵrepeaterCreate(12, SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_5_For_13_Template, 1, 9, "symphiq-funnel-analysis-insight-card", 67, i0.ɵɵrepeaterTrackByIndex);
|
|
52339
52118
|
i0.ɵɵelementEnd()();
|
|
52340
52119
|
} if (rf & 2) {
|
|
52341
52120
|
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
@@ -52353,14 +52132,14 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_5_Te
|
|
|
52353
52132
|
i0.ɵɵrepeater(ctx_r2.insights());
|
|
52354
52133
|
} }
|
|
52355
52134
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_8_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
52356
|
-
i0.ɵɵelement(0, "symphiq-skeleton-loader",
|
|
52135
|
+
i0.ɵɵelement(0, "symphiq-skeleton-loader", 68);
|
|
52357
52136
|
} if (rf & 2) {
|
|
52358
52137
|
const ctx_r2 = i0.ɵɵnextContext(3);
|
|
52359
52138
|
i0.ɵɵproperty("width", "100%")("height", "200px")("isLightMode", ctx_r2.isLightMode());
|
|
52360
52139
|
} }
|
|
52361
52140
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_8_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
52362
52141
|
const _r17 = i0.ɵɵgetCurrentView();
|
|
52363
|
-
i0.ɵɵelementStart(0, "symphiq-funnel-analysis-overall-assessment",
|
|
52142
|
+
i0.ɵɵelementStart(0, "symphiq-funnel-analysis-overall-assessment", 70);
|
|
52364
52143
|
i0.ɵɵlistener("scrollToSection", function SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_8_Conditional_2_Template_symphiq_funnel_analysis_overall_assessment_scrollToSection_0_listener($event) { i0.ɵɵrestoreView(_r17); const ctx_r2 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r2.scrollToSection($event)); });
|
|
52365
52144
|
i0.ɵɵelementEnd();
|
|
52366
52145
|
} if (rf & 2) {
|
|
@@ -52368,8 +52147,8 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_8_Co
|
|
|
52368
52147
|
i0.ɵɵproperty("assessment", ctx_r2.performanceOverview().overallAssessment || i0.ɵɵpureFunction0(11, _c1$l))("revenueMetric", ctx_r2.revenueMetric())("charts", ctx_r2.chartsForItem("OVERALL_ASSESSMENT"))("metrics", ctx_r2.allMetrics())("isLightMode", ctx_r2.isLightMode())("isLoading", ctx_r2.isOverallAssessmentLoading())("isCompactMode", true)("isChartsLoading", ctx_r2.areChartsLoading())("strengths", ctx_r2.strengths())("weaknesses", ctx_r2.weaknesses())("currencySymbol", ctx_r2.currencySymbol());
|
|
52369
52148
|
} }
|
|
52370
52149
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
52371
|
-
i0.ɵɵelementStart(0, "div",
|
|
52372
|
-
i0.ɵɵconditionalCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_8_Conditional_1_Template, 1, 3, "symphiq-skeleton-loader",
|
|
52150
|
+
i0.ɵɵelementStart(0, "div", 54);
|
|
52151
|
+
i0.ɵɵconditionalCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_8_Conditional_1_Template, 1, 3, "symphiq-skeleton-loader", 68)(2, SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_8_Conditional_2_Template, 1, 12, "symphiq-funnel-analysis-overall-assessment", 69);
|
|
52373
52152
|
i0.ɵɵelementEnd();
|
|
52374
52153
|
} if (rf & 2) {
|
|
52375
52154
|
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
@@ -52377,15 +52156,15 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_8_Te
|
|
|
52377
52156
|
i0.ɵɵconditional(ctx_r2.isDataLoading() ? 1 : 2);
|
|
52378
52157
|
} }
|
|
52379
52158
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_10_For_2_Conditional_2_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
52380
|
-
i0.ɵɵelement(0, "symphiq-funnel-analysis-metric-card",
|
|
52159
|
+
i0.ɵɵelement(0, "symphiq-funnel-analysis-metric-card", 72);
|
|
52381
52160
|
} if (rf & 2) {
|
|
52382
52161
|
const metric_r18 = ctx.$implicit;
|
|
52383
52162
|
const ctx_r2 = i0.ɵɵnextContext(5);
|
|
52384
52163
|
i0.ɵɵproperty("metric", metric_r18)("insights", ctx_r2.insights())("charts", ctx_r2.chartsForMetric(metric_r18))("allCharts", ctx_r2.allCharts())("analysis", ctx_r2.analysisData())("isLightMode", ctx_r2.isLightMode())("viewMode", ctx_r2.viewMode())("isCompactMode", true)("currencySymbol", ctx_r2.currencySymbol());
|
|
52385
52164
|
} }
|
|
52386
52165
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_10_For_2_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
52387
|
-
i0.ɵɵelementStart(0, "div",
|
|
52388
|
-
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_10_For_2_Conditional_2_For_2_Template, 1, 9, "symphiq-funnel-analysis-metric-card",
|
|
52166
|
+
i0.ɵɵelementStart(0, "div", 73);
|
|
52167
|
+
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_10_For_2_Conditional_2_For_2_Template, 1, 9, "symphiq-funnel-analysis-metric-card", 72, i0.ɵɵrepeaterTrackByIndex);
|
|
52389
52168
|
i0.ɵɵelementEnd();
|
|
52390
52169
|
} if (rf & 2) {
|
|
52391
52170
|
const funnelGroup_r19 = i0.ɵɵnextContext().$implicit;
|
|
@@ -52393,10 +52172,10 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_10_F
|
|
|
52393
52172
|
i0.ɵɵrepeater(funnelGroup_r19.relatedMetrics);
|
|
52394
52173
|
} }
|
|
52395
52174
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_10_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
52396
|
-
i0.ɵɵelementStart(0, "div",
|
|
52397
|
-
i0.ɵɵelement(1, "symphiq-funnel-analysis-metric-card",
|
|
52175
|
+
i0.ɵɵelementStart(0, "div", 71);
|
|
52176
|
+
i0.ɵɵelement(1, "symphiq-funnel-analysis-metric-card", 72);
|
|
52398
52177
|
i0.ɵɵelementEnd();
|
|
52399
|
-
i0.ɵɵconditionalCreate(2, SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_10_For_2_Conditional_2_Template, 3, 0, "div",
|
|
52178
|
+
i0.ɵɵconditionalCreate(2, SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_10_For_2_Conditional_2_Template, 3, 0, "div", 73);
|
|
52400
52179
|
} if (rf & 2) {
|
|
52401
52180
|
const funnelGroup_r19 = ctx.$implicit;
|
|
52402
52181
|
const ctx_r2 = i0.ɵɵnextContext(3);
|
|
@@ -52406,7 +52185,7 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_10_F
|
|
|
52406
52185
|
i0.ɵɵconditional(funnelGroup_r19.relatedMetrics.length > 0 ? 2 : -1);
|
|
52407
52186
|
} }
|
|
52408
52187
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
52409
|
-
i0.ɵɵelementStart(0, "div",
|
|
52188
|
+
i0.ɵɵelementStart(0, "div", 56);
|
|
52410
52189
|
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_10_For_2_Template, 3, 10, null, null, i0.ɵɵrepeaterTrackByIndex);
|
|
52411
52190
|
i0.ɵɵelementEnd();
|
|
52412
52191
|
} if (rf & 2) {
|
|
@@ -52415,15 +52194,15 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_10_T
|
|
|
52415
52194
|
i0.ɵɵrepeater(ctx_r2.groupedMetrics());
|
|
52416
52195
|
} }
|
|
52417
52196
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_12_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
52418
|
-
i0.ɵɵelement(0, "symphiq-funnel-analysis-breakdown-section",
|
|
52197
|
+
i0.ɵɵelement(0, "symphiq-funnel-analysis-breakdown-section", 74);
|
|
52419
52198
|
} if (rf & 2) {
|
|
52420
52199
|
const breakdown_r20 = ctx.$implicit;
|
|
52421
52200
|
const ctx_r2 = i0.ɵɵnextContext(3);
|
|
52422
52201
|
i0.ɵɵproperty("breakdown", breakdown_r20)("charts", ctx_r2.chartsForBreakdown(breakdown_r20))("isLightMode", ctx_r2.isLightMode())("isLoading", ctx_r2.isDataLoading())("isCompactMode", true)("currencySymbol", ctx_r2.currencySymbol());
|
|
52423
52202
|
} }
|
|
52424
52203
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_12_Template(rf, ctx) { if (rf & 1) {
|
|
52425
|
-
i0.ɵɵelementStart(0, "div",
|
|
52426
|
-
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_12_For_2_Template, 1, 6, "symphiq-funnel-analysis-breakdown-section",
|
|
52204
|
+
i0.ɵɵelementStart(0, "div", 56);
|
|
52205
|
+
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_12_For_2_Template, 1, 6, "symphiq-funnel-analysis-breakdown-section", 74, i0.ɵɵrepeaterTrackByIndex);
|
|
52427
52206
|
i0.ɵɵelementEnd();
|
|
52428
52207
|
} if (rf & 2) {
|
|
52429
52208
|
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
@@ -52431,8 +52210,8 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_12_T
|
|
|
52431
52210
|
i0.ɵɵrepeater(ctx_r2.breakdowns());
|
|
52432
52211
|
} }
|
|
52433
52212
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_14_Template(rf, ctx) { if (rf & 1) {
|
|
52434
|
-
i0.ɵɵelementStart(0, "div",
|
|
52435
|
-
i0.ɵɵelement(1, "symphiq-competitive-intelligence-view",
|
|
52213
|
+
i0.ɵɵelementStart(0, "div", 54);
|
|
52214
|
+
i0.ɵɵelement(1, "symphiq-competitive-intelligence-view", 75);
|
|
52436
52215
|
i0.ɵɵelementEnd();
|
|
52437
52216
|
} if (rf & 2) {
|
|
52438
52217
|
let tmp_7_0;
|
|
@@ -52441,22 +52220,22 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_14_T
|
|
|
52441
52220
|
i0.ɵɵproperty("metrics", ctx_r2.competitiveMetrics())("allCharts", ctx_r2.allCharts())("isLightMode", ctx_r2.isLightMode())("isCompactMode", true)("competitiveBenchmark", (tmp_7_0 = ctx_r2.performanceOverview().overallAssessment) == null ? null : tmp_7_0.competitiveBenchmark)("currencySymbol", ctx_r2.currencySymbol());
|
|
52442
52221
|
} }
|
|
52443
52222
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Template(rf, ctx) { if (rf & 1) {
|
|
52444
|
-
i0.ɵɵconditionalCreate(0, SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_0_Template, 1, 5, "symphiq-journey-progress-indicator",
|
|
52445
|
-
i0.ɵɵelementStart(1, "main",
|
|
52446
|
-
i0.ɵɵelement(4, "symphiq-funnel-welcome-banner",
|
|
52223
|
+
i0.ɵɵconditionalCreate(0, SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_0_Template, 1, 5, "symphiq-journey-progress-indicator", 42);
|
|
52224
|
+
i0.ɵɵelementStart(1, "main", 43)(2, "div", 44)(3, "div", 48);
|
|
52225
|
+
i0.ɵɵelement(4, "symphiq-funnel-welcome-banner", 49);
|
|
52447
52226
|
i0.ɵɵelementEnd();
|
|
52448
|
-
i0.ɵɵconditionalCreate(5, SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_5_Template, 14, 7, "section",
|
|
52449
|
-
i0.ɵɵelementStart(6, "symphiq-collapsible-funnel-section-group",
|
|
52450
|
-
i0.ɵɵconditionalCreate(8, SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_8_Template, 3, 1, "div",
|
|
52227
|
+
i0.ɵɵconditionalCreate(5, SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_5_Template, 14, 7, "section", 51);
|
|
52228
|
+
i0.ɵɵelementStart(6, "symphiq-collapsible-funnel-section-group", 52)(7, "div", 53);
|
|
52229
|
+
i0.ɵɵconditionalCreate(8, SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_8_Template, 3, 1, "div", 54);
|
|
52451
52230
|
i0.ɵɵelementEnd();
|
|
52452
|
-
i0.ɵɵelementStart(9, "div",
|
|
52453
|
-
i0.ɵɵconditionalCreate(10, SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_10_Template, 3, 0, "div",
|
|
52231
|
+
i0.ɵɵelementStart(9, "div", 55);
|
|
52232
|
+
i0.ɵɵconditionalCreate(10, SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_10_Template, 3, 0, "div", 56);
|
|
52454
52233
|
i0.ɵɵelementEnd();
|
|
52455
|
-
i0.ɵɵelementStart(11, "div",
|
|
52456
|
-
i0.ɵɵconditionalCreate(12, SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_12_Template, 3, 0, "div",
|
|
52234
|
+
i0.ɵɵelementStart(11, "div", 57);
|
|
52235
|
+
i0.ɵɵconditionalCreate(12, SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_12_Template, 3, 0, "div", 56);
|
|
52457
52236
|
i0.ɵɵelementEnd();
|
|
52458
|
-
i0.ɵɵelementStart(13, "div",
|
|
52459
|
-
i0.ɵɵconditionalCreate(14, SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_14_Template, 2, 6, "div",
|
|
52237
|
+
i0.ɵɵelementStart(13, "div", 58);
|
|
52238
|
+
i0.ɵɵconditionalCreate(14, SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_14_Template, 2, 6, "div", 54);
|
|
52460
52239
|
i0.ɵɵelementEnd()()()();
|
|
52461
52240
|
} if (rf & 2) {
|
|
52462
52241
|
let tmp_6_0;
|
|
@@ -52480,16 +52259,16 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Template(rf, ctx
|
|
|
52480
52259
|
i0.ɵɵconditional(ctx_r2.showCompetitiveIntelligence() ? 14 : -1);
|
|
52481
52260
|
} }
|
|
52482
52261
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_2_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
52483
|
-
i0.ɵɵelementStart(0, "div",
|
|
52484
|
-
i0.ɵɵelement(3, "symphiq-skeleton-loader",
|
|
52485
|
-
i0.ɵɵelementStart(4, "div",
|
|
52486
|
-
i0.ɵɵelement(5, "symphiq-skeleton-loader",
|
|
52262
|
+
i0.ɵɵelementStart(0, "div", 77)(1, "div", 78)(2, "div", 60);
|
|
52263
|
+
i0.ɵɵelement(3, "symphiq-skeleton-loader", 68);
|
|
52264
|
+
i0.ɵɵelementStart(4, "div", 79);
|
|
52265
|
+
i0.ɵɵelement(5, "symphiq-skeleton-loader", 68)(6, "symphiq-skeleton-loader", 68);
|
|
52487
52266
|
i0.ɵɵelementEnd()();
|
|
52488
|
-
i0.ɵɵelementStart(7, "div",
|
|
52489
|
-
i0.ɵɵelement(8, "symphiq-skeleton-loader",
|
|
52267
|
+
i0.ɵɵelementStart(7, "div", 80);
|
|
52268
|
+
i0.ɵɵelement(8, "symphiq-skeleton-loader", 68)(9, "symphiq-skeleton-loader", 68)(10, "symphiq-skeleton-loader", 68);
|
|
52490
52269
|
i0.ɵɵelementEnd();
|
|
52491
|
-
i0.ɵɵelementStart(11, "div",
|
|
52492
|
-
i0.ɵɵelement(12, "symphiq-skeleton-loader",
|
|
52270
|
+
i0.ɵɵelementStart(11, "div", 81);
|
|
52271
|
+
i0.ɵɵelement(12, "symphiq-skeleton-loader", 68)(13, "symphiq-skeleton-loader", 68);
|
|
52493
52272
|
i0.ɵɵelementEnd()()();
|
|
52494
52273
|
} if (rf & 2) {
|
|
52495
52274
|
const ctx_r2 = i0.ɵɵnextContext(3);
|
|
@@ -52513,7 +52292,7 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_2_Co
|
|
|
52513
52292
|
} }
|
|
52514
52293
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_2_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
52515
52294
|
const _r21 = i0.ɵɵgetCurrentView();
|
|
52516
|
-
i0.ɵɵelementStart(0, "symphiq-funnel-analysis-overall-assessment",
|
|
52295
|
+
i0.ɵɵelementStart(0, "symphiq-funnel-analysis-overall-assessment", 70);
|
|
52517
52296
|
i0.ɵɵlistener("scrollToSection", function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_2_Conditional_2_Template_symphiq_funnel_analysis_overall_assessment_scrollToSection_0_listener($event) { i0.ɵɵrestoreView(_r21); const ctx_r2 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r2.scrollToSection($event)); });
|
|
52518
52297
|
i0.ɵɵelementEnd();
|
|
52519
52298
|
} if (rf & 2) {
|
|
@@ -52521,8 +52300,8 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_2_Co
|
|
|
52521
52300
|
i0.ɵɵproperty("assessment", ctx_r2.performanceOverview().overallAssessment || i0.ɵɵpureFunction0(11, _c1$l))("revenueMetric", ctx_r2.revenueMetric())("charts", ctx_r2.chartsForItem("OVERALL_ASSESSMENT"))("metrics", ctx_r2.allMetrics())("isLightMode", ctx_r2.isLightMode())("isLoading", ctx_r2.isOverallAssessmentLoading())("isCompactMode", ctx_r2.viewModeService.isCompact())("isChartsLoading", ctx_r2.areChartsLoading())("strengths", ctx_r2.strengths())("weaknesses", ctx_r2.weaknesses())("currencySymbol", ctx_r2.currencySymbol());
|
|
52522
52301
|
} }
|
|
52523
52302
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
52524
|
-
i0.ɵɵelementStart(0, "div",
|
|
52525
|
-
i0.ɵɵconditionalCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_2_Conditional_1_Template, 14, 25, "div",
|
|
52303
|
+
i0.ɵɵelementStart(0, "div", 76);
|
|
52304
|
+
i0.ɵɵconditionalCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_2_Conditional_1_Template, 14, 25, "div", 77)(2, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_2_Conditional_2_Template, 1, 12, "symphiq-funnel-analysis-overall-assessment", 69);
|
|
52526
52305
|
i0.ɵɵelementEnd();
|
|
52527
52306
|
} if (rf & 2) {
|
|
52528
52307
|
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
@@ -52530,21 +52309,21 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_2_Te
|
|
|
52530
52309
|
i0.ɵɵconditional(ctx_r2.isDataLoading() ? 1 : 2);
|
|
52531
52310
|
} }
|
|
52532
52311
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_3_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
52533
|
-
i0.ɵɵelement(0, "symphiq-section-divider",
|
|
52312
|
+
i0.ɵɵelement(0, "symphiq-section-divider", 82);
|
|
52534
52313
|
} if (rf & 2) {
|
|
52535
52314
|
const ctx_r2 = i0.ɵɵnextContext(3);
|
|
52536
|
-
i0.ɵɵproperty("viewMode", ctx_r2.viewMode());
|
|
52315
|
+
i0.ɵɵproperty("viewMode", ctx_r2.viewMode())("sectionIcon", i0.ɵɵpureFunction1(2, _c2$d, ctx_r2.IconSourceEnum.HEROICONS));
|
|
52537
52316
|
} }
|
|
52538
52317
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_3_Conditional_14_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
52539
|
-
i0.ɵɵelementStart(0, "div",
|
|
52540
|
-
i0.ɵɵelement(3, "symphiq-skeleton-loader",
|
|
52318
|
+
i0.ɵɵelementStart(0, "div", 89)(1, "div", 90)(2, "div", 91);
|
|
52319
|
+
i0.ɵɵelement(3, "symphiq-skeleton-loader", 68)(4, "symphiq-skeleton-loader", 68);
|
|
52541
52320
|
i0.ɵɵelementEnd();
|
|
52542
|
-
i0.ɵɵelement(5, "symphiq-skeleton-loader",
|
|
52543
|
-
i0.ɵɵelementStart(8, "div",
|
|
52544
|
-
i0.ɵɵelement(9, "symphiq-skeleton-loader",
|
|
52321
|
+
i0.ɵɵelement(5, "symphiq-skeleton-loader", 68)(6, "symphiq-skeleton-loader", 68)(7, "symphiq-skeleton-loader", 68);
|
|
52322
|
+
i0.ɵɵelementStart(8, "div", 92);
|
|
52323
|
+
i0.ɵɵelement(9, "symphiq-skeleton-loader", 68)(10, "symphiq-skeleton-loader", 68);
|
|
52545
52324
|
i0.ɵɵelementEnd();
|
|
52546
|
-
i0.ɵɵelementStart(11, "div",
|
|
52547
|
-
i0.ɵɵelement(12, "symphiq-skeleton-loader",
|
|
52325
|
+
i0.ɵɵelementStart(11, "div", 93);
|
|
52326
|
+
i0.ɵɵelement(12, "symphiq-skeleton-loader", 68)(13, "symphiq-skeleton-loader", 68);
|
|
52548
52327
|
i0.ɵɵelementEnd()()();
|
|
52549
52328
|
} if (rf & 2) {
|
|
52550
52329
|
const ctx_r2 = i0.ɵɵnextContext(4);
|
|
@@ -52569,16 +52348,16 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_3_Co
|
|
|
52569
52348
|
i0.ɵɵproperty("width", "80px")("height", "28px")("isLightMode", ctx_r2.isLightMode());
|
|
52570
52349
|
} }
|
|
52571
52350
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_3_Conditional_14_Template(rf, ctx) { if (rf & 1) {
|
|
52572
|
-
i0.ɵɵelementStart(0, "div",
|
|
52573
|
-
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_3_Conditional_14_For_2_Template, 14, 28, "div",
|
|
52351
|
+
i0.ɵɵelementStart(0, "div", 87);
|
|
52352
|
+
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_3_Conditional_14_For_2_Template, 14, 28, "div", 89, i0.ɵɵrepeaterTrackByIdentity);
|
|
52574
52353
|
i0.ɵɵelementEnd();
|
|
52575
52354
|
} if (rf & 2) {
|
|
52576
52355
|
i0.ɵɵadvance();
|
|
52577
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(0,
|
|
52356
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(0, _c3$8));
|
|
52578
52357
|
} }
|
|
52579
52358
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_3_Conditional_15_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
52580
|
-
i0.ɵɵelementStart(0, "div",
|
|
52581
|
-
i0.ɵɵelement(1, "symphiq-funnel-analysis-insight-card",
|
|
52359
|
+
i0.ɵɵelementStart(0, "div", 95);
|
|
52360
|
+
i0.ɵɵelement(1, "symphiq-funnel-analysis-insight-card", 96);
|
|
52582
52361
|
i0.ɵɵelementEnd();
|
|
52583
52362
|
} if (rf & 2) {
|
|
52584
52363
|
const entry_r22 = ctx.$implicit;
|
|
@@ -52591,8 +52370,8 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_3_Co
|
|
|
52591
52370
|
i0.ɵɵproperty("insight", entry_r22.insight)("allMetrics", ctx_r2.allMetrics())("charts", ctx_r2.chartsForInsight(entry_r22.insight))("allCharts", ctx_r2.allCharts())("allBusinessInsights", ctx_r2.allBusinessInsights())("isLightMode", ctx_r2.isLightMode())("viewMode", ctx_r2.viewMode())("isCompactMode", false);
|
|
52592
52371
|
} }
|
|
52593
52372
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_3_Conditional_15_Template(rf, ctx) { if (rf & 1) {
|
|
52594
|
-
i0.ɵɵelementStart(0, "div",
|
|
52595
|
-
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_3_Conditional_15_For_2_Template, 2, 14, "div",
|
|
52373
|
+
i0.ɵɵelementStart(0, "div", 87);
|
|
52374
|
+
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_3_Conditional_15_For_2_Template, 2, 14, "div", 94, i0.ɵɵrepeaterTrackByIndex);
|
|
52596
52375
|
i0.ɵɵelementEnd();
|
|
52597
52376
|
} if (rf & 2) {
|
|
52598
52377
|
const ctx_r2 = i0.ɵɵnextContext(3);
|
|
@@ -52600,8 +52379,8 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_3_Co
|
|
|
52600
52379
|
i0.ɵɵrepeater(ctx_r2.insightsDisplay());
|
|
52601
52380
|
} }
|
|
52602
52381
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_3_Conditional_16_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
52603
|
-
i0.ɵɵelementStart(0, "div",
|
|
52604
|
-
i0.ɵɵelement(1, "symphiq-funnel-analysis-insight-card",
|
|
52382
|
+
i0.ɵɵelementStart(0, "div", 95);
|
|
52383
|
+
i0.ɵɵelement(1, "symphiq-funnel-analysis-insight-card", 96);
|
|
52605
52384
|
i0.ɵɵelementEnd();
|
|
52606
52385
|
} if (rf & 2) {
|
|
52607
52386
|
const insight_r24 = ctx.$implicit;
|
|
@@ -52613,8 +52392,8 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_3_Co
|
|
|
52613
52392
|
i0.ɵɵproperty("insight", insight_r24)("allMetrics", ctx_r2.allMetrics())("charts", ctx_r2.chartsForInsight(insight_r24))("allCharts", ctx_r2.allCharts())("allBusinessInsights", ctx_r2.allBusinessInsights())("isLightMode", ctx_r2.isLightMode())("viewMode", ctx_r2.viewMode())("isCompactMode", true);
|
|
52614
52393
|
} }
|
|
52615
52394
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_3_Conditional_16_Template(rf, ctx) { if (rf & 1) {
|
|
52616
|
-
i0.ɵɵelementStart(0, "div",
|
|
52617
|
-
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_3_Conditional_16_For_2_Template, 2, 12, "div",
|
|
52395
|
+
i0.ɵɵelementStart(0, "div", 88);
|
|
52396
|
+
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_3_Conditional_16_For_2_Template, 2, 12, "div", 97, i0.ɵɵrepeaterTrackByIndex);
|
|
52618
52397
|
i0.ɵɵelementEnd();
|
|
52619
52398
|
} if (rf & 2) {
|
|
52620
52399
|
const ctx_r2 = i0.ɵɵnextContext(3);
|
|
@@ -52622,22 +52401,22 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_3_Co
|
|
|
52622
52401
|
i0.ɵɵrepeater(ctx_r2.insights());
|
|
52623
52402
|
} }
|
|
52624
52403
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
52625
|
-
i0.ɵɵconditionalCreate(0, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_3_Conditional_0_Template, 1,
|
|
52626
|
-
i0.ɵɵelementStart(1, "section",
|
|
52627
|
-
i0.ɵɵelement(2, "div",
|
|
52628
|
-
i0.ɵɵelementStart(3, "div",
|
|
52404
|
+
i0.ɵɵconditionalCreate(0, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_3_Conditional_0_Template, 1, 4, "symphiq-section-divider", 82);
|
|
52405
|
+
i0.ɵɵelementStart(1, "section", 83);
|
|
52406
|
+
i0.ɵɵelement(2, "div", 84);
|
|
52407
|
+
i0.ɵɵelementStart(3, "div", 85)(4, "div", 86)(5, "div", 60)(6, "div", 61)(7, "div", 60);
|
|
52629
52408
|
i0.ɵɵnamespaceSVG();
|
|
52630
|
-
i0.ɵɵelementStart(8, "svg",
|
|
52631
|
-
i0.ɵɵelement(9, "path",
|
|
52409
|
+
i0.ɵɵelementStart(8, "svg", 62);
|
|
52410
|
+
i0.ɵɵelement(9, "path", 63);
|
|
52632
52411
|
i0.ɵɵelementEnd();
|
|
52633
52412
|
i0.ɵɵnamespaceHTML();
|
|
52634
|
-
i0.ɵɵelementStart(10, "h2",
|
|
52413
|
+
i0.ɵɵelementStart(10, "h2", 64);
|
|
52635
52414
|
i0.ɵɵtext(11, "Key Insights");
|
|
52636
52415
|
i0.ɵɵelementEnd()()()();
|
|
52637
|
-
i0.ɵɵelementStart(12, "span",
|
|
52416
|
+
i0.ɵɵelementStart(12, "span", 65);
|
|
52638
52417
|
i0.ɵɵtext(13);
|
|
52639
52418
|
i0.ɵɵelementEnd()();
|
|
52640
|
-
i0.ɵɵconditionalCreate(14, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_3_Conditional_14_Template, 3, 1, "div",
|
|
52419
|
+
i0.ɵɵconditionalCreate(14, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_3_Conditional_14_Template, 3, 1, "div", 87)(15, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_3_Conditional_15_Template, 3, 0, "div", 87)(16, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_3_Conditional_16_Template, 3, 0, "div", 88);
|
|
52641
52420
|
i0.ɵɵelementEnd()();
|
|
52642
52421
|
} if (rf & 2) {
|
|
52643
52422
|
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
@@ -52658,13 +52437,13 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_3_Te
|
|
|
52658
52437
|
i0.ɵɵconditional(ctx_r2.isDataLoading() || ctx_r2.viewModeService.isExpanded() && ctx_r2.viewModeService.getIsTransitioning() ? 14 : ctx_r2.viewModeService.isExpanded() ? 15 : 16);
|
|
52659
52438
|
} }
|
|
52660
52439
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
52661
|
-
i0.ɵɵelementStart(0, "div",
|
|
52662
|
-
i0.ɵɵelement(2, "div",
|
|
52440
|
+
i0.ɵɵelementStart(0, "div", 98)(1, "div", 115);
|
|
52441
|
+
i0.ɵɵelement(2, "div", 116);
|
|
52663
52442
|
i0.ɵɵelementEnd();
|
|
52664
|
-
i0.ɵɵelementStart(3, "div",
|
|
52443
|
+
i0.ɵɵelementStart(3, "div", 117)(4, "div", 118);
|
|
52665
52444
|
i0.ɵɵnamespaceSVG();
|
|
52666
|
-
i0.ɵɵelementStart(5, "svg",
|
|
52667
|
-
i0.ɵɵelement(6, "path",
|
|
52445
|
+
i0.ɵɵelementStart(5, "svg", 119);
|
|
52446
|
+
i0.ɵɵelement(6, "path", 120);
|
|
52668
52447
|
i0.ɵɵelementEnd()()()();
|
|
52669
52448
|
} if (rf & 2) {
|
|
52670
52449
|
const ctx_r2 = i0.ɵɵnextContext(3);
|
|
@@ -52676,12 +52455,12 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Co
|
|
|
52676
52455
|
i0.ɵɵproperty("ngClass", ctx_r2.isLightMode() ? "text-emerald-500" : "text-emerald-400");
|
|
52677
52456
|
} }
|
|
52678
52457
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_14_Template(rf, ctx) { if (rf & 1) {
|
|
52679
|
-
i0.ɵɵelementStart(0, "div",
|
|
52680
|
-
i0.ɵɵelement(1, "div",
|
|
52458
|
+
i0.ɵɵelementStart(0, "div", 105);
|
|
52459
|
+
i0.ɵɵelement(1, "div", 121);
|
|
52681
52460
|
i0.ɵɵelementEnd();
|
|
52682
52461
|
} }
|
|
52683
52462
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_For_17_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
52684
|
-
i0.ɵɵelementStart(0, "option",
|
|
52463
|
+
i0.ɵɵelementStart(0, "option", 122);
|
|
52685
52464
|
i0.ɵɵtext(1);
|
|
52686
52465
|
i0.ɵɵelementEnd();
|
|
52687
52466
|
} if (rf & 2) {
|
|
@@ -52691,7 +52470,7 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Fo
|
|
|
52691
52470
|
i0.ɵɵtextInterpolate(cat_r27.label);
|
|
52692
52471
|
} }
|
|
52693
52472
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_For_17_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
52694
|
-
i0.ɵɵelementStart(0, "option",
|
|
52473
|
+
i0.ɵɵelementStart(0, "option", 23);
|
|
52695
52474
|
i0.ɵɵtext(1);
|
|
52696
52475
|
i0.ɵɵelementEnd();
|
|
52697
52476
|
} if (rf & 2) {
|
|
@@ -52701,22 +52480,22 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Fo
|
|
|
52701
52480
|
i0.ɵɵtextInterpolate(cat_r27.label);
|
|
52702
52481
|
} }
|
|
52703
52482
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_For_17_Template(rf, ctx) { if (rf & 1) {
|
|
52704
|
-
i0.ɵɵconditionalCreate(0, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_For_17_Conditional_0_Template, 2, 2, "option",
|
|
52483
|
+
i0.ɵɵconditionalCreate(0, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_For_17_Conditional_0_Template, 2, 2, "option", 122)(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_For_17_Conditional_1_Template, 2, 2, "option", 23);
|
|
52705
52484
|
} if (rf & 2) {
|
|
52706
52485
|
const cat_r27 = ctx.$implicit;
|
|
52707
52486
|
i0.ɵɵconditional(cat_r27.divider ? 0 : 1);
|
|
52708
52487
|
} }
|
|
52709
52488
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_20_Template(rf, ctx) { if (rf & 1) {
|
|
52710
52489
|
i0.ɵɵnamespaceSVG();
|
|
52711
|
-
i0.ɵɵelement(0, "path",
|
|
52490
|
+
i0.ɵɵelement(0, "path", 109);
|
|
52712
52491
|
} }
|
|
52713
52492
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_21_Template(rf, ctx) { if (rf & 1) {
|
|
52714
52493
|
i0.ɵɵnamespaceSVG();
|
|
52715
|
-
i0.ɵɵelement(0, "path",
|
|
52494
|
+
i0.ɵɵelement(0, "path", 110);
|
|
52716
52495
|
} }
|
|
52717
52496
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_For_27_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
52718
52497
|
const _r28 = i0.ɵɵgetCurrentView();
|
|
52719
|
-
i0.ɵɵelementStart(0, "button",
|
|
52498
|
+
i0.ɵɵelementStart(0, "button", 124);
|
|
52720
52499
|
i0.ɵɵlistener("click", function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_For_27_Conditional_0_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r28); const cat_r29 = i0.ɵɵnextContext().$implicit; const ctx_r2 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r2.changeCategoryFilter(cat_r29.value)); });
|
|
52721
52500
|
i0.ɵɵtext(1);
|
|
52722
52501
|
i0.ɵɵelementEnd();
|
|
@@ -52729,27 +52508,27 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Fo
|
|
|
52729
52508
|
i0.ɵɵtextInterpolate1(" ", cat_r29.label, " ");
|
|
52730
52509
|
} }
|
|
52731
52510
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_For_27_Template(rf, ctx) { if (rf & 1) {
|
|
52732
|
-
i0.ɵɵconditionalCreate(0, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_For_27_Conditional_0_Template, 2, 4, "button",
|
|
52511
|
+
i0.ɵɵconditionalCreate(0, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_For_27_Conditional_0_Template, 2, 4, "button", 123);
|
|
52733
52512
|
} if (rf & 2) {
|
|
52734
52513
|
const cat_r29 = ctx.$implicit;
|
|
52735
52514
|
i0.ɵɵconditional(!cat_r29.divider ? 0 : -1);
|
|
52736
52515
|
} }
|
|
52737
52516
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_28_For_2_For_10_Template(rf, ctx) { if (rf & 1) {
|
|
52738
|
-
i0.ɵɵelement(0, "symphiq-skeleton-loader",
|
|
52517
|
+
i0.ɵɵelement(0, "symphiq-skeleton-loader", 68);
|
|
52739
52518
|
} if (rf & 2) {
|
|
52740
52519
|
const ctx_r2 = i0.ɵɵnextContext(5);
|
|
52741
52520
|
i0.ɵɵproperty("width", "100%")("height", "120px")("isLightMode", ctx_r2.isLightMode());
|
|
52742
52521
|
} }
|
|
52743
52522
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_28_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
52744
|
-
i0.ɵɵelementStart(0, "div",
|
|
52745
|
-
i0.ɵɵelement(3, "symphiq-skeleton-loader",
|
|
52746
|
-
i0.ɵɵelementStart(4, "div",
|
|
52747
|
-
i0.ɵɵelement(5, "symphiq-skeleton-loader",
|
|
52523
|
+
i0.ɵɵelementStart(0, "div", 125)(1, "div", 126)(2, "div", 60);
|
|
52524
|
+
i0.ɵɵelement(3, "symphiq-skeleton-loader", 68);
|
|
52525
|
+
i0.ɵɵelementStart(4, "div", 80);
|
|
52526
|
+
i0.ɵɵelement(5, "symphiq-skeleton-loader", 68)(6, "symphiq-skeleton-loader", 68);
|
|
52748
52527
|
i0.ɵɵelementEnd()();
|
|
52749
|
-
i0.ɵɵelement(7, "symphiq-skeleton-loader",
|
|
52528
|
+
i0.ɵɵelement(7, "symphiq-skeleton-loader", 68);
|
|
52750
52529
|
i0.ɵɵelementEnd();
|
|
52751
|
-
i0.ɵɵelementStart(8, "div",
|
|
52752
|
-
i0.ɵɵrepeaterCreate(9, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_28_For_2_For_10_Template, 1, 3, "symphiq-skeleton-loader",
|
|
52530
|
+
i0.ɵɵelementStart(8, "div", 127);
|
|
52531
|
+
i0.ɵɵrepeaterCreate(9, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_28_For_2_For_10_Template, 1, 3, "symphiq-skeleton-loader", 68, i0.ɵɵrepeaterTrackByIdentity);
|
|
52753
52532
|
i0.ɵɵelementEnd()();
|
|
52754
52533
|
} if (rf & 2) {
|
|
52755
52534
|
const ctx_r2 = i0.ɵɵnextContext(4);
|
|
@@ -52763,19 +52542,19 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Co
|
|
|
52763
52542
|
i0.ɵɵadvance();
|
|
52764
52543
|
i0.ɵɵproperty("width", "80px")("height", "36px")("isLightMode", ctx_r2.isLightMode());
|
|
52765
52544
|
i0.ɵɵadvance(2);
|
|
52766
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(13,
|
|
52545
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(13, _c5$2));
|
|
52767
52546
|
} }
|
|
52768
52547
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_28_Template(rf, ctx) { if (rf & 1) {
|
|
52769
|
-
i0.ɵɵelementStart(0, "div",
|
|
52770
|
-
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_28_For_2_Template, 11, 14, "div",
|
|
52548
|
+
i0.ɵɵelementStart(0, "div", 113);
|
|
52549
|
+
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_28_For_2_Template, 11, 14, "div", 125, i0.ɵɵrepeaterTrackByIdentity);
|
|
52771
52550
|
i0.ɵɵelementEnd();
|
|
52772
52551
|
} if (rf & 2) {
|
|
52773
52552
|
i0.ɵɵadvance();
|
|
52774
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(0,
|
|
52553
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(0, _c4$5));
|
|
52775
52554
|
} }
|
|
52776
52555
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_29_For_2_Conditional_2_Conditional_0_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
52777
|
-
i0.ɵɵelementStart(0, "div",
|
|
52778
|
-
i0.ɵɵelement(1, "symphiq-funnel-analysis-metric-card",
|
|
52556
|
+
i0.ɵɵelementStart(0, "div", 133);
|
|
52557
|
+
i0.ɵɵelement(1, "symphiq-funnel-analysis-metric-card", 134);
|
|
52779
52558
|
i0.ɵɵelementEnd();
|
|
52780
52559
|
} if (rf & 2) {
|
|
52781
52560
|
const entry_r30 = ctx.$implicit;
|
|
@@ -52788,8 +52567,8 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Co
|
|
|
52788
52567
|
i0.ɵɵproperty("metric", entry_r30.metric)("insights", ctx_r2.insights())("charts", ctx_r2.chartsForMetric(entry_r30.metric))("allCharts", ctx_r2.allCharts())("analysis", ctx_r2.analysisData())("isLightMode", ctx_r2.isLightMode())("viewMode", ctx_r2.viewMode())("isCompactMode", false)("currencySymbol", ctx_r2.currencySymbol());
|
|
52789
52568
|
} }
|
|
52790
52569
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_29_For_2_Conditional_2_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
52791
|
-
i0.ɵɵelementStart(0, "div",
|
|
52792
|
-
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_29_For_2_Conditional_2_Conditional_0_For_2_Template, 2, 13, "div",
|
|
52570
|
+
i0.ɵɵelementStart(0, "div", 130);
|
|
52571
|
+
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_29_For_2_Conditional_2_Conditional_0_For_2_Template, 2, 13, "div", 132, i0.ɵɵrepeaterTrackByIndex);
|
|
52793
52572
|
i0.ɵɵelementEnd();
|
|
52794
52573
|
} if (rf & 2) {
|
|
52795
52574
|
const funnelGroup_r33 = i0.ɵɵnextContext(2).$implicit;
|
|
@@ -52797,8 +52576,8 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Co
|
|
|
52797
52576
|
i0.ɵɵrepeater(funnelGroup_r33.relatedMetricsDisplay);
|
|
52798
52577
|
} }
|
|
52799
52578
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_29_For_2_Conditional_2_Conditional_1_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
52800
|
-
i0.ɵɵelementStart(0, "div",
|
|
52801
|
-
i0.ɵɵelement(1, "symphiq-funnel-analysis-metric-card",
|
|
52579
|
+
i0.ɵɵelementStart(0, "div", 133);
|
|
52580
|
+
i0.ɵɵelement(1, "symphiq-funnel-analysis-metric-card", 72);
|
|
52802
52581
|
i0.ɵɵelementEnd();
|
|
52803
52582
|
} if (rf & 2) {
|
|
52804
52583
|
const entry_r34 = ctx.$implicit;
|
|
@@ -52810,8 +52589,8 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Co
|
|
|
52810
52589
|
i0.ɵɵproperty("metric", entry_r34.metric)("insights", ctx_r2.insights())("charts", ctx_r2.chartsForMetric(entry_r34.metric))("allCharts", ctx_r2.allCharts())("analysis", ctx_r2.analysisData())("isLightMode", ctx_r2.isLightMode())("viewMode", ctx_r2.viewMode())("isCompactMode", true)("currencySymbol", ctx_r2.currencySymbol());
|
|
52811
52590
|
} }
|
|
52812
52591
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_29_For_2_Conditional_2_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
52813
|
-
i0.ɵɵelementStart(0, "div",
|
|
52814
|
-
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_29_For_2_Conditional_2_Conditional_1_For_2_Template, 2, 11, "div",
|
|
52592
|
+
i0.ɵɵelementStart(0, "div", 131);
|
|
52593
|
+
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_29_For_2_Conditional_2_Conditional_1_For_2_Template, 2, 11, "div", 135, i0.ɵɵrepeaterTrackByIndex);
|
|
52815
52594
|
i0.ɵɵelementEnd();
|
|
52816
52595
|
} if (rf & 2) {
|
|
52817
52596
|
const funnelGroup_r33 = i0.ɵɵnextContext(2).$implicit;
|
|
@@ -52819,16 +52598,16 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Co
|
|
|
52819
52598
|
i0.ɵɵrepeater(funnelGroup_r33.relatedMetricsDisplay);
|
|
52820
52599
|
} }
|
|
52821
52600
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_29_For_2_Conditional_2_Conditional_2_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
52822
|
-
i0.ɵɵelementStart(0, "div",
|
|
52823
|
-
i0.ɵɵelement(3, "symphiq-skeleton-loader",
|
|
52601
|
+
i0.ɵɵelementStart(0, "div", 136)(1, "div", 90)(2, "div", 102);
|
|
52602
|
+
i0.ɵɵelement(3, "symphiq-skeleton-loader", 68)(4, "symphiq-skeleton-loader", 68);
|
|
52824
52603
|
i0.ɵɵelementEnd();
|
|
52825
|
-
i0.ɵɵelement(5, "symphiq-skeleton-loader",
|
|
52826
|
-
i0.ɵɵelementStart(6, "div",
|
|
52827
|
-
i0.ɵɵelement(7, "symphiq-skeleton-loader",
|
|
52604
|
+
i0.ɵɵelement(5, "symphiq-skeleton-loader", 68);
|
|
52605
|
+
i0.ɵɵelementStart(6, "div", 137);
|
|
52606
|
+
i0.ɵɵelement(7, "symphiq-skeleton-loader", 68)(8, "symphiq-skeleton-loader", 68);
|
|
52828
52607
|
i0.ɵɵelementEnd();
|
|
52829
|
-
i0.ɵɵelement(9, "symphiq-skeleton-loader",
|
|
52830
|
-
i0.ɵɵelementStart(11, "div",
|
|
52831
|
-
i0.ɵɵelement(12, "symphiq-skeleton-loader",
|
|
52608
|
+
i0.ɵɵelement(9, "symphiq-skeleton-loader", 68)(10, "symphiq-skeleton-loader", 68);
|
|
52609
|
+
i0.ɵɵelementStart(11, "div", 138);
|
|
52610
|
+
i0.ɵɵelement(12, "symphiq-skeleton-loader", 68);
|
|
52832
52611
|
i0.ɵɵelementEnd()()();
|
|
52833
52612
|
} if (rf & 2) {
|
|
52834
52613
|
const ctx_r2 = i0.ɵɵnextContext(7);
|
|
@@ -52851,22 +52630,22 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Co
|
|
|
52851
52630
|
i0.ɵɵproperty("width", "100%")("height", "120px")("isLightMode", ctx_r2.isLightMode());
|
|
52852
52631
|
} }
|
|
52853
52632
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_29_For_2_Conditional_2_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
52854
|
-
i0.ɵɵelementStart(0, "div",
|
|
52855
|
-
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_29_For_2_Conditional_2_Conditional_2_For_2_Template, 13, 25, "div",
|
|
52633
|
+
i0.ɵɵelementStart(0, "div", 130);
|
|
52634
|
+
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_29_For_2_Conditional_2_Conditional_2_For_2_Template, 13, 25, "div", 136, i0.ɵɵrepeaterTrackByIdentity);
|
|
52856
52635
|
i0.ɵɵelementEnd();
|
|
52857
52636
|
} if (rf & 2) {
|
|
52858
52637
|
i0.ɵɵadvance();
|
|
52859
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(0,
|
|
52638
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(0, _c5$2));
|
|
52860
52639
|
} }
|
|
52861
52640
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_29_For_2_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
52862
|
-
i0.ɵɵconditionalCreate(0, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_29_For_2_Conditional_2_Conditional_0_Template, 3, 0, "div",
|
|
52641
|
+
i0.ɵɵconditionalCreate(0, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_29_For_2_Conditional_2_Conditional_0_Template, 3, 0, "div", 130)(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_29_For_2_Conditional_2_Conditional_1_Template, 3, 0, "div", 131)(2, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_29_For_2_Conditional_2_Conditional_2_Template, 3, 1, "div", 130);
|
|
52863
52642
|
} if (rf & 2) {
|
|
52864
52643
|
const ctx_r2 = i0.ɵɵnextContext(5);
|
|
52865
52644
|
i0.ɵɵconditional(ctx_r2.viewModeService.isExpanded() ? 0 : !ctx_r2.viewModeService.isExpanded() ? 1 : 2);
|
|
52866
52645
|
} }
|
|
52867
52646
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_29_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
52868
|
-
i0.ɵɵelementStart(0, "div",
|
|
52869
|
-
i0.ɵɵelement(1, "symphiq-funnel-analysis-metric-card",
|
|
52647
|
+
i0.ɵɵelementStart(0, "div", 129);
|
|
52648
|
+
i0.ɵɵelement(1, "symphiq-funnel-analysis-metric-card", 72);
|
|
52870
52649
|
i0.ɵɵelementEnd();
|
|
52871
52650
|
i0.ɵɵconditionalCreate(2, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_29_For_2_Conditional_2_Template, 3, 1);
|
|
52872
52651
|
} if (rf & 2) {
|
|
@@ -52881,16 +52660,16 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Co
|
|
|
52881
52660
|
i0.ɵɵconditional(funnelGroup_r33.relatedMetricsDisplay.length > 0 ? 2 : -1);
|
|
52882
52661
|
} }
|
|
52883
52662
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_29_ForEmpty_3_Template(rf, ctx) { if (rf & 1) {
|
|
52884
|
-
i0.ɵɵelementStart(0, "div",
|
|
52663
|
+
i0.ɵɵelementStart(0, "div", 128);
|
|
52885
52664
|
i0.ɵɵnamespaceSVG();
|
|
52886
|
-
i0.ɵɵelementStart(1, "svg",
|
|
52887
|
-
i0.ɵɵelement(2, "path",
|
|
52665
|
+
i0.ɵɵelementStart(1, "svg", 139);
|
|
52666
|
+
i0.ɵɵelement(2, "path", 103);
|
|
52888
52667
|
i0.ɵɵelementEnd();
|
|
52889
52668
|
i0.ɵɵnamespaceHTML();
|
|
52890
|
-
i0.ɵɵelementStart(3, "h3",
|
|
52669
|
+
i0.ɵɵelementStart(3, "h3", 140);
|
|
52891
52670
|
i0.ɵɵtext(4, "No Metrics Found");
|
|
52892
52671
|
i0.ɵɵelementEnd();
|
|
52893
|
-
i0.ɵɵelementStart(5, "p",
|
|
52672
|
+
i0.ɵɵelementStart(5, "p", 141);
|
|
52894
52673
|
i0.ɵɵtext(6, "No performance metrics match your current filter selection. Try adjusting your filters to see more results.");
|
|
52895
52674
|
i0.ɵɵelementEnd()();
|
|
52896
52675
|
} if (rf & 2) {
|
|
@@ -52904,8 +52683,8 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Co
|
|
|
52904
52683
|
i0.ɵɵproperty("ngClass", ctx_r2.isLightMode() ? "text-slate-600" : "text-slate-400");
|
|
52905
52684
|
} }
|
|
52906
52685
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_29_Template(rf, ctx) { if (rf & 1) {
|
|
52907
|
-
i0.ɵɵelementStart(0, "div",
|
|
52908
|
-
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_29_For_2_Template, 3, 14, null, null, i0.ɵɵrepeaterTrackByIndex, false, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_29_ForEmpty_3_Template, 7, 4, "div",
|
|
52686
|
+
i0.ɵɵelementStart(0, "div", 113);
|
|
52687
|
+
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_29_For_2_Template, 3, 14, null, null, i0.ɵɵrepeaterTrackByIndex, false, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_29_ForEmpty_3_Template, 7, 4, "div", 128);
|
|
52909
52688
|
i0.ɵɵelementEnd();
|
|
52910
52689
|
} if (rf & 2) {
|
|
52911
52690
|
const ctx_r2 = i0.ɵɵnextContext(3);
|
|
@@ -52915,39 +52694,39 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Co
|
|
|
52915
52694
|
} }
|
|
52916
52695
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
52917
52696
|
const _r26 = i0.ɵɵgetCurrentView();
|
|
52918
|
-
i0.ɵɵconditionalCreate(0, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_0_Template, 7, 3, "div",
|
|
52919
|
-
i0.ɵɵelementStart(1, "section",
|
|
52920
|
-
i0.ɵɵelement(2, "div",
|
|
52921
|
-
i0.ɵɵelementStart(3, "div",
|
|
52697
|
+
i0.ɵɵconditionalCreate(0, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_0_Template, 7, 3, "div", 98);
|
|
52698
|
+
i0.ɵɵelementStart(1, "section", 99);
|
|
52699
|
+
i0.ɵɵelement(2, "div", 100);
|
|
52700
|
+
i0.ɵɵelementStart(3, "div", 85)(4, "div", 101)(5, "div", 102)(6, "div", 60)(7, "div", 61)(8, "div", 60);
|
|
52922
52701
|
i0.ɵɵnamespaceSVG();
|
|
52923
|
-
i0.ɵɵelementStart(9, "svg",
|
|
52924
|
-
i0.ɵɵelement(10, "path",
|
|
52702
|
+
i0.ɵɵelementStart(9, "svg", 62);
|
|
52703
|
+
i0.ɵɵelement(10, "path", 103);
|
|
52925
52704
|
i0.ɵɵelementEnd();
|
|
52926
52705
|
i0.ɵɵnamespaceHTML();
|
|
52927
|
-
i0.ɵɵelementStart(11, "h2",
|
|
52706
|
+
i0.ɵɵelementStart(11, "h2", 64);
|
|
52928
52707
|
i0.ɵɵtext(12, "Performance Metrics");
|
|
52929
52708
|
i0.ɵɵelementEnd()()()();
|
|
52930
|
-
i0.ɵɵelementStart(13, "div",
|
|
52931
|
-
i0.ɵɵconditionalCreate(14, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_14_Template, 2, 0, "div",
|
|
52932
|
-
i0.ɵɵelementStart(15, "select",
|
|
52709
|
+
i0.ɵɵelementStart(13, "div", 104);
|
|
52710
|
+
i0.ɵɵconditionalCreate(14, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_14_Template, 2, 0, "div", 105);
|
|
52711
|
+
i0.ɵɵelementStart(15, "select", 106);
|
|
52933
52712
|
i0.ɵɵlistener("ngModelChange", function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Template_select_ngModelChange_15_listener($event) { i0.ɵɵrestoreView(_r26); const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.changeCategoryFilter($event)); });
|
|
52934
52713
|
i0.ɵɵrepeaterCreate(16, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_For_17_Template, 2, 1, null, null, _forTrack0$R);
|
|
52935
52714
|
i0.ɵɵelementEnd();
|
|
52936
|
-
i0.ɵɵelementStart(18, "button",
|
|
52715
|
+
i0.ɵɵelementStart(18, "button", 107);
|
|
52937
52716
|
i0.ɵɵlistener("click", function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Template_button_click_18_listener() { i0.ɵɵrestoreView(_r26); const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.toggleSortOrder()); });
|
|
52938
52717
|
i0.ɵɵnamespaceSVG();
|
|
52939
|
-
i0.ɵɵelementStart(19, "svg",
|
|
52940
|
-
i0.ɵɵconditionalCreate(20, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_20_Template, 1, 0, ":svg:path",
|
|
52941
|
-
i0.ɵɵconditionalCreate(21, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_21_Template, 1, 0, ":svg:path",
|
|
52718
|
+
i0.ɵɵelementStart(19, "svg", 108);
|
|
52719
|
+
i0.ɵɵconditionalCreate(20, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_20_Template, 1, 0, ":svg:path", 109);
|
|
52720
|
+
i0.ɵɵconditionalCreate(21, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_21_Template, 1, 0, ":svg:path", 110);
|
|
52942
52721
|
i0.ɵɵelementEnd();
|
|
52943
52722
|
i0.ɵɵnamespaceHTML();
|
|
52944
52723
|
i0.ɵɵelementStart(22, "span");
|
|
52945
52724
|
i0.ɵɵtext(23, "Sort");
|
|
52946
52725
|
i0.ɵɵelementEnd()()()();
|
|
52947
|
-
i0.ɵɵelementStart(24, "div",
|
|
52726
|
+
i0.ɵɵelementStart(24, "div", 111)(25, "div", 112);
|
|
52948
52727
|
i0.ɵɵrepeaterCreate(26, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_For_27_Template, 1, 1, null, null, _forTrack0$R);
|
|
52949
52728
|
i0.ɵɵelementEnd()()();
|
|
52950
|
-
i0.ɵɵconditionalCreate(28, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_28_Template, 3, 1, "div",
|
|
52729
|
+
i0.ɵɵconditionalCreate(28, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_28_Template, 3, 1, "div", 113)(29, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Conditional_29_Template, 4, 5, "div", 114);
|
|
52951
52730
|
i0.ɵɵelementEnd()();
|
|
52952
52731
|
} if (rf & 2) {
|
|
52953
52732
|
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
@@ -52981,21 +52760,21 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Te
|
|
|
52981
52760
|
i0.ɵɵconditional(ctx_r2.isDataLoading() ? 28 : 29);
|
|
52982
52761
|
} }
|
|
52983
52762
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_5_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
52984
|
-
i0.ɵɵelementStart(0, "div",
|
|
52985
|
-
i0.ɵɵelement(1, "symphiq-section-divider",
|
|
52763
|
+
i0.ɵɵelementStart(0, "div", 142);
|
|
52764
|
+
i0.ɵɵelement(1, "symphiq-section-divider", 150);
|
|
52986
52765
|
i0.ɵɵelementEnd();
|
|
52987
52766
|
} if (rf & 2) {
|
|
52988
52767
|
const ctx_r2 = i0.ɵɵnextContext(3);
|
|
52989
52768
|
i0.ɵɵadvance();
|
|
52990
|
-
i0.ɵɵproperty("viewMode", ctx_r2.viewMode());
|
|
52769
|
+
i0.ɵɵproperty("viewMode", ctx_r2.viewMode())("sectionIcon", i0.ɵɵpureFunction1(2, _c6$2, ctx_r2.IconSourceEnum.HEROICONS));
|
|
52991
52770
|
} }
|
|
52992
52771
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_5_Conditional_12_Template(rf, ctx) { if (rf & 1) {
|
|
52993
|
-
i0.ɵɵelementStart(0, "div",
|
|
52994
|
-
i0.ɵɵelement(1, "div",
|
|
52772
|
+
i0.ɵɵelementStart(0, "div", 105);
|
|
52773
|
+
i0.ɵɵelement(1, "div", 151);
|
|
52995
52774
|
i0.ɵɵelementEnd();
|
|
52996
52775
|
} }
|
|
52997
52776
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_5_For_15_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
52998
|
-
i0.ɵɵelementStart(0, "option",
|
|
52777
|
+
i0.ɵɵelementStart(0, "option", 122);
|
|
52999
52778
|
i0.ɵɵtext(1);
|
|
53000
52779
|
i0.ɵɵelementEnd();
|
|
53001
52780
|
} if (rf & 2) {
|
|
@@ -53005,7 +52784,7 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_5_Fo
|
|
|
53005
52784
|
i0.ɵɵtextInterpolate(filter_r37.label);
|
|
53006
52785
|
} }
|
|
53007
52786
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_5_For_15_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
53008
|
-
i0.ɵɵelementStart(0, "option",
|
|
52787
|
+
i0.ɵɵelementStart(0, "option", 23);
|
|
53009
52788
|
i0.ɵɵtext(1);
|
|
53010
52789
|
i0.ɵɵelementEnd();
|
|
53011
52790
|
} if (rf & 2) {
|
|
@@ -53015,14 +52794,14 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_5_Fo
|
|
|
53015
52794
|
i0.ɵɵtextInterpolate(filter_r37.label);
|
|
53016
52795
|
} }
|
|
53017
52796
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_5_For_15_Template(rf, ctx) { if (rf & 1) {
|
|
53018
|
-
i0.ɵɵconditionalCreate(0, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_5_For_15_Conditional_0_Template, 2, 2, "option",
|
|
52797
|
+
i0.ɵɵconditionalCreate(0, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_5_For_15_Conditional_0_Template, 2, 2, "option", 122)(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_5_For_15_Conditional_1_Template, 2, 2, "option", 23);
|
|
53019
52798
|
} if (rf & 2) {
|
|
53020
52799
|
const filter_r37 = ctx.$implicit;
|
|
53021
52800
|
i0.ɵɵconditional(filter_r37.divider ? 0 : 1);
|
|
53022
52801
|
} }
|
|
53023
52802
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_5_Conditional_16_For_2_For_6_Template(rf, ctx) { if (rf & 1) {
|
|
53024
|
-
i0.ɵɵelementStart(0, "div",
|
|
53025
|
-
i0.ɵɵelement(1, "symphiq-skeleton-loader",
|
|
52803
|
+
i0.ɵɵelementStart(0, "div", 153);
|
|
52804
|
+
i0.ɵɵelement(1, "symphiq-skeleton-loader", 68)(2, "symphiq-skeleton-loader", 68);
|
|
53026
52805
|
i0.ɵɵelementEnd();
|
|
53027
52806
|
} if (rf & 2) {
|
|
53028
52807
|
const ctx_r2 = i0.ɵɵnextContext(5);
|
|
@@ -53033,11 +52812,11 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_5_Co
|
|
|
53033
52812
|
i0.ɵɵproperty("width", "80px")("height", "18px")("isLightMode", ctx_r2.isLightMode());
|
|
53034
52813
|
} }
|
|
53035
52814
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_5_Conditional_16_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
53036
|
-
i0.ɵɵelementStart(0, "div",
|
|
53037
|
-
i0.ɵɵelement(2, "symphiq-skeleton-loader",
|
|
52815
|
+
i0.ɵɵelementStart(0, "div", 125)(1, "div", 126);
|
|
52816
|
+
i0.ɵɵelement(2, "symphiq-skeleton-loader", 68)(3, "symphiq-skeleton-loader", 68);
|
|
53038
52817
|
i0.ɵɵelementEnd();
|
|
53039
|
-
i0.ɵɵelementStart(4, "div",
|
|
53040
|
-
i0.ɵɵrepeaterCreate(5, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_5_Conditional_16_For_2_For_6_Template, 3, 7, "div",
|
|
52818
|
+
i0.ɵɵelementStart(4, "div", 152);
|
|
52819
|
+
i0.ɵɵrepeaterCreate(5, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_5_Conditional_16_For_2_For_6_Template, 3, 7, "div", 153, i0.ɵɵrepeaterTrackByIdentity);
|
|
53041
52820
|
i0.ɵɵelementEnd()();
|
|
53042
52821
|
} if (rf & 2) {
|
|
53043
52822
|
const ctx_r2 = i0.ɵɵnextContext(4);
|
|
@@ -53047,19 +52826,19 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_5_Co
|
|
|
53047
52826
|
i0.ɵɵadvance();
|
|
53048
52827
|
i0.ɵɵproperty("width", "100px")("height", "24px")("isLightMode", ctx_r2.isLightMode());
|
|
53049
52828
|
i0.ɵɵadvance(2);
|
|
53050
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(7,
|
|
52829
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(7, _c5$2));
|
|
53051
52830
|
} }
|
|
53052
52831
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_5_Conditional_16_Template(rf, ctx) { if (rf & 1) {
|
|
53053
|
-
i0.ɵɵelementStart(0, "div",
|
|
53054
|
-
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_5_Conditional_16_For_2_Template, 7, 8, "div",
|
|
52832
|
+
i0.ɵɵelementStart(0, "div", 78);
|
|
52833
|
+
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_5_Conditional_16_For_2_Template, 7, 8, "div", 125, i0.ɵɵrepeaterTrackByIdentity);
|
|
53055
52834
|
i0.ɵɵelementEnd();
|
|
53056
52835
|
} if (rf & 2) {
|
|
53057
52836
|
i0.ɵɵadvance();
|
|
53058
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(0,
|
|
52837
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(0, _c7$1));
|
|
53059
52838
|
} }
|
|
53060
52839
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_5_Conditional_17_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
53061
|
-
i0.ɵɵelementStart(0, "div",
|
|
53062
|
-
i0.ɵɵelement(1, "symphiq-funnel-analysis-breakdown-section",
|
|
52840
|
+
i0.ɵɵelementStart(0, "div", 95);
|
|
52841
|
+
i0.ɵɵelement(1, "symphiq-funnel-analysis-breakdown-section", 154);
|
|
53063
52842
|
i0.ɵɵelementEnd();
|
|
53064
52843
|
} if (rf & 2) {
|
|
53065
52844
|
const breakdown_r38 = ctx.$implicit;
|
|
@@ -53071,16 +52850,16 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_5_Co
|
|
|
53071
52850
|
i0.ɵɵproperty("breakdown", breakdown_r38)("charts", ctx_r2.chartsForBreakdown(breakdown_r38))("isLightMode", ctx_r2.isLightMode())("isCompactMode", ctx_r2.viewModeService.isCompact())("currencySymbol", ctx_r2.currencySymbol());
|
|
53072
52851
|
} }
|
|
53073
52852
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_5_Conditional_17_ForEmpty_3_Template(rf, ctx) { if (rf & 1) {
|
|
53074
|
-
i0.ɵɵelementStart(0, "div",
|
|
52853
|
+
i0.ɵɵelementStart(0, "div", 128);
|
|
53075
52854
|
i0.ɵɵnamespaceSVG();
|
|
53076
|
-
i0.ɵɵelementStart(1, "svg",
|
|
53077
|
-
i0.ɵɵelement(2, "path",
|
|
52855
|
+
i0.ɵɵelementStart(1, "svg", 139);
|
|
52856
|
+
i0.ɵɵelement(2, "path", 155);
|
|
53078
52857
|
i0.ɵɵelementEnd();
|
|
53079
52858
|
i0.ɵɵnamespaceHTML();
|
|
53080
|
-
i0.ɵɵelementStart(3, "h3",
|
|
52859
|
+
i0.ɵɵelementStart(3, "h3", 140);
|
|
53081
52860
|
i0.ɵɵtext(4, "No Breakdowns Found");
|
|
53082
52861
|
i0.ɵɵelementEnd();
|
|
53083
|
-
i0.ɵɵelementStart(5, "p",
|
|
52862
|
+
i0.ɵɵelementStart(5, "p", 141);
|
|
53084
52863
|
i0.ɵɵtext(6, "No performance breakdowns match your current filter selection. Try adjusting your filters to see more results.");
|
|
53085
52864
|
i0.ɵɵelementEnd()();
|
|
53086
52865
|
} if (rf & 2) {
|
|
@@ -53094,8 +52873,8 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_5_Co
|
|
|
53094
52873
|
i0.ɵɵproperty("ngClass", ctx_r2.isLightMode() ? "text-slate-600" : "text-slate-400");
|
|
53095
52874
|
} }
|
|
53096
52875
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_5_Conditional_17_Template(rf, ctx) { if (rf & 1) {
|
|
53097
|
-
i0.ɵɵelementStart(0, "div",
|
|
53098
|
-
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_5_Conditional_17_For_2_Template, 2, 9, "div",
|
|
52876
|
+
i0.ɵɵelementStart(0, "div", 78);
|
|
52877
|
+
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_5_Conditional_17_For_2_Template, 2, 9, "div", 97, i0.ɵɵrepeaterTrackByIndex, false, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_5_Conditional_17_ForEmpty_3_Template, 7, 4, "div", 128);
|
|
53099
52878
|
i0.ɵɵelementEnd();
|
|
53100
52879
|
} if (rf & 2) {
|
|
53101
52880
|
const ctx_r2 = i0.ɵɵnextContext(3);
|
|
@@ -53105,26 +52884,26 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_5_Co
|
|
|
53105
52884
|
} }
|
|
53106
52885
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
53107
52886
|
const _r36 = i0.ɵɵgetCurrentView();
|
|
53108
|
-
i0.ɵɵconditionalCreate(0, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_5_Conditional_0_Template, 2,
|
|
53109
|
-
i0.ɵɵelementStart(1, "section",
|
|
53110
|
-
i0.ɵɵelement(2, "div",
|
|
53111
|
-
i0.ɵɵelementStart(3, "div",
|
|
52887
|
+
i0.ɵɵconditionalCreate(0, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_5_Conditional_0_Template, 2, 4, "div", 142);
|
|
52888
|
+
i0.ɵɵelementStart(1, "section", 143);
|
|
52889
|
+
i0.ɵɵelement(2, "div", 144);
|
|
52890
|
+
i0.ɵɵelementStart(3, "div", 85)(4, "div", 145)(5, "div", 61)(6, "div", 60);
|
|
53112
52891
|
i0.ɵɵnamespaceSVG();
|
|
53113
|
-
i0.ɵɵelementStart(7, "svg",
|
|
53114
|
-
i0.ɵɵelement(8, "path",
|
|
52892
|
+
i0.ɵɵelementStart(7, "svg", 62);
|
|
52893
|
+
i0.ɵɵelement(8, "path", 146);
|
|
53115
52894
|
i0.ɵɵelementEnd();
|
|
53116
52895
|
i0.ɵɵnamespaceHTML();
|
|
53117
|
-
i0.ɵɵelementStart(9, "h2",
|
|
52896
|
+
i0.ɵɵelementStart(9, "h2", 64);
|
|
53118
52897
|
i0.ɵɵtext(10, "Performance Breakdowns");
|
|
53119
52898
|
i0.ɵɵelementEnd()()();
|
|
53120
|
-
i0.ɵɵelementStart(11, "div",
|
|
52899
|
+
i0.ɵɵelementStart(11, "div", 147);
|
|
53121
52900
|
i0.ɵɵlistener("click", function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_5_Template_div_click_11_listener($event) { i0.ɵɵrestoreView(_r36); return i0.ɵɵresetView($event.stopPropagation()); })("mousedown", function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_5_Template_div_mousedown_11_listener($event) { i0.ɵɵrestoreView(_r36); return i0.ɵɵresetView($event.stopPropagation()); })("pointerdown", function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_5_Template_div_pointerdown_11_listener($event) { i0.ɵɵrestoreView(_r36); return i0.ɵɵresetView($event.stopPropagation()); });
|
|
53122
|
-
i0.ɵɵconditionalCreate(12, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_5_Conditional_12_Template, 2, 0, "div",
|
|
53123
|
-
i0.ɵɵelementStart(13, "select",
|
|
52901
|
+
i0.ɵɵconditionalCreate(12, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_5_Conditional_12_Template, 2, 0, "div", 105);
|
|
52902
|
+
i0.ɵɵelementStart(13, "select", 148);
|
|
53124
52903
|
i0.ɵɵlistener("ngModelChange", function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_5_Template_select_ngModelChange_13_listener($event) { i0.ɵɵrestoreView(_r36); const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.changeBreakdownFilter($event)); });
|
|
53125
52904
|
i0.ɵɵrepeaterCreate(14, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_5_For_15_Template, 2, 1, null, null, _forTrack0$R);
|
|
53126
52905
|
i0.ɵɵelementEnd()()();
|
|
53127
|
-
i0.ɵɵconditionalCreate(16, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_5_Conditional_16_Template, 3, 1, "div",
|
|
52906
|
+
i0.ɵɵconditionalCreate(16, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_5_Conditional_16_Template, 3, 1, "div", 78)(17, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_5_Conditional_17_Template, 4, 5, "div", 149);
|
|
53128
52907
|
i0.ɵɵelementEnd()();
|
|
53129
52908
|
} if (rf & 2) {
|
|
53130
52909
|
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
@@ -53148,21 +52927,21 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_5_Te
|
|
|
53148
52927
|
i0.ɵɵconditional(ctx_r2.isDataLoading() ? 16 : 17);
|
|
53149
52928
|
} }
|
|
53150
52929
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_6_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
53151
|
-
i0.ɵɵelementStart(0, "div",
|
|
53152
|
-
i0.ɵɵelement(1, "symphiq-section-divider",
|
|
52930
|
+
i0.ɵɵelementStart(0, "div", 142);
|
|
52931
|
+
i0.ɵɵelement(1, "symphiq-section-divider", 160);
|
|
53153
52932
|
i0.ɵɵelementEnd();
|
|
53154
52933
|
} if (rf & 2) {
|
|
53155
52934
|
const ctx_r2 = i0.ɵɵnextContext(3);
|
|
53156
52935
|
i0.ɵɵadvance();
|
|
53157
|
-
i0.ɵɵproperty("viewMode", ctx_r2.viewMode());
|
|
52936
|
+
i0.ɵɵproperty("viewMode", ctx_r2.viewMode())("sectionIcon", i0.ɵɵpureFunction1(2, _c8$1, ctx_r2.IconSourceEnum.HEROICONS));
|
|
53158
52937
|
} }
|
|
53159
52938
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_6_Conditional_13_Template(rf, ctx) { if (rf & 1) {
|
|
53160
|
-
i0.ɵɵelementStart(0, "div",
|
|
53161
|
-
i0.ɵɵelement(1, "div",
|
|
52939
|
+
i0.ɵɵelementStart(0, "div", 105);
|
|
52940
|
+
i0.ɵɵelement(1, "div", 161);
|
|
53162
52941
|
i0.ɵɵelementEnd();
|
|
53163
52942
|
} }
|
|
53164
52943
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_6_For_16_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
53165
|
-
i0.ɵɵelementStart(0, "option",
|
|
52944
|
+
i0.ɵɵelementStart(0, "option", 122);
|
|
53166
52945
|
i0.ɵɵtext(1);
|
|
53167
52946
|
i0.ɵɵelementEnd();
|
|
53168
52947
|
} if (rf & 2) {
|
|
@@ -53172,7 +52951,7 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_6_Fo
|
|
|
53172
52951
|
i0.ɵɵtextInterpolate(filter_r41.label);
|
|
53173
52952
|
} }
|
|
53174
52953
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_6_For_16_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
53175
|
-
i0.ɵɵelementStart(0, "option",
|
|
52954
|
+
i0.ɵɵelementStart(0, "option", 23);
|
|
53176
52955
|
i0.ɵɵtext(1);
|
|
53177
52956
|
i0.ɵɵelementEnd();
|
|
53178
52957
|
} if (rf & 2) {
|
|
@@ -53182,22 +52961,22 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_6_Fo
|
|
|
53182
52961
|
i0.ɵɵtextInterpolate(filter_r41.label);
|
|
53183
52962
|
} }
|
|
53184
52963
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_6_For_16_Template(rf, ctx) { if (rf & 1) {
|
|
53185
|
-
i0.ɵɵconditionalCreate(0, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_6_For_16_Conditional_0_Template, 2, 2, "option",
|
|
52964
|
+
i0.ɵɵconditionalCreate(0, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_6_For_16_Conditional_0_Template, 2, 2, "option", 122)(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_6_For_16_Conditional_1_Template, 2, 2, "option", 23);
|
|
53186
52965
|
} if (rf & 2) {
|
|
53187
52966
|
const filter_r41 = ctx.$implicit;
|
|
53188
52967
|
i0.ɵɵconditional(filter_r41.divider ? 0 : 1);
|
|
53189
52968
|
} }
|
|
53190
52969
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_6_Conditional_17_For_5_Template(rf, ctx) { if (rf & 1) {
|
|
53191
|
-
i0.ɵɵelement(0, "symphiq-skeleton-loader",
|
|
52970
|
+
i0.ɵɵelement(0, "symphiq-skeleton-loader", 68);
|
|
53192
52971
|
} if (rf & 2) {
|
|
53193
52972
|
const ctx_r2 = i0.ɵɵnextContext(4);
|
|
53194
52973
|
i0.ɵɵproperty("width", "100%")("height", "140px")("isLightMode", ctx_r2.isLightMode());
|
|
53195
52974
|
} }
|
|
53196
52975
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_6_Conditional_17_Template(rf, ctx) { if (rf & 1) {
|
|
53197
|
-
i0.ɵɵelementStart(0, "div",
|
|
53198
|
-
i0.ɵɵelement(2, "symphiq-skeleton-loader",
|
|
53199
|
-
i0.ɵɵelementStart(3, "div",
|
|
53200
|
-
i0.ɵɵrepeaterCreate(4, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_6_Conditional_17_For_5_Template, 1, 3, "symphiq-skeleton-loader",
|
|
52976
|
+
i0.ɵɵelementStart(0, "div", 78)(1, "div", 125);
|
|
52977
|
+
i0.ɵɵelement(2, "symphiq-skeleton-loader", 68);
|
|
52978
|
+
i0.ɵɵelementStart(3, "div", 162);
|
|
52979
|
+
i0.ɵɵrepeaterCreate(4, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_6_Conditional_17_For_5_Template, 1, 3, "symphiq-skeleton-loader", 68, i0.ɵɵrepeaterTrackByIdentity);
|
|
53201
52980
|
i0.ɵɵelementEnd()()();
|
|
53202
52981
|
} if (rf & 2) {
|
|
53203
52982
|
const ctx_r2 = i0.ɵɵnextContext(3);
|
|
@@ -53206,10 +52985,10 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_6_Co
|
|
|
53206
52985
|
i0.ɵɵadvance();
|
|
53207
52986
|
i0.ɵɵproperty("width", "60%")("height", "24px")("isLightMode", ctx_r2.isLightMode());
|
|
53208
52987
|
i0.ɵɵadvance(2);
|
|
53209
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(4,
|
|
52988
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(4, _c4$5));
|
|
53210
52989
|
} }
|
|
53211
52990
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_6_Conditional_18_Template(rf, ctx) { if (rf & 1) {
|
|
53212
|
-
i0.ɵɵelement(0, "symphiq-competitive-intelligence-view",
|
|
52991
|
+
i0.ɵɵelement(0, "symphiq-competitive-intelligence-view", 75);
|
|
53213
52992
|
} if (rf & 2) {
|
|
53214
52993
|
let tmp_8_0;
|
|
53215
52994
|
const ctx_r2 = i0.ɵɵnextContext(3);
|
|
@@ -53217,25 +52996,25 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_6_Co
|
|
|
53217
52996
|
} }
|
|
53218
52997
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_6_Template(rf, ctx) { if (rf & 1) {
|
|
53219
52998
|
const _r40 = i0.ɵɵgetCurrentView();
|
|
53220
|
-
i0.ɵɵconditionalCreate(0, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_6_Conditional_0_Template, 2,
|
|
53221
|
-
i0.ɵɵelementStart(1, "section",
|
|
53222
|
-
i0.ɵɵelement(2, "div",
|
|
53223
|
-
i0.ɵɵelementStart(3, "div",
|
|
52999
|
+
i0.ɵɵconditionalCreate(0, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_6_Conditional_0_Template, 2, 4, "div", 142);
|
|
53000
|
+
i0.ɵɵelementStart(1, "section", 156);
|
|
53001
|
+
i0.ɵɵelement(2, "div", 84);
|
|
53002
|
+
i0.ɵɵelementStart(3, "div", 85)(4, "div", 157)(5, "div", 60)(6, "div", 61)(7, "div", 60);
|
|
53224
53003
|
i0.ɵɵnamespaceSVG();
|
|
53225
|
-
i0.ɵɵelementStart(8, "svg",
|
|
53226
|
-
i0.ɵɵelement(9, "path",
|
|
53004
|
+
i0.ɵɵelementStart(8, "svg", 62);
|
|
53005
|
+
i0.ɵɵelement(9, "path", 158);
|
|
53227
53006
|
i0.ɵɵelementEnd();
|
|
53228
53007
|
i0.ɵɵnamespaceHTML();
|
|
53229
|
-
i0.ɵɵelementStart(10, "h2",
|
|
53008
|
+
i0.ɵɵelementStart(10, "h2", 64);
|
|
53230
53009
|
i0.ɵɵtext(11, "Competitive Intelligence");
|
|
53231
53010
|
i0.ɵɵelementEnd()()()();
|
|
53232
|
-
i0.ɵɵelementStart(12, "div",
|
|
53233
|
-
i0.ɵɵconditionalCreate(13, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_6_Conditional_13_Template, 2, 0, "div",
|
|
53234
|
-
i0.ɵɵelementStart(14, "select",
|
|
53011
|
+
i0.ɵɵelementStart(12, "div", 159);
|
|
53012
|
+
i0.ɵɵconditionalCreate(13, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_6_Conditional_13_Template, 2, 0, "div", 105);
|
|
53013
|
+
i0.ɵɵelementStart(14, "select", 106);
|
|
53235
53014
|
i0.ɵɵlistener("ngModelChange", function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_6_Template_select_ngModelChange_14_listener($event) { i0.ɵɵrestoreView(_r40); const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.changeCompetitiveFilter($event)); });
|
|
53236
53015
|
i0.ɵɵrepeaterCreate(15, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_6_For_16_Template, 2, 1, null, null, _forTrack0$R);
|
|
53237
53016
|
i0.ɵɵelementEnd()()();
|
|
53238
|
-
i0.ɵɵconditionalCreate(17, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_6_Conditional_17_Template, 6, 5, "div",
|
|
53017
|
+
i0.ɵɵconditionalCreate(17, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_6_Conditional_17_Template, 6, 5, "div", 78)(18, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_6_Conditional_18_Template, 1, 6, "symphiq-competitive-intelligence-view", 75);
|
|
53239
53018
|
i0.ɵɵelementEnd()();
|
|
53240
53019
|
} if (rf & 2) {
|
|
53241
53020
|
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
@@ -53260,8 +53039,8 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_6_Te
|
|
|
53260
53039
|
i0.ɵɵconditional(ctx_r2.isDataLoading() ? 17 : 18);
|
|
53261
53040
|
} }
|
|
53262
53041
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Template(rf, ctx) { if (rf & 1) {
|
|
53263
|
-
i0.ɵɵelementStart(0, "main",
|
|
53264
|
-
i0.ɵɵconditionalCreate(2, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_2_Template, 3, 1, "div",
|
|
53042
|
+
i0.ɵɵelementStart(0, "main", 43)(1, "div", 44);
|
|
53043
|
+
i0.ɵɵconditionalCreate(2, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_2_Template, 3, 1, "div", 76);
|
|
53265
53044
|
i0.ɵɵconditionalCreate(3, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_3_Template, 17, 10);
|
|
53266
53045
|
i0.ɵɵconditionalCreate(4, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_4_Template, 30, 18);
|
|
53267
53046
|
i0.ɵɵconditionalCreate(5, SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_5_Template, 18, 12);
|
|
@@ -53302,6 +53081,7 @@ class SymphiqFunnelAnalysisDashboardComponent {
|
|
|
53302
53081
|
this.profileItemLookupService = profileItemLookupService;
|
|
53303
53082
|
this.headerScrollService = headerScrollService;
|
|
53304
53083
|
this.ViewModeEnum = ViewModeEnum;
|
|
53084
|
+
this.IconSourceEnum = IconSourceEnum;
|
|
53305
53085
|
// Input signals (Angular 20 signal-based inputs)
|
|
53306
53086
|
this.requestedByUser = input(...(ngDevMode ? [undefined, { debugName: "requestedByUser" }] : []));
|
|
53307
53087
|
this.viewMode = input(ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "viewMode" }] : []));
|
|
@@ -53347,8 +53127,6 @@ class SymphiqFunnelAnalysisDashboardComponent {
|
|
|
53347
53127
|
this.selectedBreakdownFilter = signal('ALL', ...(ngDevMode ? [{ debugName: "selectedBreakdownFilter" }] : []));
|
|
53348
53128
|
this.selectedCompetitiveFilter = signal('ALL', ...(ngDevMode ? [{ debugName: "selectedCompetitiveFilter" }] : []));
|
|
53349
53129
|
this.scrollProgress = signal(0, ...(ngDevMode ? [{ debugName: "scrollProgress" }] : []));
|
|
53350
|
-
this.fabExpanded = signal(false, ...(ngDevMode ? [{ debugName: "fabExpanded" }] : []));
|
|
53351
|
-
this.activeNavSection = signal('overview', ...(ngDevMode ? [{ debugName: "activeNavSection" }] : []));
|
|
53352
53130
|
this.isSectionTransitioning = signal(false, ...(ngDevMode ? [{ debugName: "isSectionTransitioning" }] : []));
|
|
53353
53131
|
this.isCategoryTransitioning = signal(false, ...(ngDevMode ? [{ debugName: "isCategoryTransitioning" }] : []));
|
|
53354
53132
|
this.isBreakdownTransitioning = signal(false, ...(ngDevMode ? [{ debugName: "isBreakdownTransitioning" }] : []));
|
|
@@ -53387,14 +53165,6 @@ class SymphiqFunnelAnalysisDashboardComponent {
|
|
|
53387
53165
|
this.lastStateChangeTime = 0;
|
|
53388
53166
|
this.STATE_CHANGE_COOLDOWN = 500; // milliseconds
|
|
53389
53167
|
this.embeddedScrollContainer = null;
|
|
53390
|
-
// Mobile navigation sections
|
|
53391
|
-
this.navSections = [
|
|
53392
|
-
{ id: 'overview', label: 'Overview', icon: 'overview' },
|
|
53393
|
-
{ id: 'insights', label: 'Insights', icon: 'insights' },
|
|
53394
|
-
{ id: 'metrics', label: 'Metrics', icon: 'metrics' },
|
|
53395
|
-
{ id: 'breakdowns', label: 'Breakdown', icon: 'breakdowns' },
|
|
53396
|
-
{ id: 'competitive', label: 'Competitive', icon: 'competitive' }
|
|
53397
|
-
];
|
|
53398
53168
|
// Computed signals (automatically memoized)
|
|
53399
53169
|
this.isLightMode = computed(() => this.viewMode() === ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "isLightMode" }] : []));
|
|
53400
53170
|
this.analysisData = computed(() => this.funnelAnalysis(), ...(ngDevMode ? [{ debugName: "analysisData" }] : []));
|
|
@@ -53934,10 +53704,6 @@ class SymphiqFunnelAnalysisDashboardComponent {
|
|
|
53934
53704
|
}
|
|
53935
53705
|
}
|
|
53936
53706
|
}
|
|
53937
|
-
const previousActiveSection = this.activeNavSection();
|
|
53938
|
-
if (previousActiveSection !== activeSection) {
|
|
53939
|
-
this.activeNavSection.set(activeSection);
|
|
53940
|
-
}
|
|
53941
53707
|
}
|
|
53942
53708
|
});
|
|
53943
53709
|
// Manage loading state with minimum display time
|
|
@@ -54310,20 +54076,6 @@ class SymphiqFunnelAnalysisDashboardComponent {
|
|
|
54310
54076
|
}
|
|
54311
54077
|
}, 800);
|
|
54312
54078
|
}
|
|
54313
|
-
handleMobileNavigation(sectionId) {
|
|
54314
|
-
this.activeNavSection.set(sectionId);
|
|
54315
|
-
const sectionMap = {
|
|
54316
|
-
'overview': 'overall-section',
|
|
54317
|
-
'insights': 'insights-section',
|
|
54318
|
-
'metrics': 'metrics-section',
|
|
54319
|
-
'breakdowns': 'breakdowns-section',
|
|
54320
|
-
'competitive': 'competitive-section'
|
|
54321
|
-
};
|
|
54322
|
-
const targetSection = sectionMap[sectionId];
|
|
54323
|
-
if (targetSection) {
|
|
54324
|
-
this.scrollToSection(targetSection);
|
|
54325
|
-
}
|
|
54326
|
-
}
|
|
54327
54079
|
getCategoryPillClass(categoryValue) {
|
|
54328
54080
|
const isActive = this.selectedCategory() === categoryValue;
|
|
54329
54081
|
const baseClass = 'border transition-all duration-200';
|
|
@@ -54361,7 +54113,7 @@ class SymphiqFunnelAnalysisDashboardComponent {
|
|
|
54361
54113
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.dashboardContainer = _t.first);
|
|
54362
54114
|
} }, hostBindings: function SymphiqFunnelAnalysisDashboardComponent_HostBindings(rf, ctx) { if (rf & 1) {
|
|
54363
54115
|
i0.ɵɵlistener("scroll", function SymphiqFunnelAnalysisDashboardComponent_scroll_HostBindingHandler() { return ctx.onScroll(); }, i0.ɵɵresolveWindow);
|
|
54364
|
-
} }, 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: 58, 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", "showSearchControl", "showViewModeControl", "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, "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"], [3, "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"], ["title", "Loading Your Funnel Analysis", "subtitle", "Please wait while we prepare your personalized insights...", "size", "large", 3, "viewMode", "backdropBlur"], [3, "stepClick", "nextStepClick", "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [1, "pt-8", "sm:pt-12"], [1, "mb-8"], [3, "viewMode", "isOnboarded", "analysisDate"], [3, "viewMode", "itemStatus", "currentStatus", "confettiIntensity", "title", "subtitle"], ["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) {
|
|
54116
|
+
} }, 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: 25, vars: 52, 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", "showSearchControl", "showViewModeControl", "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, "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, "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"], [3, "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"], ["title", "Loading Your Funnel Analysis", "subtitle", "Please wait while we prepare your personalized insights...", "size", "large", 3, "viewMode", "backdropBlur"], [3, "stepClick", "nextStepClick", "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [1, "pt-8", "sm:pt-12"], [1, "mb-8"], [3, "viewMode", "isOnboarded", "analysisDate"], [3, "viewMode", "itemStatus", "currentStatus", "confettiIntensity", "title", "subtitle"], ["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", "sectionIcon"], ["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", "sectionIcon"], [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", "sectionIcon"], [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) {
|
|
54365
54117
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
54366
54118
|
i0.ɵɵelementStart(0, "div", 1, 0);
|
|
54367
54119
|
i0.ɵɵelement(2, "div", 2)(3, "symphiq-scroll-progress-bar", 3);
|
|
@@ -54387,19 +54139,13 @@ class SymphiqFunnelAnalysisDashboardComponent {
|
|
|
54387
54139
|
i0.ɵɵelementStart(23, "symphiq-view-mode-switcher-modal", 18);
|
|
54388
54140
|
i0.ɵɵlistener("close", function SymphiqFunnelAnalysisDashboardComponent_Template_symphiq_view_mode_switcher_modal_close_23_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.closeViewModeSwitcher()); })("modeSelected", function SymphiqFunnelAnalysisDashboardComponent_Template_symphiq_view_mode_switcher_modal_modeSelected_23_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.handleDisplayModeChange($event)); });
|
|
54389
54141
|
i0.ɵɵelementEnd();
|
|
54390
|
-
i0.ɵɵelementStart(24, "symphiq-
|
|
54391
|
-
i0.ɵɵlistener("
|
|
54392
|
-
i0.ɵɵelementEnd();
|
|
54393
|
-
i0.ɵɵelementStart(25, "symphiq-mobile-bottom-nav", 20);
|
|
54394
|
-
i0.ɵɵlistener("navigate", function SymphiqFunnelAnalysisDashboardComponent_Template_symphiq_mobile_bottom_nav_navigate_25_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.handleMobileNavigation($event)); });
|
|
54395
|
-
i0.ɵɵelementEnd();
|
|
54396
|
-
i0.ɵɵelementStart(26, "symphiq-mark-as-reviewed-footer", 21);
|
|
54397
|
-
i0.ɵɵlistener("markAsReviewedClick", function SymphiqFunnelAnalysisDashboardComponent_Template_symphiq_mark_as_reviewed_footer_markAsReviewedClick_26_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.handleMarkAsReviewedClick()); });
|
|
54142
|
+
i0.ɵɵelementStart(24, "symphiq-mark-as-reviewed-footer", 19);
|
|
54143
|
+
i0.ɵɵlistener("markAsReviewedClick", function SymphiqFunnelAnalysisDashboardComponent_Template_symphiq_mark_as_reviewed_footer_markAsReviewedClick_24_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.handleMarkAsReviewedClick()); });
|
|
54398
54144
|
i0.ɵɵelementEnd()();
|
|
54399
54145
|
} if (rf & 2) {
|
|
54400
54146
|
let tmp_9_0;
|
|
54401
|
-
let
|
|
54402
|
-
let
|
|
54147
|
+
let tmp_44_0;
|
|
54148
|
+
let tmp_45_0;
|
|
54403
54149
|
i0.ɵɵstyleProp("display", ctx.embedded() ? "block" : null)("min-height", ctx.embedded() ? "auto" : null);
|
|
54404
54150
|
i0.ɵɵclassProp("min-h-screen", !ctx.embedded())("relative", !ctx.embedded());
|
|
54405
54151
|
i0.ɵɵadvance(2);
|
|
@@ -54433,19 +54179,13 @@ class SymphiqFunnelAnalysisDashboardComponent {
|
|
|
54433
54179
|
i0.ɵɵadvance();
|
|
54434
54180
|
i0.ɵɵproperty("isOpen", ctx.isViewModeSwitcherOpen())("currentMode", ctx.displayMode())("viewMode", ctx.isLightMode() ? ctx.ViewModeEnum.LIGHT : ctx.ViewModeEnum.DARK)("isLoading", ctx.isViewModeSwitching());
|
|
54435
54181
|
i0.ɵɵadvance();
|
|
54436
|
-
i0.ɵɵproperty("
|
|
54437
|
-
i0.ɵɵadvance();
|
|
54438
|
-
i0.ɵɵproperty("isLightMode", ctx.isLightMode())("sections", ctx.navSections)("activeSection", ctx.activeNavSection());
|
|
54439
|
-
i0.ɵɵadvance();
|
|
54440
|
-
i0.ɵɵproperty("viewMode", ctx.isLightMode() ? ctx.ViewModeEnum.LIGHT : ctx.ViewModeEnum.DARK)("reviewStatus", (tmp_50_0 = ctx.funnelAnalysis()) == null ? null : tmp_50_0.reviewStatus)("selfContentStatus", (tmp_51_0 = ctx.funnelAnalysis()) == null ? null : tmp_51_0.selfContentStatus)("isMarkingAsReviewed", ctx.isMarkingAsReviewed())("isLoading", !!ctx.isLoading());
|
|
54182
|
+
i0.ɵɵproperty("viewMode", ctx.isLightMode() ? ctx.ViewModeEnum.LIGHT : ctx.ViewModeEnum.DARK)("reviewStatus", (tmp_44_0 = ctx.funnelAnalysis()) == null ? null : tmp_44_0.reviewStatus)("selfContentStatus", (tmp_45_0 = ctx.funnelAnalysis()) == null ? null : tmp_45_0.selfContentStatus)("isMarkingAsReviewed", ctx.isMarkingAsReviewed())("isLoading", !!ctx.isLoading());
|
|
54441
54183
|
} }, dependencies: [CommonModule, i1$1.NgClass, FormsModule, i2$1.NgSelectOption, i2$1.ɵNgSelectMultipleOption, i2$1.SelectControlValueAccessor, i2$1.NgControlStatus, i2$1.NgModel, OverallAssessmentComponent,
|
|
54442
54184
|
InsightCardComponent,
|
|
54443
54185
|
MetricCardComponent,
|
|
54444
54186
|
BreakdownSectionComponent,
|
|
54445
54187
|
ModalComponent,
|
|
54446
54188
|
TooltipContainerComponent,
|
|
54447
|
-
MobileFABComponent,
|
|
54448
|
-
MobileBottomNavComponent,
|
|
54449
54189
|
SearchBarComponent,
|
|
54450
54190
|
SearchHighlightDirective,
|
|
54451
54191
|
CompetitiveIntelligenceViewComponent,
|
|
@@ -54476,8 +54216,6 @@ class SymphiqFunnelAnalysisDashboardComponent {
|
|
|
54476
54216
|
BreakdownSectionComponent,
|
|
54477
54217
|
ModalComponent,
|
|
54478
54218
|
TooltipContainerComponent,
|
|
54479
|
-
MobileFABComponent,
|
|
54480
|
-
MobileBottomNavComponent,
|
|
54481
54219
|
SearchBarComponent,
|
|
54482
54220
|
SearchHighlightDirective,
|
|
54483
54221
|
CompetitiveIntelligenceViewComponent,
|
|
@@ -54948,7 +54686,7 @@ class SymphiqFunnelAnalysisDashboardComponent {
|
|
|
54948
54686
|
@if (showKeyInsights()) {
|
|
54949
54687
|
@if (selectedSectionFilter() === 'ALL') {
|
|
54950
54688
|
<!-- Section Divider -->
|
|
54951
|
-
<symphiq-section-divider [viewMode]="viewMode()" animationDelay="0.15s"></symphiq-section-divider>
|
|
54689
|
+
<symphiq-section-divider [viewMode]="viewMode()" animationDelay="0.15s" [sectionIcon]="{ name: 'light-bulb', source: IconSourceEnum.HEROICONS }"></symphiq-section-divider>
|
|
54952
54690
|
}
|
|
54953
54691
|
|
|
54954
54692
|
<section id="section-insights" class="relative">
|
|
@@ -55254,7 +54992,7 @@ class SymphiqFunnelAnalysisDashboardComponent {
|
|
|
55254
54992
|
@if (selectedSectionFilter() === 'ALL') {
|
|
55255
54993
|
<!-- Section Divider -->
|
|
55256
54994
|
<div class="mt-28 sm:mt-36">
|
|
55257
|
-
<symphiq-section-divider [viewMode]="viewMode()" animationDelay="0.65s"></symphiq-section-divider>
|
|
54995
|
+
<symphiq-section-divider [viewMode]="viewMode()" animationDelay="0.65s" [sectionIcon]="{ name: 'rectangle-group', source: IconSourceEnum.HEROICONS }"></symphiq-section-divider>
|
|
55258
54996
|
</div>
|
|
55259
54997
|
}
|
|
55260
54998
|
|
|
@@ -55347,7 +55085,7 @@ class SymphiqFunnelAnalysisDashboardComponent {
|
|
|
55347
55085
|
@if (selectedSectionFilter() === 'ALL') {
|
|
55348
55086
|
<!-- Section Divider -->
|
|
55349
55087
|
<div class="mt-28 sm:mt-36">
|
|
55350
|
-
<symphiq-section-divider [viewMode]="viewMode()" animationDelay="0.85s"></symphiq-section-divider>
|
|
55088
|
+
<symphiq-section-divider [viewMode]="viewMode()" animationDelay="0.85s" [sectionIcon]="{ name: 'building-office-2', source: IconSourceEnum.HEROICONS }"></symphiq-section-divider>
|
|
55351
55089
|
</div>
|
|
55352
55090
|
}
|
|
55353
55091
|
|
|
@@ -55447,22 +55185,6 @@ class SymphiqFunnelAnalysisDashboardComponent {
|
|
|
55447
55185
|
(modeSelected)="handleDisplayModeChange($event)"
|
|
55448
55186
|
/>
|
|
55449
55187
|
|
|
55450
|
-
<!-- Mobile FAB -->
|
|
55451
|
-
<symphiq-mobile-fab
|
|
55452
|
-
[isLightMode]="isLightMode()"
|
|
55453
|
-
[isCompactMode]="viewModeService.isCompact()"
|
|
55454
|
-
[isExpanded]="fabExpanded()"
|
|
55455
|
-
(expandedChange)="fabExpanded.set($event)"
|
|
55456
|
-
(scrollToTop)="scrollToTop()"
|
|
55457
|
-
(toggleView)="viewModeService.toggleViewMode()" />
|
|
55458
|
-
|
|
55459
|
-
<!-- Mobile Bottom Navigation -->
|
|
55460
|
-
<symphiq-mobile-bottom-nav
|
|
55461
|
-
[isLightMode]="isLightMode()"
|
|
55462
|
-
[sections]="navSections"
|
|
55463
|
-
[activeSection]="activeNavSection()"
|
|
55464
|
-
(navigate)="handleMobileNavigation($event)" />
|
|
55465
|
-
|
|
55466
55188
|
<!-- Mark as Reviewed Sticky Footer -->
|
|
55467
55189
|
<symphiq-mark-as-reviewed-footer
|
|
55468
55190
|
[viewMode]="isLightMode() ? ViewModeEnum.LIGHT : ViewModeEnum.DARK"
|
|
@@ -55485,7 +55207,7 @@ class SymphiqFunnelAnalysisDashboardComponent {
|
|
|
55485
55207
|
type: HostListener,
|
|
55486
55208
|
args: ['window:scroll']
|
|
55487
55209
|
}] }); })();
|
|
55488
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqFunnelAnalysisDashboardComponent, { className: "SymphiqFunnelAnalysisDashboardComponent", filePath: "lib/components/funnel-analysis-dashboard/symphiq-funnel-analysis-dashboard.component.ts", lineNumber:
|
|
55210
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqFunnelAnalysisDashboardComponent, { className: "SymphiqFunnelAnalysisDashboardComponent", filePath: "lib/components/funnel-analysis-dashboard/symphiq-funnel-analysis-dashboard.component.ts", lineNumber: 1179 }); })();
|
|
55489
55211
|
|
|
55490
55212
|
/**
|
|
55491
55213
|
* Shared Theme Color Utilities
|
|
@@ -57577,7 +57299,7 @@ class FocusAreaToolsModalComponent {
|
|
|
57577
57299
|
static { this.ɵfac = function FocusAreaToolsModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FocusAreaToolsModalComponent)(); }; }
|
|
57578
57300
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FocusAreaToolsModalComponent, selectors: [["symphiq-focus-area-tools-modal"]], hostBindings: function FocusAreaToolsModalComponent_HostBindings(rf, ctx) { if (rf & 1) {
|
|
57579
57301
|
i0.ɵɵlistener("keydown.escape", function FocusAreaToolsModalComponent_keydown_escape_HostBindingHandler() { return ctx.onEscapeKey(); }, i0.ɵɵresolveDocument);
|
|
57580
|
-
} }, inputs: { isOpen: [1, "isOpen"], focusAreaDomain: [1, "focusAreaDomain"], focusAreaTitle: [1, "focusAreaTitle"], selectedTools: [1, "selectedTools"], viewMode: [1, "viewMode"] }, outputs: { close: "close", save: "save" }, decls: 1, vars: 1, consts: [[1, "fixed", "inset-0", "z-[10002]", "flex", "items-center", "justify-center", "px-4"], [1, "fixed", "inset-0", "z-[10002]", "flex", "items-center", "justify-center", "px-4", 3, "click"], [1, "absolute", "inset-0", "backdrop-blur-sm", "animate-fade-in", "z-[10002]", 3, "ngClass"], [1, "relative", "w-full", "max-w-2xl", "rounded-2xl", "shadow-2xl", "animate-scale-in", "z-[10003]", "max-h-[90vh]", "flex", "flex-col", 3, "click", "ngClass"], [1, "px-6", "py-4", "border-b", "flex", "items-center", "justify-between", 3, "ngClass"], [1, "text-xl", "font-bold", 3, "ngClass"], ["type", "button", 1, "w-8", "h-8", "rounded-lg", "flex", "items-center", "justify-center", "transition-colors", "cursor-pointer", 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, "flex-1", "overflow-y-auto", "p-6"], [1, "mb-6"], [1, "block", "text-sm", "font-semibold", "mb-2", 3, "ngClass"], ["rows", "4", "placeholder", "Enter other tools (e.g., Custom Tool, Another Tool)", 1, "w-full", "px-4", "py-3", "rounded-lg", "border-2", "transition-all", "duration-200", "focus:outline-none", "focus:ring-2", 3, "ngModelChange", "ngModel", "ngClass"], [1, "px-6", "py-4", "border-t", "flex", "items-center", "justify-end", "gap-3", 3, "ngClass"], ["type", "button", 1, "px-6", "py-2.5", "rounded-lg", "font-semibold", "text-sm", "transition-all", "duration-200", "cursor-pointer", "hover:scale-105", 3, "click", "ngClass"], ["type", "button", 1, "px-6", "py-2.5", "rounded-lg", "font-semibold", "text-sm", "transition-all", "duration-200", 3, "click", "disabled", "ngClass"], [1, "block", "text-sm", "font-semibold", "mb-3", 3, "ngClass"], [1, "grid", "grid-cols-1", "sm:grid-cols-2", "gap-3"], [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"]], template: function FocusAreaToolsModalComponent_Template(rf, ctx) { if (rf & 1) {
|
|
57302
|
+
} }, inputs: { isOpen: [1, "isOpen"], focusAreaDomain: [1, "focusAreaDomain"], focusAreaTitle: [1, "focusAreaTitle"], selectedTools: [1, "selectedTools"], viewMode: [1, "viewMode"] }, outputs: { close: "close", save: "save" }, decls: 1, vars: 1, consts: [[1, "fixed", "inset-0", "z-[10002]", "flex", "items-center", "justify-center", "px-0", "sm:px-4"], [1, "fixed", "inset-0", "z-[10002]", "flex", "items-center", "justify-center", "px-0", "sm:px-4", 3, "click"], [1, "absolute", "inset-0", "backdrop-blur-sm", "animate-fade-in", "z-[10002]", 3, "ngClass"], [1, "relative", "w-full", "h-full", "sm:h-auto", "max-w-full", "sm:max-w-2xl", "rounded-none", "sm:rounded-2xl", "shadow-2xl", "animate-scale-in", "z-[10003]", "sm:max-h-[90vh]", "flex", "flex-col", 3, "click", "ngClass"], [1, "px-6", "py-4", "border-b", "flex", "items-center", "justify-between", 3, "ngClass"], [1, "text-xl", "font-bold", 3, "ngClass"], ["type", "button", 1, "w-8", "h-8", "rounded-lg", "flex", "items-center", "justify-center", "transition-colors", "cursor-pointer", 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, "flex-1", "overflow-y-auto", "p-6"], [1, "mb-6"], [1, "block", "text-sm", "font-semibold", "mb-2", 3, "ngClass"], ["rows", "4", "placeholder", "Enter other tools (e.g., Custom Tool, Another Tool)", 1, "w-full", "px-4", "py-3", "rounded-lg", "border-2", "transition-all", "duration-200", "focus:outline-none", "focus:ring-2", 3, "ngModelChange", "ngModel", "ngClass"], [1, "px-6", "py-4", "border-t", "flex", "items-center", "justify-end", "gap-3", 3, "ngClass"], ["type", "button", 1, "px-6", "py-2.5", "rounded-lg", "font-semibold", "text-sm", "transition-all", "duration-200", "cursor-pointer", "hover:scale-105", 3, "click", "ngClass"], ["type", "button", 1, "px-6", "py-2.5", "rounded-lg", "font-semibold", "text-sm", "transition-all", "duration-200", 3, "click", "disabled", "ngClass"], [1, "block", "text-sm", "font-semibold", "mb-3", 3, "ngClass"], [1, "grid", "grid-cols-1", "sm:grid-cols-2", "gap-3"], [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"]], template: function FocusAreaToolsModalComponent_Template(rf, ctx) { if (rf & 1) {
|
|
57581
57303
|
i0.ɵɵconditionalCreate(0, FocusAreaToolsModalComponent_Conditional_0_Template, 20, 22, "div", 0);
|
|
57582
57304
|
} if (rf & 2) {
|
|
57583
57305
|
i0.ɵɵconditional(ctx.isOpen() ? 0 : -1);
|
|
@@ -57588,7 +57310,7 @@ class FocusAreaToolsModalComponent {
|
|
|
57588
57310
|
args: [{ selector: 'symphiq-focus-area-tools-modal', standalone: true, imports: [CommonModule, FormsModule], changeDetection: ChangeDetectionStrategy.OnPush, template: `
|
|
57589
57311
|
@if (isOpen()) {
|
|
57590
57312
|
<div
|
|
57591
|
-
class="fixed inset-0 z-[10002] flex items-center justify-center px-4"
|
|
57313
|
+
class="fixed inset-0 z-[10002] flex items-center justify-center px-0 sm:px-4"
|
|
57592
57314
|
(click)="onBackdropClick()">
|
|
57593
57315
|
<div
|
|
57594
57316
|
[ngClass]="backdropClasses()"
|
|
@@ -57596,7 +57318,7 @@ class FocusAreaToolsModalComponent {
|
|
|
57596
57318
|
|
|
57597
57319
|
<div
|
|
57598
57320
|
[ngClass]="containerClasses()"
|
|
57599
|
-
class="relative w-full max-w-2xl rounded-2xl shadow-2xl animate-scale-in z-[10003] max-h-[90vh] flex flex-col"
|
|
57321
|
+
class="relative w-full h-full sm:h-auto max-w-full sm:max-w-2xl rounded-none sm:rounded-2xl shadow-2xl animate-scale-in z-[10003] sm:max-h-[90vh] flex flex-col"
|
|
57600
57322
|
(click)="$event.stopPropagation()">
|
|
57601
57323
|
|
|
57602
57324
|
<!-- Header -->
|
|
@@ -65105,7 +64827,7 @@ class MetricReportModalComponent {
|
|
|
65105
64827
|
static { this.ɵfac = function MetricReportModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || MetricReportModalComponent)(); }; }
|
|
65106
64828
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MetricReportModalComponent, selectors: [["symphiq-metric-report-modal"]], hostBindings: function MetricReportModalComponent_HostBindings(rf, ctx) { if (rf & 1) {
|
|
65107
64829
|
i0.ɵɵlistener("keydown.escape", function MetricReportModalComponent_keydown_escape_HostBindingHandler() { return ctx.onEscapeKey(); }, i0.ɵɵresolveDocument);
|
|
65108
|
-
} }, inputs: { viewMode: [1, "viewMode"], metricEnum: [1, "metricEnum"], metricData: [1, "metricData"], contributingMetrics: [1, "contributingMetrics"], pacingResponse: [1, "pacingResponse"], trendChartData: [1, "trendChartData"], currencySymbol: [1, "currencySymbol"], showLiveIndicator: [1, "showLiveIndicator"], isOpen: [1, "isOpen"] }, outputs: { closed: "closed" }, decls: 3, vars: 3, consts: [[1, "fixed", "inset-0", "z-50", "flex", "items-center", "justify-center", "p-4", "overflow-y-auto"], [1, "fixed", "inset-0", "z-[60]", "flex", "items-center", "justify-center", "p-4", "overflow-y-auto"], ["aria-hidden", "true", 1, "fixed", "inset-0", "backdrop-blur-md", 3, "click", "ngClass"], [1, "relative", "w-full", "max-w-4xl", "rounded-2xl", "text-left", "overflow-hidden", "shadow-xl", "border", "backdrop-blur-xl", 3, "click", "ngClass"], [1, "px-6", "py-5", "border-b", "backdrop-blur-sm", "sticky", "top-0", "z-10", 3, "ngClass"], [1, "flex", "items-start", "justify-between"], [1, "flex-1"], [1, "flex", "items-center", "gap-2", "mb-2"], [1, "text-xl", "font-bold", "mb-0", 3, "ngClass"], ["tooltipPosition", "bottom", 3, "viewMode"], ["type", "button", "tooltipType", "markdown", "tooltipPosition", "right", 1, "flex-shrink-0", "w-5", "h-5", "rounded-full", "inline-flex", "items-center", "justify-center", "transition-colors", 3, "ngClass", "libSymphiqTooltip"], [1, "ml-4", "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M6 18L18 6M6 6l12 12"], [1, "px-6", "py-6", "max-h-[70vh]", "overflow-y-auto", "backdrop-blur-sm", 3, "ngClass"], [1, "rounded-xl", "p-6", "mb-6", 3, "ngClass"], [1, "text-sm", "font-semibold", "uppercase", "tracking-wider", "mb-4", 3, "ngClass"], [1, "grid", "grid-cols-1", "sm:grid-cols-2", "lg:grid-cols-3", "gap-6"], [1, "mb-1.5"], [1, "text-xs", "font-medium", "uppercase", "tracking-wider", 3, "ngClass"], [1, "text-xs", 3, "ngClass"], [1, "text-xl", "font-bold", "mb-2", 3, "ngClass"], [3, "viewMode", "percentageChange", "metric", "priorYear", "isCompact"], [1, "text-xl", "font-bold", 3, "ngClass"], [1, "text-xs", "font-medium", "uppercase", "tracking-wider", "mb-1.5", 3, "ngClass"], [1, "mb-4"], [1, "text-xs", "font-medium", "uppercase", "tracking-wider", "mb-2", 3, "ngClass"], [1, "text-3xl", "font-extrabold", "mb-3", 3, "ngClass"], [1, "text-sm", "leading-relaxed", 3, "ngClass"], [1, "rounded-xl", "p-6", 3, "ngClass"], [1, "px-6", "py-4", "border-t", 3, "ngClass"], [1, "w-full", "px-4", "py-2", "rounded-lg", "transition-all", "font-medium", "hover:scale-[1.02]", "active:scale-[0.98]", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-3.5", "h-3.5"], ["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, "relative", "cursor-pointer", "group", 3, "click"], [3, "chart", "showAxisLabels", "viewMode", "currencySymbol", "height", "disableInteractions"], [1, "absolute", "top-1", "right-1", "p-1", "rounded", "opacity-0", "group-hover:opacity-100", "transition-opacity", 3, "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", "M4 8V4m0 0h4M4 4l5 5m11-1V4m0 0h-4m4 0l-5 5M4 16v4m0 0h4m-4 0l5-5m11 5l-5-5m5 5v-4m0 4h-4"], [3, "viewMode", "pacingPercentage", "status", "showAsFullText", "isCompact", "showEmphasizedPercentage"], [3, "data", "viewMode"], [1, "overflow-x-auto"], [1, "w-full"], [1, "border-b", 3, "ngClass"], [1, "text-left", "py-3", "px-4", "text-xs", "font-semibold", "uppercase", "tracking-wider"], [1, "text-right", "py-3", "px-4", "text-xs", "font-semibold", "uppercase", "tracking-wider"], [1, "border-b", "transition-colors", 3, "ngClass"], [1, "py-3", "px-4"], [1, "flex", "items-center", "gap-2"], [1, "text-sm", "font-medium"], [1, "py-3", "px-4", "text-right"], [1, "text-sm", "font-semibold", 3, "ngClass"], [1, "flex", "items-center", "justify-end", "gap-2"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", "text-emerald-500"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-3", "h-3"], [1, "min-h-[250px]", "relative", "cursor-pointer", "group", 3, "click"], [3, "chart", "showAxisLabels", "viewMode", "currencySymbol", "height"], [1, "text-sm", "leading-relaxed", "mt-4", 3, "ngClass"], [1, "text-sm", "leading-relaxed", "mt-2", 3, "ngClass"], [1, "relative", "w-full", "max-w-6xl", "rounded-2xl", "text-left", "overflow-hidden", "shadow-xl", "border", "backdrop-blur-xl", 3, "click", "ngClass"], [1, "px-6", "py-4", "border-b", "backdrop-blur-sm", "flex", "items-center", "justify-between", 3, "ngClass"], [1, "text-lg", "font-bold", 3, "ngClass"], [1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", 3, "click", "ngClass"], [1, "p-6", "backdrop-blur-sm", 3, "ngClass"], [1, "text-lg", "font-bold", "mb-0", 3, "ngClass"]], template: function MetricReportModalComponent_Template(rf, ctx) { if (rf & 1) {
|
|
64830
|
+
} }, inputs: { viewMode: [1, "viewMode"], metricEnum: [1, "metricEnum"], metricData: [1, "metricData"], contributingMetrics: [1, "contributingMetrics"], pacingResponse: [1, "pacingResponse"], trendChartData: [1, "trendChartData"], currencySymbol: [1, "currencySymbol"], showLiveIndicator: [1, "showLiveIndicator"], isOpen: [1, "isOpen"] }, outputs: { closed: "closed" }, decls: 3, vars: 3, consts: [[1, "fixed", "inset-0", "z-50", "flex", "items-center", "justify-center", "p-0", "sm:p-4", "overflow-y-auto"], [1, "fixed", "inset-0", "z-[60]", "flex", "items-center", "justify-center", "p-4", "overflow-y-auto"], ["aria-hidden", "true", 1, "fixed", "inset-0", "backdrop-blur-md", 3, "click", "ngClass"], [1, "relative", "w-full", "h-full", "sm:h-auto", "max-w-full", "sm:max-w-4xl", "rounded-none", "sm:rounded-2xl", "text-left", "overflow-hidden", "shadow-xl", "border", "backdrop-blur-xl", 3, "click", "ngClass"], [1, "px-6", "py-5", "border-b", "backdrop-blur-sm", "sticky", "top-0", "z-10", 3, "ngClass"], [1, "flex", "items-start", "justify-between"], [1, "flex-1"], [1, "flex", "items-center", "gap-2", "mb-2"], [1, "text-xl", "font-bold", "mb-0", 3, "ngClass"], ["tooltipPosition", "bottom", 3, "viewMode"], ["type", "button", "tooltipType", "markdown", "tooltipPosition", "right", 1, "flex-shrink-0", "w-5", "h-5", "rounded-full", "inline-flex", "items-center", "justify-center", "transition-colors", 3, "ngClass", "libSymphiqTooltip"], [1, "ml-4", "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M6 18L18 6M6 6l12 12"], [1, "px-6", "py-6", "max-h-[70vh]", "overflow-y-auto", "backdrop-blur-sm", 3, "ngClass"], [1, "rounded-xl", "p-6", "mb-6", 3, "ngClass"], [1, "text-sm", "font-semibold", "uppercase", "tracking-wider", "mb-4", 3, "ngClass"], [1, "grid", "grid-cols-1", "sm:grid-cols-2", "lg:grid-cols-3", "gap-6"], [1, "mb-1.5"], [1, "text-xs", "font-medium", "uppercase", "tracking-wider", 3, "ngClass"], [1, "text-xs", 3, "ngClass"], [1, "text-xl", "font-bold", "mb-2", 3, "ngClass"], [3, "viewMode", "percentageChange", "metric", "priorYear", "isCompact"], [1, "text-xl", "font-bold", 3, "ngClass"], [1, "text-xs", "font-medium", "uppercase", "tracking-wider", "mb-1.5", 3, "ngClass"], [1, "mb-4"], [1, "text-xs", "font-medium", "uppercase", "tracking-wider", "mb-2", 3, "ngClass"], [1, "text-3xl", "font-extrabold", "mb-3", 3, "ngClass"], [1, "text-sm", "leading-relaxed", 3, "ngClass"], [1, "rounded-xl", "p-6", 3, "ngClass"], [1, "px-6", "py-4", "border-t", 3, "ngClass"], [1, "w-full", "px-4", "py-2", "rounded-lg", "transition-all", "font-medium", "hover:scale-[1.02]", "active:scale-[0.98]", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-3.5", "h-3.5"], ["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, "relative", "cursor-pointer", "group", 3, "click"], [3, "chart", "showAxisLabels", "viewMode", "currencySymbol", "height", "disableInteractions"], [1, "absolute", "top-1", "right-1", "p-1", "rounded", "opacity-0", "group-hover:opacity-100", "transition-opacity", 3, "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", "M4 8V4m0 0h4M4 4l5 5m11-1V4m0 0h-4m4 0l-5 5M4 16v4m0 0h4m-4 0l5-5m11 5l-5-5m5 5v-4m0 4h-4"], [3, "viewMode", "pacingPercentage", "status", "showAsFullText", "isCompact", "showEmphasizedPercentage"], [3, "data", "viewMode"], [1, "overflow-x-auto"], [1, "w-full"], [1, "border-b", 3, "ngClass"], [1, "text-left", "py-3", "px-4", "text-xs", "font-semibold", "uppercase", "tracking-wider"], [1, "text-right", "py-3", "px-4", "text-xs", "font-semibold", "uppercase", "tracking-wider"], [1, "border-b", "transition-colors", 3, "ngClass"], [1, "py-3", "px-4"], [1, "flex", "items-center", "gap-2"], [1, "text-sm", "font-medium"], [1, "py-3", "px-4", "text-right"], [1, "text-sm", "font-semibold", 3, "ngClass"], [1, "flex", "items-center", "justify-end", "gap-2"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", "text-emerald-500"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-3", "h-3"], [1, "min-h-[250px]", "relative", "cursor-pointer", "group", 3, "click"], [3, "chart", "showAxisLabels", "viewMode", "currencySymbol", "height"], [1, "text-sm", "leading-relaxed", "mt-4", 3, "ngClass"], [1, "text-sm", "leading-relaxed", "mt-2", 3, "ngClass"], [1, "relative", "w-full", "h-full", "sm:h-auto", "max-w-full", "sm:max-w-6xl", "rounded-none", "sm:rounded-2xl", "text-left", "overflow-hidden", "shadow-xl", "border", "backdrop-blur-xl", 3, "click", "ngClass"], [1, "px-6", "py-4", "border-b", "backdrop-blur-sm", "flex", "items-center", "justify-between", 3, "ngClass"], [1, "text-lg", "font-bold", 3, "ngClass"], [1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", 3, "click", "ngClass"], [1, "p-6", "backdrop-blur-sm", 3, "ngClass"], [1, "text-lg", "font-bold", "mb-0", 3, "ngClass"]], template: function MetricReportModalComponent_Template(rf, ctx) { if (rf & 1) {
|
|
65109
64831
|
i0.ɵɵconditionalCreate(0, MetricReportModalComponent_Conditional_0_Template, 68, 53, "div", 0);
|
|
65110
64832
|
i0.ɵɵconditionalCreate(1, MetricReportModalComponent_Conditional_1_Template, 11, 9, "div", 1);
|
|
65111
64833
|
i0.ɵɵconditionalCreate(2, MetricReportModalComponent_Conditional_2_Template, 11, 9, "div", 1);
|
|
@@ -65168,7 +64890,7 @@ class MetricReportModalComponent {
|
|
|
65168
64890
|
],
|
|
65169
64891
|
template: `
|
|
65170
64892
|
@if (isOpen()) {
|
|
65171
|
-
<div class="fixed inset-0 z-50 flex items-center justify-center p-4 overflow-y-auto">
|
|
64893
|
+
<div class="fixed inset-0 z-50 flex items-center justify-center p-0 sm:p-4 overflow-y-auto">
|
|
65172
64894
|
<div
|
|
65173
64895
|
[ngClass]="backdropClasses()"
|
|
65174
64896
|
class="fixed inset-0 backdrop-blur-md"
|
|
@@ -65180,7 +64902,7 @@ class MetricReportModalComponent {
|
|
|
65180
64902
|
<div
|
|
65181
64903
|
(click)="$event.stopPropagation()"
|
|
65182
64904
|
[ngClass]="modalContainerClasses()"
|
|
65183
|
-
class="relative w-full max-w-4xl rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl"
|
|
64905
|
+
class="relative w-full h-full sm:h-auto max-w-full sm:max-w-4xl rounded-none sm:rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl"
|
|
65184
64906
|
@slideUpFade>
|
|
65185
64907
|
|
|
65186
64908
|
<!-- Header -->
|
|
@@ -65515,7 +65237,7 @@ class MetricReportModalComponent {
|
|
|
65515
65237
|
<div
|
|
65516
65238
|
(click)="$event.stopPropagation()"
|
|
65517
65239
|
[ngClass]="modalContainerClasses()"
|
|
65518
|
-
class="relative w-full max-w-6xl rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl"
|
|
65240
|
+
class="relative w-full h-full sm:h-auto max-w-full sm:max-w-6xl rounded-none sm:rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl"
|
|
65519
65241
|
@slideUpFade>
|
|
65520
65242
|
|
|
65521
65243
|
<!-- Header -->
|
|
@@ -65563,7 +65285,7 @@ class MetricReportModalComponent {
|
|
|
65563
65285
|
<div
|
|
65564
65286
|
(click)="$event.stopPropagation()"
|
|
65565
65287
|
[ngClass]="modalContainerClasses()"
|
|
65566
|
-
class="relative w-full max-w-6xl rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl"
|
|
65288
|
+
class="relative w-full h-full sm:h-auto max-w-full sm:max-w-6xl rounded-none sm:rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl"
|
|
65567
65289
|
@slideUpFade>
|
|
65568
65290
|
|
|
65569
65291
|
<!-- Header -->
|
|
@@ -67094,7 +66816,7 @@ class EditMetricTargetModalComponent {
|
|
|
67094
66816
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.percentageInputRef = _t.first);
|
|
67095
66817
|
} }, hostBindings: function EditMetricTargetModalComponent_HostBindings(rf, ctx) { if (rf & 1) {
|
|
67096
66818
|
i0.ɵɵlistener("keydown.escape", function EditMetricTargetModalComponent_keydown_escape_HostBindingHandler() { return ctx.onEscape(); }, i0.ɵɵresolveDocument);
|
|
67097
|
-
} }, inputs: { viewMode: [1, "viewMode"], isOpen: [1, "isOpen"], metricData: [1, "metricData"], pacingResponse: [1, "pacingResponse"], targetHistories: [1, "targetHistories"], users: [1, "users"], currencySymbol: [1, "currencySymbol"], trendChartData: [1, "trendChartData"] }, outputs: { closed: "closed", targetApplied: "targetApplied" }, decls: 1, vars: 1, consts: [["absoluteInputRef", ""], ["percentageInputRef", ""], [1, "fixed", "inset-0", "z-[100]", "flex", "items-center", "justify-center", "p-4", "overflow-y-auto"], ["aria-hidden", "true", 1, "fixed", "inset-0", "backdrop-blur-md", 3, "click", "ngClass"], [1, "relative", "w-full", "max-w-4xl", "rounded-2xl", "text-left", "overflow-hidden", "shadow-xl", "border", "backdrop-blur-xl", 3, "click", "ngClass"], [1, "px-6", "py-5", "border-b", "backdrop-blur-sm", "sticky", "top-0", "z-10", 3, "ngClass"], [1, "flex", "items-start", "justify-between"], [1, "flex-1"], [1, "text-xl", "font-bold", "mb-0", 3, "ngClass"], [1, "ml-4", "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M6 18L18 6M6 6l12 12"], [1, "px-6", "py-6", "max-h-[70vh]", "overflow-y-auto", "backdrop-blur-sm", 3, "ngClass"], [1, "grid", "lg:grid-cols-2", "gap-6"], [1, "p-6", "rounded-xl", "border-2", 3, "ngClass"], [1, "flex", "flex-wrap", "gap-4", "place-content-between", "mb-6"], [1, "flex", "items-center", "gap-2"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", 3, "ngClass"], ["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, "text-xs", "font-medium", "uppercase", "tracking-wider", 3, "ngClass"], [1, "text-lg", "font-bold", 3, "ngClass"], [1, "space-y-6"], [1, "flex", "gap-2"], [1, "flex-1", "py-2", "px-4", "rounded-lg", "text-sm", "font-semibold", "transition-all", 3, "click", "ngClass"], [1, "relative"], [1, "p-6", "rounded-xl", "border-2", "h-full", 3, "ngClass"], [1, "mt-6", "p-6", "rounded-xl", "border", 3, "ngClass"], [1, "px-6", "py-4", "border-t", "flex", "justify-end", "gap-3", 3, "ngClass"], ["type", "button", 1, "px-4", "py-2.5", "rounded-lg", "font-medium", "text-sm", "transition-all", "duration-200", 3, "click", "ngClass"], ["type", "button", 1, "px-4", "py-2.5", "rounded-lg", "font-medium", "text-sm", "transition-all", "duration-200", 3, "ngClass"], ["type", "button", 1, "px-4", "py-2.5", "rounded-lg", "font-medium", "text-sm", "transition-all", "duration-200", "disabled:opacity-50", "disabled:cursor-not-allowed", 3, "click", "disabled", "ngClass"], [1, "fixed", "inset-0", "z-[110]", "flex", "items-center", "justify-center", "p-4", "overflow-y-auto"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M13 7h8m0 0v8m0-8l-8 8-4-4-6 6"], [1, "flex", "items-center", "gap-1"], ["type", "button", "tooltipType", "markdown", "tooltipPosition", "top", 1, "flex-shrink-0", "w-4", "h-4", "rounded-full", "inline-flex", "items-center", "justify-center", "transition-colors", 3, "click", "ngClass", "libSymphiqTooltip"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-3", "h-3"], ["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"], ["type", "number", "placeholder", "0", "min", "0", "step", "1", 1, "w-full", "px-4", "py-4", "rounded-xl", "text-2xl", "font-bold", "border-2", "transition-all", 3, "ngModel", "ngClass"], ["type", "number", "placeholder", "0", "min", "0", "max", "100", "step", "0.01", 1, "w-full", "pr-10", "pl-4", "py-4", "rounded-xl", "text-2xl", "font-bold", "border-2", "transition-all", 3, "ngModelChange", "ngModel", "ngClass"], [1, "absolute", "right-4", "top-1/2", "-translate-y-1/2", "text-xl", "font-bold", 3, "ngClass"], [1, "absolute", "left-4", "top-1/2", "-translate-y-1/2", "text-xl", "font-bold", 3, "ngClass"], ["type", "number", "placeholder", "0", "min", "0", "step", "1000", 1, "w-full", "pr-4", "py-4", "rounded-xl", "text-2xl", "font-bold", "border-2", "transition-all", 3, "ngModelChange", "ngModel", "ngClass"], ["type", "number", "placeholder", "0", "min", "0", "step", "1", 1, "w-full", "px-4", "py-4", "rounded-xl", "text-2xl", "font-bold", "border-2", "transition-all", 3, "ngModelChange", "keydown", "ngModel", "ngClass"], ["type", "number", "placeholder", "0", "min", "0", "max", "1000", "step", "0.1", 1, "w-full", "pr-10", "pl-4", "py-4", "rounded-xl", "text-2xl", "font-bold", "border-2", "transition-all", 3, "ngModelChange", "ngModel", "ngClass"], [1, "flex", "gap-4"], [1, "flex", "items-baseline", "gap-3"], [1, "text-3xl", "font-bold", "transition-all", "duration-300", 3, "ngClass"], [1, "text-xl", "line-through", "opacity-60", 3, "ngClass"], [1, "flex-shrink-0", "w-36"], [1, "relative", "pt-6", "mt-6"], [1, "absolute", "top-0", "left-0", "right-0", "flex", "items-center", "-translate-y-1/2"], [1, "flex-1", "h-px", 3, "ngClass"], [1, "px-3", "py-1", "rounded-full", "text-xs", "font-semibold", "whitespace-nowrap", 3, "ngClass"], [1, "grid", "grid-cols-2", "gap-4", "pt-2"], [1, "text-xs", "font-medium", "uppercase", "tracking-wider", "mb-1", 3, "ngClass"], [1, "flex", "items-baseline", "gap-2"], [1, "text-xl", "font-bold", 3, "ngClass"], [1, "text-base", "line-through", "opacity-60", 3, "ngClass"], [1, "text-xs", "font-medium", "uppercase", "tracking-wider", "mb-1.5", 3, "ngClass"], [1, "relative", "cursor-pointer", 3, "click"], [3, "chart", "showAxisLabels", "viewMode", "currencySymbol", "height", "disableInteractions"], [1, "flex", "items-center", "gap-1", "mb-1"], [1, "text-base", "font-semibold", "mb-4", 3, "ngClass"], [1, "overflow-hidden"], [1, "flex", "justify-between", "items-center", "px-4", "py-2", "text-xs", "font-medium", "uppercase", "tracking-wider", 3, "ngClass"], [1, "divide-y", 3, "ngClass"], [1, "flex", "justify-between", "items-center", "px-4", "py-4"], [3, "viewMode", "user"], [1, "text-right"], [1, "text-sm", "font-bold", 3, "ngClass"], [1, "text-xs", 3, "ngClass"], [1, "relative", "w-full", "max-w-5xl", "rounded-2xl", "text-left", "overflow-hidden", "shadow-xl", "border", "backdrop-blur-xl", 3, "click", "ngClass"], [1, "px-6", "py-4", "border-b", "backdrop-blur-sm", "flex", "items-center", "justify-between", 3, "ngClass"], [1, "text-lg", "font-bold", "mb-0", 3, "ngClass"], [1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", 3, "click", "ngClass"], [1, "p-6", "backdrop-blur-sm", 3, "ngClass"], [3, "chart", "showAxisLabels", "viewMode", "currencySymbol", "height"]], template: function EditMetricTargetModalComponent_Template(rf, ctx) { if (rf & 1) {
|
|
66819
|
+
} }, inputs: { viewMode: [1, "viewMode"], isOpen: [1, "isOpen"], metricData: [1, "metricData"], pacingResponse: [1, "pacingResponse"], targetHistories: [1, "targetHistories"], users: [1, "users"], currencySymbol: [1, "currencySymbol"], trendChartData: [1, "trendChartData"] }, outputs: { closed: "closed", targetApplied: "targetApplied" }, decls: 1, vars: 1, consts: [["absoluteInputRef", ""], ["percentageInputRef", ""], [1, "fixed", "inset-0", "z-[100]", "flex", "items-center", "justify-center", "p-0", "sm:p-4", "overflow-y-auto"], ["aria-hidden", "true", 1, "fixed", "inset-0", "backdrop-blur-md", 3, "click", "ngClass"], [1, "relative", "w-full", "h-full", "sm:h-auto", "max-w-full", "sm:max-w-4xl", "rounded-none", "sm:rounded-2xl", "text-left", "overflow-hidden", "shadow-xl", "border", "backdrop-blur-xl", 3, "click", "ngClass"], [1, "px-6", "py-5", "border-b", "backdrop-blur-sm", "sticky", "top-0", "z-10", 3, "ngClass"], [1, "flex", "items-start", "justify-between"], [1, "flex-1"], [1, "text-xl", "font-bold", "mb-0", 3, "ngClass"], [1, "ml-4", "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M6 18L18 6M6 6l12 12"], [1, "px-6", "py-6", "max-h-[70vh]", "overflow-y-auto", "backdrop-blur-sm", 3, "ngClass"], [1, "grid", "lg:grid-cols-2", "gap-6"], [1, "p-6", "rounded-xl", "border-2", 3, "ngClass"], [1, "flex", "flex-wrap", "gap-4", "place-content-between", "mb-6"], [1, "flex", "items-center", "gap-2"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", 3, "ngClass"], ["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, "text-xs", "font-medium", "uppercase", "tracking-wider", 3, "ngClass"], [1, "text-lg", "font-bold", 3, "ngClass"], [1, "space-y-6"], [1, "flex", "gap-2"], [1, "flex-1", "py-2", "px-4", "rounded-lg", "text-sm", "font-semibold", "transition-all", 3, "click", "ngClass"], [1, "relative"], [1, "p-6", "rounded-xl", "border-2", "h-full", 3, "ngClass"], [1, "mt-6", "p-6", "rounded-xl", "border", 3, "ngClass"], [1, "px-6", "py-4", "border-t", "flex", "justify-end", "gap-3", 3, "ngClass"], ["type", "button", 1, "px-4", "py-2.5", "rounded-lg", "font-medium", "text-sm", "transition-all", "duration-200", 3, "click", "ngClass"], ["type", "button", 1, "px-4", "py-2.5", "rounded-lg", "font-medium", "text-sm", "transition-all", "duration-200", 3, "ngClass"], ["type", "button", 1, "px-4", "py-2.5", "rounded-lg", "font-medium", "text-sm", "transition-all", "duration-200", "disabled:opacity-50", "disabled:cursor-not-allowed", 3, "click", "disabled", "ngClass"], [1, "fixed", "inset-0", "z-[110]", "flex", "items-center", "justify-center", "p-4", "overflow-y-auto"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M13 7h8m0 0v8m0-8l-8 8-4-4-6 6"], [1, "flex", "items-center", "gap-1"], ["type", "button", "tooltipType", "markdown", "tooltipPosition", "top", 1, "flex-shrink-0", "w-4", "h-4", "rounded-full", "inline-flex", "items-center", "justify-center", "transition-colors", 3, "click", "ngClass", "libSymphiqTooltip"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-3", "h-3"], ["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"], ["type", "number", "placeholder", "0", "min", "0", "step", "1", 1, "w-full", "px-4", "py-4", "rounded-xl", "text-2xl", "font-bold", "border-2", "transition-all", 3, "ngModel", "ngClass"], ["type", "number", "placeholder", "0", "min", "0", "max", "100", "step", "0.01", 1, "w-full", "pr-10", "pl-4", "py-4", "rounded-xl", "text-2xl", "font-bold", "border-2", "transition-all", 3, "ngModelChange", "ngModel", "ngClass"], [1, "absolute", "right-4", "top-1/2", "-translate-y-1/2", "text-xl", "font-bold", 3, "ngClass"], [1, "absolute", "left-4", "top-1/2", "-translate-y-1/2", "text-xl", "font-bold", 3, "ngClass"], ["type", "number", "placeholder", "0", "min", "0", "step", "1000", 1, "w-full", "pr-4", "py-4", "rounded-xl", "text-2xl", "font-bold", "border-2", "transition-all", 3, "ngModelChange", "ngModel", "ngClass"], ["type", "number", "placeholder", "0", "min", "0", "step", "1", 1, "w-full", "px-4", "py-4", "rounded-xl", "text-2xl", "font-bold", "border-2", "transition-all", 3, "ngModelChange", "keydown", "ngModel", "ngClass"], ["type", "number", "placeholder", "0", "min", "0", "max", "1000", "step", "0.1", 1, "w-full", "pr-10", "pl-4", "py-4", "rounded-xl", "text-2xl", "font-bold", "border-2", "transition-all", 3, "ngModelChange", "ngModel", "ngClass"], [1, "flex", "gap-4"], [1, "flex", "items-baseline", "gap-3"], [1, "text-3xl", "font-bold", "transition-all", "duration-300", 3, "ngClass"], [1, "text-xl", "line-through", "opacity-60", 3, "ngClass"], [1, "flex-shrink-0", "w-36"], [1, "relative", "pt-6", "mt-6"], [1, "absolute", "top-0", "left-0", "right-0", "flex", "items-center", "-translate-y-1/2"], [1, "flex-1", "h-px", 3, "ngClass"], [1, "px-3", "py-1", "rounded-full", "text-xs", "font-semibold", "whitespace-nowrap", 3, "ngClass"], [1, "grid", "grid-cols-2", "gap-4", "pt-2"], [1, "text-xs", "font-medium", "uppercase", "tracking-wider", "mb-1", 3, "ngClass"], [1, "flex", "items-baseline", "gap-2"], [1, "text-xl", "font-bold", 3, "ngClass"], [1, "text-base", "line-through", "opacity-60", 3, "ngClass"], [1, "text-xs", "font-medium", "uppercase", "tracking-wider", "mb-1.5", 3, "ngClass"], [1, "relative", "cursor-pointer", 3, "click"], [3, "chart", "showAxisLabels", "viewMode", "currencySymbol", "height", "disableInteractions"], [1, "flex", "items-center", "gap-1", "mb-1"], [1, "text-base", "font-semibold", "mb-4", 3, "ngClass"], [1, "overflow-hidden"], [1, "flex", "justify-between", "items-center", "px-4", "py-2", "text-xs", "font-medium", "uppercase", "tracking-wider", 3, "ngClass"], [1, "divide-y", 3, "ngClass"], [1, "flex", "justify-between", "items-center", "px-4", "py-4"], [3, "viewMode", "user"], [1, "text-right"], [1, "text-sm", "font-bold", 3, "ngClass"], [1, "text-xs", 3, "ngClass"], [1, "relative", "w-full", "h-full", "sm:h-auto", "max-w-full", "sm:max-w-5xl", "rounded-none", "sm:rounded-2xl", "text-left", "overflow-hidden", "shadow-xl", "border", "backdrop-blur-xl", 3, "click", "ngClass"], [1, "px-6", "py-4", "border-b", "backdrop-blur-sm", "flex", "items-center", "justify-between", 3, "ngClass"], [1, "text-lg", "font-bold", "mb-0", 3, "ngClass"], [1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", 3, "click", "ngClass"], [1, "p-6", "backdrop-blur-sm", 3, "ngClass"], [3, "chart", "showAxisLabels", "viewMode", "currencySymbol", "height"]], template: function EditMetricTargetModalComponent_Template(rf, ctx) { if (rf & 1) {
|
|
67098
66820
|
i0.ɵɵconditionalCreate(0, EditMetricTargetModalComponent_Conditional_0_Template, 42, 30);
|
|
67099
66821
|
} if (rf & 2) {
|
|
67100
66822
|
i0.ɵɵconditional(ctx.isOpen() ? 0 : -1);
|
|
@@ -67137,7 +66859,7 @@ class EditMetricTargetModalComponent {
|
|
|
67137
66859
|
template: `
|
|
67138
66860
|
@if (isOpen()) {
|
|
67139
66861
|
<symphiq-tooltip-container />
|
|
67140
|
-
<div class="fixed inset-0 z-[100] flex items-center justify-center p-4 overflow-y-auto">
|
|
66862
|
+
<div class="fixed inset-0 z-[100] flex items-center justify-center p-0 sm:p-4 overflow-y-auto">
|
|
67141
66863
|
<div
|
|
67142
66864
|
[ngClass]="backdropClasses()"
|
|
67143
66865
|
class="fixed inset-0 backdrop-blur-md"
|
|
@@ -67149,7 +66871,7 @@ class EditMetricTargetModalComponent {
|
|
|
67149
66871
|
<div
|
|
67150
66872
|
(click)="$event.stopPropagation()"
|
|
67151
66873
|
[ngClass]="modalContainerClasses()"
|
|
67152
|
-
class="relative w-full max-w-4xl rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl"
|
|
66874
|
+
class="relative w-full h-full sm:h-auto max-w-full sm:max-w-4xl rounded-none sm:rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl"
|
|
67153
66875
|
@slideUpFade>
|
|
67154
66876
|
|
|
67155
66877
|
<div [ngClass]="headerClasses()" class="px-6 py-5 border-b backdrop-blur-sm sticky top-0 z-10">
|
|
@@ -67536,7 +67258,7 @@ class EditMetricTargetModalComponent {
|
|
|
67536
67258
|
<div
|
|
67537
67259
|
(click)="$event.stopPropagation()"
|
|
67538
67260
|
[ngClass]="modalContainerClasses()"
|
|
67539
|
-
class="relative w-full max-w-5xl rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl"
|
|
67261
|
+
class="relative w-full h-full sm:h-auto max-w-full sm:max-w-5xl rounded-none sm:rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl"
|
|
67540
67262
|
@slideUpFade>
|
|
67541
67263
|
|
|
67542
67264
|
<div [ngClass]="headerClasses()" class="px-6 py-4 border-b backdrop-blur-sm flex items-center justify-between">
|
|
@@ -71699,7 +71421,7 @@ class SearchModalComponent {
|
|
|
71699
71421
|
} if (rf & 2) {
|
|
71700
71422
|
let _t;
|
|
71701
71423
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.searchInput = _t.first);
|
|
71702
|
-
} }, inputs: { isLightMode: [1, "isLightMode"], isOpen: [1, "isOpen"], searchQuery: [1, "searchQuery"], results: [1, "results"], hasResults: [1, "hasResults"], selectedIndex: [1, "selectedIndex"], placeholder: [1, "placeholder"] }, outputs: { searchChange: "searchChange", resultSelected: "resultSelected", close: "close" }, decls: 1, vars: 1, consts: [["searchInput", ""], [1, "fixed", "inset-0", "z-[10002]", "flex", "items-start", "justify-center", "pt-20", "px-4"], [1, "fixed", "inset-0", "z-[10002]", "flex", "items-start", "justify-center", "pt-20", "px-4", 3, "click"], [1, "absolute", "inset-0", "backdrop-blur-sm", "animate-fade-in", "z-[10002]", 3, "ngClass"], [1, "relative", "w-full", "max-w-2xl", "rounded-2xl", "shadow-2xl", "animate-scale-in", "z-[10003]", 3, "click", "ngClass"], [1, "relative"], [1, "absolute", "left-4", "top-1/2", "-translate-y-1/2", "pointer-events-none"], ["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", "M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"], ["type", "text", "autocomplete", "off", 1, "w-full", "pl-12", "pr-24", "py-4", "text-base", "focus:outline-none", "transition-colors", 3, "ngModelChange", "ngModel", "ngClass", "placeholder"], [1, "absolute", "right-4", "top-1/2", "-translate-y-1/2", "flex", "items-center", "gap-2"], [1, "px-2", "py-1", "rounded", "text-xs", "font-medium", "transition-colors", 3, "ngClass"], [1, "w-8", "h-8", "rounded-lg", "flex", "items-center", "justify-center", "transition-colors", 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", "M6 18L18 6M6 6l12 12"], [1, "border-t", "max-h-96", "overflow-y-auto", 3, "ngClass"], [1, "px-6", "py-12", "text-center", "border-t", 3, "ngClass"], [1, "px-4", "py-3", "border-t", 3, "ngClass"], [1, "px-2", "py-1", "rounded", "text-xs", "font-medium", "transition-colors", 3, "click", "ngClass"], [1, "w-full", "text-left", "px-4", "py-3", "transition-all", "duration-150", "border-l-4", "border-transparent", "hover:border-blue-500", 3, "ngClass"], [1, "w-full", "text-left", "px-4", "py-3", "transition-all", "duration-150", "border-l-4", "border-transparent", "hover:border-blue-500", 3, "click", "ngClass"], [1, "flex", "items-start", "gap-3"], [1, "w-8", "h-8", "rounded-lg", "flex", "items-center", "justify-center", "flex-shrink-0", "mt-0.5", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", 3, "ngClass"], [1, "flex-1", "min-w-0"], [1, "flex", "items-center", "gap-2", "mb-1"], [1, "font-semibold", "text-sm", "truncate", 3, "ngClass"], [1, "px-2", "py-0.5", "rounded", "text-xs", "font-medium", "uppercase", "flex-shrink-0", 3, "ngClass"], [1, "text-xs", "mb-1", "truncate", 3, "ngClass"], [1, "text-xs", "line-clamp-2", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "flex-shrink-0", "transition-transform", "group-hover:translate-x-1", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 5l7 7-7 7"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M3 7v10a2 2 0 002 2h14a2 2 0 002-2V9a2 2 0 00-2-2h-6l-2-2H5a2 2 0 00-2 2z"], ["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"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M7 7h.01M7 3h5c.512 0 1.024.195 1.414.586l7 7a2 2 0 010 2.828l-7 7a2 2 0 01-2.828 0l-7-7A1.994 1.994 0 013 12V7a4 4 0 014-4z"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-12", "h-12", "mx-auto", "mb-3", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9.172 16.172a4 4 0 015.656 0M9 10h.01M15 10h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"], [1, "text-sm", "font-semibold", "mb-1", 3, "ngClass"], [1, "text-xs", 3, "ngClass"], [1, "flex", "items-center", "justify-between", "text-xs"], [1, "flex", "items-center", "gap-4"], [1, "flex", "items-center", "gap-1.5"], [1, "px-2", "py-1", "rounded", "font-mono", 3, "ngClass"], [3, "ngClass"]], template: function SearchModalComponent_Template(rf, ctx) { if (rf & 1) {
|
|
71424
|
+
} }, inputs: { isLightMode: [1, "isLightMode"], isOpen: [1, "isOpen"], searchQuery: [1, "searchQuery"], results: [1, "results"], hasResults: [1, "hasResults"], selectedIndex: [1, "selectedIndex"], placeholder: [1, "placeholder"] }, outputs: { searchChange: "searchChange", resultSelected: "resultSelected", close: "close" }, decls: 1, vars: 1, consts: [["searchInput", ""], [1, "fixed", "inset-0", "z-[10002]", "flex", "items-start", "sm:justify-center", "pt-0", "sm:pt-20", "px-0", "sm:px-4"], [1, "fixed", "inset-0", "z-[10002]", "flex", "items-start", "sm:justify-center", "pt-0", "sm:pt-20", "px-0", "sm:px-4", 3, "click"], [1, "absolute", "inset-0", "backdrop-blur-sm", "animate-fade-in", "z-[10002]", 3, "ngClass"], [1, "relative", "w-full", "h-full", "sm:h-auto", "max-w-full", "sm:max-w-2xl", "rounded-none", "sm:rounded-2xl", "shadow-2xl", "animate-scale-in", "z-[10003]", 3, "click", "ngClass"], [1, "relative"], [1, "absolute", "left-4", "top-1/2", "-translate-y-1/2", "pointer-events-none"], ["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", "M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"], ["type", "text", "autocomplete", "off", 1, "w-full", "pl-12", "pr-24", "py-4", "text-base", "focus:outline-none", "transition-colors", 3, "ngModelChange", "ngModel", "ngClass", "placeholder"], [1, "absolute", "right-4", "top-1/2", "-translate-y-1/2", "flex", "items-center", "gap-2"], [1, "px-2", "py-1", "rounded", "text-xs", "font-medium", "transition-colors", 3, "ngClass"], [1, "w-8", "h-8", "rounded-lg", "flex", "items-center", "justify-center", "transition-colors", 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", "M6 18L18 6M6 6l12 12"], [1, "border-t", "max-h-96", "overflow-y-auto", 3, "ngClass"], [1, "px-6", "py-12", "text-center", "border-t", 3, "ngClass"], [1, "px-4", "py-3", "border-t", 3, "ngClass"], [1, "px-2", "py-1", "rounded", "text-xs", "font-medium", "transition-colors", 3, "click", "ngClass"], [1, "w-full", "text-left", "px-4", "py-3", "transition-all", "duration-150", "border-l-4", "border-transparent", "hover:border-blue-500", 3, "ngClass"], [1, "w-full", "text-left", "px-4", "py-3", "transition-all", "duration-150", "border-l-4", "border-transparent", "hover:border-blue-500", 3, "click", "ngClass"], [1, "flex", "items-start", "gap-3"], [1, "w-8", "h-8", "rounded-lg", "flex", "items-center", "justify-center", "flex-shrink-0", "mt-0.5", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", 3, "ngClass"], [1, "flex-1", "min-w-0"], [1, "flex", "items-center", "gap-2", "mb-1"], [1, "font-semibold", "text-sm", "truncate", 3, "ngClass"], [1, "px-2", "py-0.5", "rounded", "text-xs", "font-medium", "uppercase", "flex-shrink-0", 3, "ngClass"], [1, "text-xs", "mb-1", "truncate", 3, "ngClass"], [1, "text-xs", "line-clamp-2", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "flex-shrink-0", "transition-transform", "group-hover:translate-x-1", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 5l7 7-7 7"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M3 7v10a2 2 0 002 2h14a2 2 0 002-2V9a2 2 0 00-2-2h-6l-2-2H5a2 2 0 00-2 2z"], ["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"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M7 7h.01M7 3h5c.512 0 1.024.195 1.414.586l7 7a2 2 0 010 2.828l-7 7a2 2 0 01-2.828 0l-7-7A1.994 1.994 0 013 12V7a4 4 0 014-4z"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-12", "h-12", "mx-auto", "mb-3", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9.172 16.172a4 4 0 015.656 0M9 10h.01M15 10h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"], [1, "text-sm", "font-semibold", "mb-1", 3, "ngClass"], [1, "text-xs", 3, "ngClass"], [1, "flex", "items-center", "justify-between", "text-xs"], [1, "flex", "items-center", "gap-4"], [1, "flex", "items-center", "gap-1.5"], [1, "px-2", "py-1", "rounded", "font-mono", 3, "ngClass"], [3, "ngClass"]], template: function SearchModalComponent_Template(rf, ctx) { if (rf & 1) {
|
|
71703
71425
|
i0.ɵɵconditionalCreate(0, SearchModalComponent_Conditional_0_Template, 17, 11, "div", 1);
|
|
71704
71426
|
} if (rf & 2) {
|
|
71705
71427
|
i0.ɵɵconditional(ctx.isOpen() ? 0 : -1);
|
|
@@ -71710,7 +71432,7 @@ class SearchModalComponent {
|
|
|
71710
71432
|
args: [{ selector: 'symphiq-search-modal', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, imports: [CommonModule, FormsModule], template: `
|
|
71711
71433
|
@if (isOpen()) {
|
|
71712
71434
|
<div
|
|
71713
|
-
class="fixed inset-0 z-[10002] flex items-start justify-center pt-20 px-4"
|
|
71435
|
+
class="fixed inset-0 z-[10002] flex items-start sm:justify-center pt-0 sm:pt-20 px-0 sm:px-4"
|
|
71714
71436
|
(click)="closeModal()">
|
|
71715
71437
|
<div
|
|
71716
71438
|
[ngClass]="isLightMode() ? 'bg-black/15' : 'bg-black/25'"
|
|
@@ -71718,7 +71440,7 @@ class SearchModalComponent {
|
|
|
71718
71440
|
|
|
71719
71441
|
<div
|
|
71720
71442
|
[ngClass]="containerClass()"
|
|
71721
|
-
class="relative w-full max-w-2xl rounded-2xl shadow-2xl animate-scale-in z-[10003]"
|
|
71443
|
+
class="relative w-full h-full sm:h-auto max-w-full sm:max-w-2xl rounded-none sm:rounded-2xl shadow-2xl animate-scale-in z-[10003]"
|
|
71722
71444
|
(click)="$event.stopPropagation()">
|
|
71723
71445
|
|
|
71724
71446
|
<div class="relative">
|
|
@@ -92939,7 +92661,7 @@ class ProfileQuestionsModalComponent {
|
|
|
92939
92661
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalContent = _t.first);
|
|
92940
92662
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalWrapper = _t.first);
|
|
92941
92663
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.scrollContainer = _t.first);
|
|
92942
|
-
} }, inputs: { isOpen: [1, "isOpen"], questions: [1, "questions"], profileAnswers: [1, "profileAnswers"], profileAnswerHistories: [1, "profileAnswerHistories"], users: [1, "users"], selectedCategoryId: [1, "selectedCategoryId"], selectedFocusAreaId: [1, "selectedFocusAreaId"], showAllQuestions: [1, "showAllQuestions"], startDirectAnswer: [1, "startDirectAnswer"], viewMode: [1, "viewMode"], breadcrumbPrefix: [1, "breadcrumbPrefix"], showFocusAreaChips: [1, "showFocusAreaChips"], categoryNameFormatter: [1, "categoryNameFormatter"], focusAreaNameFormatter: [1, "focusAreaNameFormatter"], questionFilterFn: [1, "questionFilterFn"] }, outputs: { close: "close", questionAnswerClick: "questionAnswerClick", answerSave: "answerSave" }, decls: 1, vars: 1, consts: [["modalWrapper", ""], ["modalContent", ""], ["scrollContainer", ""], [1, "fixed", "inset-0", "z-[9000]", "flex", "items-center", "justify-center", "p-4", "overflow-y-auto"], ["aria-hidden", "true", 1, "fixed", "inset-0", "backdrop-blur-sm", 3, "click", "ngClass"], [1, "relative", "w-full", "max-w-4xl", "rounded-2xl", "text-left", "overflow-hidden", "shadow-xl", "border", "backdrop-blur-xl", 3, "click", "ngClass"], [1, "block", "h-[80vh]", 3, "question", "viewMode", "profileAnswerHistories", "profileAnswers", "users"], [1, "block", "h-[80vh]", 3, "close", "back", "question", "viewMode", "profileAnswerHistories", "profileAnswers", "users"], [1, "px-6", "py-5", "border-b", "backdrop-blur-sm", "sticky", "top-0", "z-10", 3, "ngClass"], [1, "flex", "items-start", "justify-between"], [1, "flex-1"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wider", "mb-1", 3, "ngClass"], [1, "text-xl", "font-bold", "mb-3", 3, "ngClass"], [1, "space-y-2"], [1, "h-2", "rounded-full", "overflow-hidden", 3, "ngClass"], [1, "h-full", "transition-all", "duration-500", "ease-out", "rounded-full", 3, "ngClass"], [1, "text-sm", "font-medium", 3, "ngClass"], ["type", "button", 1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", "cursor-pointer", "relative", "ml-4", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M6 18L18 6M6 6l12 12"], [1, "px-6", "py-8", "max-h-[70vh]", "overflow-y-auto", "backdrop-blur-sm", 3, "ngClass"], [1, "text-center", "py-12"], [1, "flex", "flex-col", "gap-6"], [1, "w-16", "h-16", "mx-auto", "mb-4", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-full", "h-full"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "1.5", "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, "text-lg", "font-semibold", "mb-2", 3, "ngClass"], [1, "text-sm", 3, "ngClass"], [3, "id", "question", "viewMode", "viewType", "profileAnswers", "profileAnswerHistories", "users", "showFocusAreaChips", "categoryNameFormatter"], [3, "answerClick", "historyClick", "id", "question", "viewMode", "viewType", "profileAnswers", "profileAnswerHistories", "users", "showFocusAreaChips", "categoryNameFormatter"], [1, "flex", "items-center", "gap-3"], ["type", "button", 1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", "cursor-pointer", 3, "click", "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M15 19l-7-7 7-7"], [1, "text-xl", "font-bold", 3, "ngClass"], [1, "h-[70vh]", "overflow-hidden"], [1, "block", "h-full", 3, "question", "viewMode", "viewType", "selectedCategoryId", "selectedFocusAreaId", "filteredQuestions", "profileAnswers", "breadcrumbPrefix", "showFocusAreaChips", "categoryNameFormatter", "focusAreaNameFormatter"], [1, "block", "h-full", 3, "backClick", "saveClick", "saveAndNextClick", "navigateToList", "navigateToNextQuestion", "question", "viewMode", "viewType", "selectedCategoryId", "selectedFocusAreaId", "filteredQuestions", "profileAnswers", "breadcrumbPrefix", "showFocusAreaChips", "categoryNameFormatter", "focusAreaNameFormatter"]], template: function ProfileQuestionsModalComponent_Template(rf, ctx) { if (rf & 1) {
|
|
92664
|
+
} }, inputs: { isOpen: [1, "isOpen"], questions: [1, "questions"], profileAnswers: [1, "profileAnswers"], profileAnswerHistories: [1, "profileAnswerHistories"], users: [1, "users"], selectedCategoryId: [1, "selectedCategoryId"], selectedFocusAreaId: [1, "selectedFocusAreaId"], showAllQuestions: [1, "showAllQuestions"], startDirectAnswer: [1, "startDirectAnswer"], viewMode: [1, "viewMode"], breadcrumbPrefix: [1, "breadcrumbPrefix"], showFocusAreaChips: [1, "showFocusAreaChips"], categoryNameFormatter: [1, "categoryNameFormatter"], focusAreaNameFormatter: [1, "focusAreaNameFormatter"], questionFilterFn: [1, "questionFilterFn"] }, outputs: { close: "close", questionAnswerClick: "questionAnswerClick", answerSave: "answerSave" }, decls: 1, vars: 1, consts: [["modalWrapper", ""], ["modalContent", ""], ["scrollContainer", ""], [1, "fixed", "inset-0", "z-[9000]", "flex", "items-center", "justify-center", "p-0", "sm:p-4", "overflow-y-auto"], ["aria-hidden", "true", 1, "fixed", "inset-0", "backdrop-blur-sm", 3, "click", "ngClass"], [1, "relative", "w-full", "h-full", "sm:h-auto", "max-w-full", "sm:max-w-4xl", "rounded-none", "sm:rounded-2xl", "text-left", "overflow-hidden", "shadow-xl", "border", "backdrop-blur-xl", 3, "click", "ngClass"], [1, "block", "h-[80vh]", 3, "question", "viewMode", "profileAnswerHistories", "profileAnswers", "users"], [1, "block", "h-[80vh]", 3, "close", "back", "question", "viewMode", "profileAnswerHistories", "profileAnswers", "users"], [1, "px-6", "py-5", "border-b", "backdrop-blur-sm", "sticky", "top-0", "z-10", 3, "ngClass"], [1, "flex", "items-start", "justify-between"], [1, "flex-1"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wider", "mb-1", 3, "ngClass"], [1, "text-xl", "font-bold", "mb-3", 3, "ngClass"], [1, "space-y-2"], [1, "h-2", "rounded-full", "overflow-hidden", 3, "ngClass"], [1, "h-full", "transition-all", "duration-500", "ease-out", "rounded-full", 3, "ngClass"], [1, "text-sm", "font-medium", 3, "ngClass"], ["type", "button", 1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", "cursor-pointer", "relative", "ml-4", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M6 18L18 6M6 6l12 12"], [1, "px-6", "py-8", "max-h-[70vh]", "overflow-y-auto", "backdrop-blur-sm", 3, "ngClass"], [1, "text-center", "py-12"], [1, "flex", "flex-col", "gap-6"], [1, "w-16", "h-16", "mx-auto", "mb-4", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-full", "h-full"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "1.5", "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, "text-lg", "font-semibold", "mb-2", 3, "ngClass"], [1, "text-sm", 3, "ngClass"], [3, "id", "question", "viewMode", "viewType", "profileAnswers", "profileAnswerHistories", "users", "showFocusAreaChips", "categoryNameFormatter"], [3, "answerClick", "historyClick", "id", "question", "viewMode", "viewType", "profileAnswers", "profileAnswerHistories", "users", "showFocusAreaChips", "categoryNameFormatter"], [1, "flex", "items-center", "gap-3"], ["type", "button", 1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", "cursor-pointer", 3, "click", "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M15 19l-7-7 7-7"], [1, "text-xl", "font-bold", 3, "ngClass"], [1, "h-[70vh]", "overflow-hidden"], [1, "block", "h-full", 3, "question", "viewMode", "viewType", "selectedCategoryId", "selectedFocusAreaId", "filteredQuestions", "profileAnswers", "breadcrumbPrefix", "showFocusAreaChips", "categoryNameFormatter", "focusAreaNameFormatter"], [1, "block", "h-full", 3, "backClick", "saveClick", "saveAndNextClick", "navigateToList", "navigateToNextQuestion", "question", "viewMode", "viewType", "selectedCategoryId", "selectedFocusAreaId", "filteredQuestions", "profileAnswers", "breadcrumbPrefix", "showFocusAreaChips", "categoryNameFormatter", "focusAreaNameFormatter"]], template: function ProfileQuestionsModalComponent_Template(rf, ctx) { if (rf & 1) {
|
|
92943
92665
|
i0.ɵɵconditionalCreate(0, ProfileQuestionsModalComponent_Conditional_0_Template, 8, 5, "div", 3);
|
|
92944
92666
|
} if (rf & 2) {
|
|
92945
92667
|
i0.ɵɵconditional(ctx.isOpen() ? 0 : -1);
|
|
@@ -92983,7 +92705,7 @@ class ProfileQuestionsModalComponent {
|
|
|
92983
92705
|
@if (isOpen()) {
|
|
92984
92706
|
<div
|
|
92985
92707
|
#modalWrapper
|
|
92986
|
-
class="fixed inset-0 z-[9000] flex items-center justify-center p-4 overflow-y-auto">
|
|
92708
|
+
class="fixed inset-0 z-[9000] flex items-center justify-center p-0 sm:p-4 overflow-y-auto">
|
|
92987
92709
|
<div
|
|
92988
92710
|
[ngClass]="backdropClasses()"
|
|
92989
92711
|
class="fixed inset-0 backdrop-blur-sm"
|
|
@@ -92995,7 +92717,7 @@ class ProfileQuestionsModalComponent {
|
|
|
92995
92717
|
#modalContent
|
|
92996
92718
|
(click)="$event.stopPropagation()"
|
|
92997
92719
|
[ngClass]="containerClasses()"
|
|
92998
|
-
class="relative w-full max-w-4xl rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl"
|
|
92720
|
+
class="relative w-full h-full sm:h-auto max-w-full sm:max-w-4xl rounded-none sm:rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl"
|
|
92999
92721
|
@slideUpFade>
|
|
93000
92722
|
|
|
93001
92723
|
@if (historyModeActive()) {
|
|
@@ -106376,7 +106098,7 @@ class UnifiedDashboardModalComponent {
|
|
|
106376
106098
|
let _t;
|
|
106377
106099
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalContent = _t.first);
|
|
106378
106100
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalWrapper = _t.first);
|
|
106379
|
-
} }, inputs: { viewMode: [1, "viewMode"], loadingSourceAnalysisId: [1, "loadingSourceAnalysisId"], loadedSourceAnalysisIds: [1, "loadedSourceAnalysisIds"] }, outputs: { priorityActionGoalClick: "priorityActionGoalClick", priorityActionRecommendationClick: "priorityActionRecommendationClick", sourceAnalysisClickRequest: "sourceAnalysisClickRequest" }, decls: 1, vars: 1, consts: [["modalWrapper", ""], ["modalContent", ""], [1, "fixed", "inset-0", "flex", "items-center", "justify-center", "p-4", "overflow-y-auto", 3, "z-index", "visibility"], [1, "fixed", "inset-0", "flex", "items-center", "justify-center", "p-4", "overflow-y-auto"], ["aria-hidden", "true", 1, "fixed", "inset-0", "backdrop-blur-sm", "transition-opacity", "duration-200", 3, "click", "ngClass"], [1, "relative", "w-full", "max-w-6xl", "max-h-[calc(100vh-2rem)]", "flex", "flex-col", "rounded-2xl", "text-left", "overflow-hidden", "shadow-xl", "border", "backdrop-blur-xl", 3, "click", "ngClass"], [1, "px-6", "py-5", "border-b", "backdrop-blur-sm", "flex-shrink-0", 3, "ngClass"], [1, "flex", "items-start", "justify-between", "gap-4"], [1, "flex", "items-start", "gap-3", "flex-1", "min-w-0"], ["type", "button", 1, "mt-0.5", "p-1.5", "rounded-lg", "transition-all", "hover:scale-105", "active:scale-95", "cursor-pointer", "flex-shrink-0", 3, "ngClass"], [1, "flex-1", "min-w-0"], [1, "flex", "items-center", "gap-2", "mb-2"], [1, "flex", "items-center", "gap-1.5", "mb-2", "text-xs"], [1, "flex", "flex-wrap", "items-center", "justify-between", "gap-x-4", "gap-y-2"], [1, "text-xl", "font-bold", "leading-tight", 3, "ngClass"], [1, "flex", "items-center", "gap-2"], ["type", "button", 1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", "cursor-pointer", "flex-shrink-0", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M6 18L18 6M6 6l12 12"], [1, "px-6", "py-8", "flex-1", "min-h-0", "overflow-y-auto", "backdrop-blur-sm", 3, "ngClass"], [3, "goal", "allMetrics", "allCharts", "loadedSourceAnalysisIds", "loadingSourceAnalysisId", "viewMode", "currentModalState"], [3, "objectives", "goalTitle", "viewMode"], [3, "goal", "contributingMetrics", "viewMode"], [3, "objective", "viewMode"], [3, "strategy", "viewMode", "allMetrics", "allCharts", "allInsights", "allBusinessInsights", "goalTitle", "objectiveTitle", "currentModalState", "expandedRecommendationId"], [3, "items", "viewMode", "selectedIndex"], [1, "px-6", "py-5", "border-t", "backdrop-blur-sm", "flex-shrink-0", 3, "ngClass"], ["type", "button", 1, "mt-0.5", "p-1.5", "rounded-lg", "transition-all", "hover:scale-105", "active:scale-95", "cursor-pointer", "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", "M15 19l-7-7 7-7"], [1, "inline-flex", "items-center", "gap-1.5", "px-2.5", "py-1", "rounded-full", "text-xs", "font-semibold", "border", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-3.5", "h-3.5"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 12l2 2 4-4M7.835 4.697a3.42 3.42 0 001.946-.806 3.42 3.42 0 014.438 0 3.42 3.42 0 001.946.806 3.42 3.42 0 013.138 3.138 3.42 3.42 0 00.806 1.946 3.42 3.42 0 010 4.438 3.42 3.42 0 00-.806 1.946 3.42 3.42 0 01-3.138 3.138 3.42 3.42 0 00-1.946.806 3.42 3.42 0 01-4.438 0 3.42 3.42 0 00-1.946-.806 3.42 3.42 0 01-3.138-3.138 3.42 3.42 0 00-.806-1.946 3.42 3.42 0 010-4.438 3.42 3.42 0 00.806-1.946 3.42 3.42 0 013.138-3.138z"], [1, "text-xs", 3, "ngClass"], [1, "text-xs", "font-medium", 3, "ngClass"], [1, "font-medium", 3, "ngClass"], ["type", "button", 1, "hover:underline", "cursor-pointer", "transition-colors", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-3", "h-3", "flex-shrink-0", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 5l7 7-7 7"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wider", 3, "ngClass"], [3, "priority", "viewMode"], [3, "timeframe", "viewMode"], [3, "sourceAnalysisClick", "metricClick", "contributingMetricsClick", "showObjectives", "close", "goal", "allMetrics", "allCharts", "loadedSourceAnalysisIds", "loadingSourceAnalysisId", "viewMode", "currentModalState"], [3, "metricClick", "goal", "contributingMetrics", "viewMode"], [3, "goalClick", "recommendationClick", "items", "viewMode", "selectedIndex"], [3, "stateChange", "state", "viewMode", "goalId"]], template: function UnifiedDashboardModalComponent_Template(rf, ctx) { if (rf & 1) {
|
|
106101
|
+
} }, inputs: { viewMode: [1, "viewMode"], loadingSourceAnalysisId: [1, "loadingSourceAnalysisId"], loadedSourceAnalysisIds: [1, "loadedSourceAnalysisIds"] }, outputs: { priorityActionGoalClick: "priorityActionGoalClick", priorityActionRecommendationClick: "priorityActionRecommendationClick", sourceAnalysisClickRequest: "sourceAnalysisClickRequest" }, decls: 1, vars: 1, consts: [["modalWrapper", ""], ["modalContent", ""], [1, "fixed", "inset-0", "flex", "items-center", "justify-center", "p-0", "sm:p-4", "overflow-y-auto", 3, "z-index", "visibility"], [1, "fixed", "inset-0", "flex", "items-center", "justify-center", "p-0", "sm:p-4", "overflow-y-auto"], ["aria-hidden", "true", 1, "fixed", "inset-0", "backdrop-blur-sm", "transition-opacity", "duration-200", 3, "click", "ngClass"], [1, "relative", "w-full", "h-full", "sm:h-auto", "max-w-full", "sm:max-w-6xl", "sm:max-h-[calc(100vh-2rem)]", "flex", "flex-col", "rounded-none", "sm:rounded-2xl", "text-left", "overflow-hidden", "shadow-xl", "border", "backdrop-blur-xl", 3, "click", "ngClass"], [1, "px-6", "py-5", "border-b", "backdrop-blur-sm", "flex-shrink-0", 3, "ngClass"], [1, "flex", "items-start", "justify-between", "gap-4"], [1, "flex", "items-start", "gap-3", "flex-1", "min-w-0"], ["type", "button", 1, "mt-0.5", "p-1.5", "rounded-lg", "transition-all", "hover:scale-105", "active:scale-95", "cursor-pointer", "flex-shrink-0", 3, "ngClass"], [1, "flex-1", "min-w-0"], [1, "flex", "items-center", "gap-2", "mb-2"], [1, "flex", "items-center", "gap-1.5", "mb-2", "text-xs"], [1, "flex", "flex-wrap", "items-center", "justify-between", "gap-x-4", "gap-y-2"], [1, "text-xl", "font-bold", "leading-tight", 3, "ngClass"], [1, "flex", "items-center", "gap-2"], ["type", "button", 1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", "cursor-pointer", "flex-shrink-0", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M6 18L18 6M6 6l12 12"], [1, "px-6", "py-8", "flex-1", "min-h-0", "overflow-y-auto", "backdrop-blur-sm", 3, "ngClass"], [3, "goal", "allMetrics", "allCharts", "loadedSourceAnalysisIds", "loadingSourceAnalysisId", "viewMode", "currentModalState"], [3, "objectives", "goalTitle", "viewMode"], [3, "goal", "contributingMetrics", "viewMode"], [3, "objective", "viewMode"], [3, "strategy", "viewMode", "allMetrics", "allCharts", "allInsights", "allBusinessInsights", "goalTitle", "objectiveTitle", "currentModalState", "expandedRecommendationId"], [3, "items", "viewMode", "selectedIndex"], [1, "px-6", "py-5", "border-t", "backdrop-blur-sm", "flex-shrink-0", 3, "ngClass"], ["type", "button", 1, "mt-0.5", "p-1.5", "rounded-lg", "transition-all", "hover:scale-105", "active:scale-95", "cursor-pointer", "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", "M15 19l-7-7 7-7"], [1, "inline-flex", "items-center", "gap-1.5", "px-2.5", "py-1", "rounded-full", "text-xs", "font-semibold", "border", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-3.5", "h-3.5"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 12l2 2 4-4M7.835 4.697a3.42 3.42 0 001.946-.806 3.42 3.42 0 014.438 0 3.42 3.42 0 001.946.806 3.42 3.42 0 013.138 3.138 3.42 3.42 0 00.806 1.946 3.42 3.42 0 010 4.438 3.42 3.42 0 00-.806 1.946 3.42 3.42 0 01-3.138 3.138 3.42 3.42 0 00-1.946.806 3.42 3.42 0 01-4.438 0 3.42 3.42 0 00-1.946-.806 3.42 3.42 0 01-3.138-3.138 3.42 3.42 0 00-.806-1.946 3.42 3.42 0 010-4.438 3.42 3.42 0 00.806-1.946 3.42 3.42 0 013.138-3.138z"], [1, "text-xs", 3, "ngClass"], [1, "text-xs", "font-medium", 3, "ngClass"], [1, "font-medium", 3, "ngClass"], ["type", "button", 1, "hover:underline", "cursor-pointer", "transition-colors", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-3", "h-3", "flex-shrink-0", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 5l7 7-7 7"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wider", 3, "ngClass"], [3, "priority", "viewMode"], [3, "timeframe", "viewMode"], [3, "sourceAnalysisClick", "metricClick", "contributingMetricsClick", "showObjectives", "close", "goal", "allMetrics", "allCharts", "loadedSourceAnalysisIds", "loadingSourceAnalysisId", "viewMode", "currentModalState"], [3, "metricClick", "goal", "contributingMetrics", "viewMode"], [3, "goalClick", "recommendationClick", "items", "viewMode", "selectedIndex"], [3, "stateChange", "state", "viewMode", "goalId"]], template: function UnifiedDashboardModalComponent_Template(rf, ctx) { if (rf & 1) {
|
|
106380
106102
|
i0.ɵɵconditionalCreate(0, UnifiedDashboardModalComponent_Conditional_0_Template, 28, 33, "div", 2);
|
|
106381
106103
|
} if (rf & 2) {
|
|
106382
106104
|
i0.ɵɵconditional(ctx.isOpen() ? 0 : -1);
|
|
@@ -106441,13 +106163,13 @@ class UnifiedDashboardModalComponent {
|
|
|
106441
106163
|
],
|
|
106442
106164
|
template: `
|
|
106443
106165
|
@if (isOpen()) {
|
|
106444
|
-
<div #modalWrapper class="fixed inset-0 flex items-center justify-center p-4 overflow-y-auto" [style.z-index]="baseZIndex()" [style.visibility]="modalReady() ? 'visible' : 'hidden'">
|
|
106166
|
+
<div #modalWrapper class="fixed inset-0 flex items-center justify-center p-0 sm:p-4 overflow-y-auto" [style.z-index]="baseZIndex()" [style.visibility]="modalReady() ? 'visible' : 'hidden'">
|
|
106445
106167
|
<div [ngClass]="isLightMode() ? 'bg-slate-900/15' : 'bg-slate-950/25'" class="fixed inset-0 backdrop-blur-sm transition-opacity duration-200" [class.opacity-0]="!modalReady()" [class.opacity-100]="modalReady()" [style.z-index]="backdropZIndex()" aria-hidden="true" (click)="closeModal()"></div>
|
|
106446
106168
|
|
|
106447
106169
|
<div
|
|
106448
106170
|
(click)="$event.stopPropagation()"
|
|
106449
106171
|
[ngClass]="isLightMode() ? 'bg-white/90 border-slate-200/50' : 'bg-slate-800/90 border-slate-700/50'"
|
|
106450
|
-
class="relative w-full max-w-6xl max-h-[calc(100vh-2rem)] flex flex-col rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl"
|
|
106172
|
+
class="relative w-full h-full sm:h-auto max-w-full sm:max-w-6xl sm:max-h-[calc(100vh-2rem)] flex flex-col rounded-none sm:rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl"
|
|
106451
106173
|
[style.z-index]="contentZIndex()"
|
|
106452
106174
|
@slideUpFade>
|
|
106453
106175
|
|
|
@@ -108708,7 +108430,7 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
|
|
|
108708
108430
|
type: HostListener,
|
|
108709
108431
|
args: ['window:scroll']
|
|
108710
108432
|
}] }); })();
|
|
108711
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileAnalysisUnifiedDashboardComponent, { className: "SymphiqProfileAnalysisUnifiedDashboardComponent", filePath: "lib/components/profile-analysis-unified-dashboard/symphiq-profile-analysis-unified-dashboard.component.ts", lineNumber:
|
|
108433
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileAnalysisUnifiedDashboardComponent, { className: "SymphiqProfileAnalysisUnifiedDashboardComponent", filePath: "lib/components/profile-analysis-unified-dashboard/symphiq-profile-analysis-unified-dashboard.component.ts", lineNumber: 347 }); })();
|
|
108712
108434
|
|
|
108713
108435
|
function SymphiqProfileMetricsAnalysesDashboardComponent_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
108714
108436
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -113945,7 +113667,7 @@ class ShopProfileQuestionsModalComponent {
|
|
|
113945
113667
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalContent = _t.first);
|
|
113946
113668
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalWrapper = _t.first);
|
|
113947
113669
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.scrollContainer = _t.first);
|
|
113948
|
-
} }, inputs: { isOpen: [1, "isOpen"], questions: [1, "questions"], profileAnswers: [1, "profileAnswers"], profileAnswerHistories: [1, "profileAnswerHistories"], users: [1, "users"], selectedCategoryId: [1, "selectedCategoryId"], selectedFocusAreaId: [1, "selectedFocusAreaId"], showAllQuestions: [1, "showAllQuestions"], startDirectAnswer: [1, "startDirectAnswer"], viewMode: [1, "viewMode"] }, outputs: { close: "close", questionAnswerClick: "questionAnswerClick", answerSave: "answerSave" }, decls: 1, vars: 1, consts: [["modalWrapper", ""], ["modalContent", ""], ["scrollContainer", ""], [1, "fixed", "inset-0", "z-[9000]", "flex", "items-center", "justify-center", "p-4", "overflow-y-auto"], ["aria-hidden", "true", 1, "fixed", "inset-0", "backdrop-blur-sm", 3, "click", "ngClass"], [1, "relative", "w-full", "max-w-4xl", "rounded-2xl", "text-left", "overflow-hidden", "shadow-xl", "border", "backdrop-blur-xl", 3, "click", "ngClass"], [1, "block", "h-[80vh]", 3, "question", "viewMode", "profileAnswerHistories", "profileAnswers", "users"], [1, "block", "h-[80vh]", 3, "close", "back", "question", "viewMode", "profileAnswerHistories", "profileAnswers", "users"], [1, "px-6", "py-5", "border-b", "backdrop-blur-sm", "sticky", "top-0", "z-10", 3, "ngClass"], [1, "flex", "items-start", "justify-between"], [1, "flex-1"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wider", "mb-1", 3, "ngClass"], [1, "text-xl", "font-bold", "mb-3", 3, "ngClass"], [1, "space-y-2"], [1, "h-2", "rounded-full", "overflow-hidden", 3, "ngClass"], [1, "h-full", "transition-all", "duration-500", "ease-out", "rounded-full", 3, "ngClass"], [1, "text-sm", "font-medium", 3, "ngClass"], ["type", "button", 1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", "cursor-pointer", "relative", "ml-4", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M6 18L18 6M6 6l12 12"], [1, "px-6", "py-8", "max-h-[70vh]", "overflow-y-auto", "backdrop-blur-sm", 3, "ngClass"], [1, "text-center", "py-12"], [1, "flex", "flex-col", "gap-6"], [1, "w-16", "h-16", "mx-auto", "mb-4", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-full", "h-full"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "1.5", "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, "text-lg", "font-semibold", "mb-2", 3, "ngClass"], [1, "text-sm", 3, "ngClass"], [3, "id", "question", "viewMode", "viewType", "profileAnswers", "profileAnswerHistories", "users", "categoryNameFormatter"], [3, "answerClick", "historyClick", "id", "question", "viewMode", "viewType", "profileAnswers", "profileAnswerHistories", "users", "categoryNameFormatter"], [1, "flex", "items-center", "gap-3"], ["type", "button", 1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", "cursor-pointer", 3, "click", "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M15 19l-7-7 7-7"], [1, "text-xl", "font-bold", 3, "ngClass"], [1, "h-[70vh]", "overflow-hidden"], [1, "block", "h-full", 3, "question", "viewMode", "viewType", "selectedCategoryId", "selectedFocusAreaId", "filteredQuestions", "profileAnswers"], [1, "block", "h-full", 3, "backClick", "saveClick", "saveAndNextClick", "navigateToList", "navigateToNextQuestion", "question", "viewMode", "viewType", "selectedCategoryId", "selectedFocusAreaId", "filteredQuestions", "profileAnswers"]], template: function ShopProfileQuestionsModalComponent_Template(rf, ctx) { if (rf & 1) {
|
|
113670
|
+
} }, inputs: { isOpen: [1, "isOpen"], questions: [1, "questions"], profileAnswers: [1, "profileAnswers"], profileAnswerHistories: [1, "profileAnswerHistories"], users: [1, "users"], selectedCategoryId: [1, "selectedCategoryId"], selectedFocusAreaId: [1, "selectedFocusAreaId"], showAllQuestions: [1, "showAllQuestions"], startDirectAnswer: [1, "startDirectAnswer"], viewMode: [1, "viewMode"] }, outputs: { close: "close", questionAnswerClick: "questionAnswerClick", answerSave: "answerSave" }, decls: 1, vars: 1, consts: [["modalWrapper", ""], ["modalContent", ""], ["scrollContainer", ""], [1, "fixed", "inset-0", "z-[9000]", "flex", "items-center", "justify-center", "p-0", "sm:p-4", "overflow-y-auto"], ["aria-hidden", "true", 1, "fixed", "inset-0", "backdrop-blur-sm", 3, "click", "ngClass"], [1, "relative", "w-full", "h-full", "sm:h-auto", "max-w-full", "sm:max-w-4xl", "rounded-none", "sm:rounded-2xl", "text-left", "overflow-hidden", "shadow-xl", "border", "backdrop-blur-xl", 3, "click", "ngClass"], [1, "block", "h-[80vh]", 3, "question", "viewMode", "profileAnswerHistories", "profileAnswers", "users"], [1, "block", "h-[80vh]", 3, "close", "back", "question", "viewMode", "profileAnswerHistories", "profileAnswers", "users"], [1, "px-6", "py-5", "border-b", "backdrop-blur-sm", "sticky", "top-0", "z-10", 3, "ngClass"], [1, "flex", "items-start", "justify-between"], [1, "flex-1"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wider", "mb-1", 3, "ngClass"], [1, "text-xl", "font-bold", "mb-3", 3, "ngClass"], [1, "space-y-2"], [1, "h-2", "rounded-full", "overflow-hidden", 3, "ngClass"], [1, "h-full", "transition-all", "duration-500", "ease-out", "rounded-full", 3, "ngClass"], [1, "text-sm", "font-medium", 3, "ngClass"], ["type", "button", 1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", "cursor-pointer", "relative", "ml-4", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M6 18L18 6M6 6l12 12"], [1, "px-6", "py-8", "max-h-[70vh]", "overflow-y-auto", "backdrop-blur-sm", 3, "ngClass"], [1, "text-center", "py-12"], [1, "flex", "flex-col", "gap-6"], [1, "w-16", "h-16", "mx-auto", "mb-4", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-full", "h-full"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "1.5", "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, "text-lg", "font-semibold", "mb-2", 3, "ngClass"], [1, "text-sm", 3, "ngClass"], [3, "id", "question", "viewMode", "viewType", "profileAnswers", "profileAnswerHistories", "users", "categoryNameFormatter"], [3, "answerClick", "historyClick", "id", "question", "viewMode", "viewType", "profileAnswers", "profileAnswerHistories", "users", "categoryNameFormatter"], [1, "flex", "items-center", "gap-3"], ["type", "button", 1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", "cursor-pointer", 3, "click", "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M15 19l-7-7 7-7"], [1, "text-xl", "font-bold", 3, "ngClass"], [1, "h-[70vh]", "overflow-hidden"], [1, "block", "h-full", 3, "question", "viewMode", "viewType", "selectedCategoryId", "selectedFocusAreaId", "filteredQuestions", "profileAnswers"], [1, "block", "h-full", 3, "backClick", "saveClick", "saveAndNextClick", "navigateToList", "navigateToNextQuestion", "question", "viewMode", "viewType", "selectedCategoryId", "selectedFocusAreaId", "filteredQuestions", "profileAnswers"]], template: function ShopProfileQuestionsModalComponent_Template(rf, ctx) { if (rf & 1) {
|
|
113949
113671
|
i0.ɵɵconditionalCreate(0, ShopProfileQuestionsModalComponent_Conditional_0_Template, 8, 5, "div", 3);
|
|
113950
113672
|
} if (rf & 2) {
|
|
113951
113673
|
i0.ɵɵconditional(ctx.isOpen() ? 0 : -1);
|
|
@@ -113989,7 +113711,7 @@ class ShopProfileQuestionsModalComponent {
|
|
|
113989
113711
|
@if (isOpen()) {
|
|
113990
113712
|
<div
|
|
113991
113713
|
#modalWrapper
|
|
113992
|
-
class="fixed inset-0 z-[9000] flex items-center justify-center p-4 overflow-y-auto">
|
|
113714
|
+
class="fixed inset-0 z-[9000] flex items-center justify-center p-0 sm:p-4 overflow-y-auto">
|
|
113993
113715
|
<div
|
|
113994
113716
|
[ngClass]="backdropClasses()"
|
|
113995
113717
|
class="fixed inset-0 backdrop-blur-sm"
|
|
@@ -114001,7 +113723,7 @@ class ShopProfileQuestionsModalComponent {
|
|
|
114001
113723
|
#modalContent
|
|
114002
113724
|
(click)="$event.stopPropagation()"
|
|
114003
113725
|
[ngClass]="containerClasses()"
|
|
114004
|
-
class="relative w-full max-w-4xl rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl"
|
|
113726
|
+
class="relative w-full h-full sm:h-auto max-w-full sm:max-w-4xl rounded-none sm:rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl"
|
|
114005
113727
|
@slideUpFade>
|
|
114006
113728
|
|
|
114007
113729
|
@if (historyModeActive()) {
|
|
@@ -116265,5 +115987,5 @@ var pieChart_component = /*#__PURE__*/Object.freeze({
|
|
|
116265
115987
|
* Generated bundle index. Do not edit.
|
|
116266
115988
|
*/
|
|
116267
115989
|
|
|
116268
|
-
export { AreaChartComponent, BarChartComponent, BreakdownSectionComponent, BusinessAnalysisModalComponent, BusinessProfileSearchService, ChartCardComponent, ChartContainerComponent, ChartThemeService, CircularProgressComponent, CompetitivePositioningSummaryComponent, CompetitorAnalysisCardComponent, ConfettiService, ConfidenceLevelCardComponent, ContentGenerationProgressComponent, ContentGenerationProgressWithConfettiComponent, CrossDashboardRelationshipsService, DashboardHeaderComponent, DataLoaderService, DisplayModeEnum, FloatingBackButtonComponent, FloatingTocComponent, FocusAreaDetailCardComponent, FocusAreaExecutiveSummaryComponent, FocusAreaQuestionComponent, FocusAreaStatusCardComponent, FocusAreaToolsModalComponent, FunnelOrderService, GoalActionStateEnum, GoalActionStateService, GradeBadgeComponent, HeaderScrollService, HierarchyDisplayComponent, HorizontalBarComponent, IconService, IndeterminateSpinnerComponent, InsightCardComponent, JourneyProgressIndicatorComponent, JourneyStepIdEnum, LineChartComponent, MetricCardComponent, MetricExecutiveSummaryComponent, MetricFormatterService, MetricListItemComponent, MetricReportModalComponent, MetricWelcomeBannerComponent,
|
|
115990
|
+
export { AreaChartComponent, BarChartComponent, BreakdownSectionComponent, BusinessAnalysisModalComponent, BusinessProfileSearchService, ChartCardComponent, ChartContainerComponent, ChartThemeService, CircularProgressComponent, CompetitivePositioningSummaryComponent, CompetitorAnalysisCardComponent, ConfettiService, ConfidenceLevelCardComponent, ContentGenerationProgressComponent, ContentGenerationProgressWithConfettiComponent, CrossDashboardRelationshipsService, DashboardHeaderComponent, DataLoaderService, DisplayModeEnum, FloatingBackButtonComponent, FloatingTocComponent, FocusAreaDetailCardComponent, FocusAreaExecutiveSummaryComponent, FocusAreaQuestionComponent, FocusAreaStatusCardComponent, FocusAreaToolsModalComponent, FunnelOrderService, GoalActionStateEnum, GoalActionStateService, GradeBadgeComponent, HeaderScrollService, HierarchyDisplayComponent, HorizontalBarComponent, IconService, IndeterminateSpinnerComponent, InsightCardComponent, JourneyProgressIndicatorComponent, JourneyStepIdEnum, LineChartComponent, MetricCardComponent, MetricExecutiveSummaryComponent, MetricFormatterService, MetricListItemComponent, MetricReportModalComponent, MetricWelcomeBannerComponent, ModalComponent, ModalService, NapkinVisualPlaceholderComponent, NavigationStateService, OpportunityHighlightBannerComponent, OverallAssessmentComponent, PacingStatusBadgeComponent, PieChartComponent, ProfileItemCardComponent, ProfileSectionComponent, ProfileSubsectionComponent, RelatedContentSidebarComponent, RevenueCalculatorService, RevenueCalculatorWelcomeBannerComponent, ReviewButtonComponent, ScrollDepthService, ScrollProgressBarComponent, SearchButtonComponent, SearchModalComponent, SectionDividerComponent, SectionNavigationComponent, ShadowElevationDirective, ShopPlatformEnum, ShopProfileCategoryListComponent, ShopProfileQuestionAnswerComponent, ShopProfileQuestionCardComponent, ShopProfileQuestionsModalComponent, ShopProfileStatusCardComponent, ShopProfileStickyFooterComponent, ShopProfileViewToggleComponent, ShopWelcomeBannerComponent, SkeletonBarComponent, SkeletonCardBaseComponent, SkeletonCircleComponent, SkeletonCompetitorCardComponent, SkeletonCustomerSegmentCardComponent, SkeletonFocusAreaCardComponent, SkeletonGenericCardComponent, SkeletonLoaderComponent, SkeletonPriceTierCardComponent, SkeletonProductCategoryCardComponent, SkeletonRegionCardComponent, SkeletonSeasonCardComponent, StickySubscriptionContinueButtonComponent, SubscriptionValuePropositionCardComponent, SymphiqBusinessAnalysisDashboardComponent, SymphiqConnectGaDashboardComponent, SymphiqCreateAccountDashboardComponent, SymphiqFunnelAnalysisDashboardComponent, SymphiqFunnelAnalysisPreviewComponent, SymphiqIconComponent, SymphiqProfileAnalysisFocusAreaDashboardComponent, SymphiqProfileAnalysisMetricDashboardComponent, SymphiqProfileAnalysisUnifiedDashboardComponent, SymphiqProfileFocusAreaDashboardComponent, SymphiqProfileFocusAreasAnalysesDashboardComponent, SymphiqProfileMetricDashboardComponent, SymphiqProfileMetricsAnalysesDashboardComponent, SymphiqProfileShopAnalysisDashboardComponent, SymphiqRevenueCalculatorDashboardComponent, SymphiqWelcomeDashboardComponent, TargetChangeBadgeComponent, TooltipContainerComponent, TooltipDataService, TooltipDirective, TooltipService, UserAvatarComponent, UserDisplayComponent, ViewModeService, ViewModeSwitcherModalComponent, ViewportAnimationDirective, VisualizationContainerComponent, calculateFunnelRatios, calculateMetricTargetsFromRevenue, calculateMetricTargetsFromRevenueReverse, calculateRelatedMetricRatios, generateTargetsFromCalculations, getBadgeLabelClasses, getButtonClasses, getCategoryBadgeClasses, getCategoryColor, getCompetitiveBadgeClasses, getContainerClasses, getFooterClasses, getFunnelStageMetrics, getGradeBadgeClasses, getHeaderClasses, getInsightsBadgeClasses, getInsightsCardClasses, getMetricLabelClasses, getMetricMiniCardClasses, getMetricValueClasses, getNarrativeTextClasses, getRevenueCardClasses, getRevenueIconClasses, getStatusBadgeClasses, getStatusDotClasses, getStatusIconClasses, getStatusSummaryClasses, getSubtitleClasses, getTitleClasses, getTrendClasses, getTrendIconClasses, getTrendValueClasses, groupMetricsByFunnelStage, isLightMode, validateRevenueTarget };
|
|
116269
115991
|
//# sourceMappingURL=symphiq-components.mjs.map
|