@eric-emg/symphiq-components 1.2.56 → 1.2.57
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 +236 -479
- package/fesm2022/symphiq-components.mjs.map +1 -1
- package/index.d.ts +11 -12
- package/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -2942,6 +2942,8 @@ class OverallAssessmentComponent {
|
|
|
2942
2942
|
this.isLoading = input(false, ...(ngDevMode ? [{ debugName: "isLoading" }] : []));
|
|
2943
2943
|
this.isCompactMode = input(false, ...(ngDevMode ? [{ debugName: "isCompactMode" }] : []));
|
|
2944
2944
|
this.isChartsLoading = input(false, ...(ngDevMode ? [{ debugName: "isChartsLoading" }] : []));
|
|
2945
|
+
// Output event for scrolling to competitive section
|
|
2946
|
+
this.scrollToSection = output();
|
|
2945
2947
|
this.modalService = inject(ModalService);
|
|
2946
2948
|
this.tooltipDataService = inject(TooltipDataService);
|
|
2947
2949
|
this.hasCompetitiveData = computed(() => {
|
|
@@ -3119,12 +3121,8 @@ class OverallAssessmentComponent {
|
|
|
3119
3121
|
this.modalService.openChartModal(chart);
|
|
3120
3122
|
}
|
|
3121
3123
|
scrollToCompetitiveSection() {
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
const yOffset = -80;
|
|
3125
|
-
const y = section.getBoundingClientRect().top + window.pageYOffset + yOffset;
|
|
3126
|
-
window.scrollTo({ top: y, behavior: 'smooth' });
|
|
3127
|
-
}
|
|
3124
|
+
// Emit event to parent dashboard component which has the scrollToSection logic
|
|
3125
|
+
this.scrollToSection.emit('competitive-section');
|
|
3128
3126
|
}
|
|
3129
3127
|
formatRevenue(value) {
|
|
3130
3128
|
return '$' + value.toLocaleString('en-US', { maximumFractionDigits: 0 });
|
|
@@ -3314,7 +3312,7 @@ class OverallAssessmentComponent {
|
|
|
3314
3312
|
}
|
|
3315
3313
|
}
|
|
3316
3314
|
static { this.ɵfac = function OverallAssessmentComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || OverallAssessmentComponent)(); }; }
|
|
3317
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: OverallAssessmentComponent, selectors: [["symphiq-funnel-analysis-overall-assessment"]], inputs: { assessment: [1, "assessment"], revenueMetric: [1, "revenueMetric"], charts: [1, "charts"], metrics: [1, "metrics"], isLightMode: [1, "isLightMode"], isLoading: [1, "isLoading"], isCompactMode: [1, "isCompactMode"], isChartsLoading: [1, "isChartsLoading"] }, decls: 2, vars: 1, consts: [[1, "rounded-2xl", "p-4", "sm:p-6", "lg:p-8", "border", "shadow-xl", "backdrop-blur-lg", 3, "class"], [1, "rounded-2xl", "p-4", "sm:p-6", "lg:p-8", "border", "shadow-xl", "transition-all", "duration-500", "hover:shadow-2xl", "group", "backdrop-blur-lg", 3, "class"], [1, "rounded-2xl", "p-4", "sm:p-6", "lg:p-8", "border", "shadow-xl", "backdrop-blur-lg"], [1, "space-y-6"], [1, "flex", "items-start", "justify-between", "gap-4"], [1, "flex-1", "space-y-3"], [3, "width", "height", "isLightMode"], [1, "flex", "gap-3"], [1, "grid", "grid-cols-2", "gap-4"], [1, "space-y-2"], [1, "rounded-2xl", "p-4", "sm:p-6", "lg:p-8", "border", "shadow-xl", "transition-all", "duration-500", "hover:shadow-2xl", "group", "backdrop-blur-lg"], [1, "flex", "flex-col", "sm:flex-row", "items-start", "justify-between", "gap-4", "mb-4", "sm:mb-6"], [1, "flex-1"], [1, "text-2xl", "sm:text-3xl", "font-bold", "mb-2"], [1, "text-sm", "sm:text-base"], [1, "flex", "items-center", "gap-3", "sm:gap-4", "w-full", "sm:w-auto"], ["tooltipType", "status", 1, "text-center", "flex-1", "sm:flex-initial", "transition-all", "duration-300", "hover:scale-105", 3, "ngStyle", "libSymphiqTooltip", "tooltipPosition"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wider", "mb-1"], [1, "text-base", "sm:text-lg", "font-bold", "flex", "items-center", "justify-center", "gap-2"], [1, "text-lg"], ["tooltipType", "badge", 1, "flex-1", "sm:flex-initial", "transition-all", "duration-300", "hover:scale-110", 3, "libSymphiqTooltip", "tooltipPosition"], [1, "text-3xl", "sm:text-4xl", "font-bold"], [1, "flex", "flex-wrap", "gap-4", "mb-6", "sm:mb-8"], [1, "mb-4", "sm:mb-6"], [1, "grid", "grid-cols-1", "md:grid-cols-2", "gap-4", "sm:gap-6"], [1, "rounded-xl", "p-4", "sm:p-6", "border", "transition-all", "duration-300", "hover:scale-105", "hover:shadow-xl"], [1, "flex", "items-center", "gap-3", "mb-3"], [1, "w-8", "h-8", "sm:w-10", "sm:h-10", "rounded-lg", "flex", "items-center", "justify-center", "flex-shrink-0"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "sm:w-6", "sm:h-6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"], [1, "text-base", "sm:text-lg", "font-semibold"], [1, "text-xs", "sm:text-sm", "leading-relaxed"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M13 7h8m0 0v8m0-8l-8 8-4-4-6 6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4"], [1, "mt-6", "sm:mt-8"], [1, "flex-shrink-0", "rounded-xl", "p-6", "sm:p-8", "border-2", "transition-all", "duration-500", "hover:scale-[1.01]", 3, "class"], [1, "flex-1", "min-w-[300px]", "rounded-xl", "p-4", "sm:p-6", "border", "transition-all", "duration-300", "hover:shadow-xl", "hover:scale-[1.01]", "group"], [1, "text-sm", "sm:text-base", "leading-relaxed"], [1, "flex-shrink-0", "rounded-xl", "p-6", "sm:p-8", "border-2", "transition-all", "duration-500", "hover:scale-[1.01]"], [1, "w-10", "h-10", "sm:w-12", "sm:h-12", "rounded-lg", "flex", "items-center", "justify-center", "flex-shrink-0"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6", "sm:w-7", "sm:h-7"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z"], [1, "min-w-0", "flex-1"], [1, "text-xs", "sm:text-sm", "font-semibold", "uppercase", "tracking-wider"], ["tooltipType", "metric", 1, "text-2xl", "sm:text-3xl", "lg:text-4xl", "font-bold", "truncate", "transition-all", "duration-300", "hover:scale-105", 3, "libSymphiqTooltip", "tooltipPosition"], [1, "flex", "flex-col", "gap-2", "mb-3"], [1, "flex", "flex-col", "sm:flex-row", "sm:items-center", "gap-2", "sm:gap-4"], [1, "flex", "items-center", "gap-2"], ["fill", "currentColor", "viewBox", "0 0 20 20", 1, "w-4", "h-4", "flex-shrink-0"], ["fill-rule", "evenodd", "d", "M5.293 9.707a1 1 0 010-1.414l4-4a1 1 0 011.414 0l4 4a1 1 0 01-1.414 1.414L11 7.414V15a1 1 0 11-2 0V7.414L6.707 9.707a1 1 0 01-1.414 0z", "clip-rule", "evenodd"], [1, "font-semibold", "text-base"], [1, "text-xs"], [1, "hidden", "sm:block", "h-6", "w-px", "bg-slate-600"], [1, "font-semibold", "text-sm"], ["tooltipType", "status", 1, "inline-flex", "items-center", "gap-2", "px-3", "sm:px-4", "py-1.5", "sm:py-2", "rounded-lg", "font-bold", "text-base", "sm:text-lg", "transition-all", "duration-300", 3, "ngStyle", "libSymphiqTooltip", "tooltipPosition"], [1, "rounded-xl", "p-6", "sm:p-8", "mb-6", "sm:mb-8", "border-2", "transition-all", "duration-500", "hover:scale-[1.01]", 3, "class"], [1, "rounded-xl", "p-4", "sm:p-6", "mb-4", "sm:mb-6", "border", "transition-all", "duration-300", "hover:shadow-xl", "hover:scale-[1.01]", "group"], [1, "rounded-xl", "p-6", "sm:p-8", "mb-6", "sm:mb-8", "border-2", "transition-all", "duration-500", "hover:scale-[1.01]"], [1, "flex", "flex-col", "md:flex-row", "items-start", "md:items-center", "gap-4", "md:gap-0"], [1, "flex-1", "w-full"], [1, "flex", "flex-col", "gap-2", "mt-4"], ["fill", "currentColor", "viewBox", "0 0 20 20", 1, "w-4", "h-4", "sm:w-5", "sm:h-5", "flex-shrink-0"], [1, "font-semibold", "text-base", "sm:text-lg"], [1, "text-xs", "sm:text-sm"], [1, "font-semibold", "text-sm", "sm:text-base"], [1, "w-full", "md:w-auto", "md:text-right", "md:ml-4"], [1, "inline-flex", "items-center", "gap-2", "px-3", "sm:px-4", "py-1.5", "sm:py-2", "rounded-lg", "font-bold", "text-base", "sm:text-lg", "transition-all", "duration-300", 3, "ngStyle"], [1, "mt-2", "text-xs", "sm:text-sm"], [1, "grid", "grid-cols-1", "lg:grid-cols-2", "gap-4"], [3, "chart", "isLightMode", "isCompactMode", "collapsibleIn", "isLoading"], [3, "chartClick", "chart", "isLightMode", "isCompactMode", "collapsibleIn", "isLoading"], [3, "scrollToCompetitive", "metrics", "isLightMode", "isCompactMode"]], template: function OverallAssessmentComponent_Template(rf, ctx) { if (rf & 1) {
|
|
3315
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: OverallAssessmentComponent, selectors: [["symphiq-funnel-analysis-overall-assessment"]], inputs: { assessment: [1, "assessment"], revenueMetric: [1, "revenueMetric"], charts: [1, "charts"], metrics: [1, "metrics"], isLightMode: [1, "isLightMode"], isLoading: [1, "isLoading"], isCompactMode: [1, "isCompactMode"], isChartsLoading: [1, "isChartsLoading"] }, outputs: { scrollToSection: "scrollToSection" }, decls: 2, vars: 1, consts: [[1, "rounded-2xl", "p-4", "sm:p-6", "lg:p-8", "border", "shadow-xl", "backdrop-blur-lg", 3, "class"], [1, "rounded-2xl", "p-4", "sm:p-6", "lg:p-8", "border", "shadow-xl", "transition-all", "duration-500", "hover:shadow-2xl", "group", "backdrop-blur-lg", 3, "class"], [1, "rounded-2xl", "p-4", "sm:p-6", "lg:p-8", "border", "shadow-xl", "backdrop-blur-lg"], [1, "space-y-6"], [1, "flex", "items-start", "justify-between", "gap-4"], [1, "flex-1", "space-y-3"], [3, "width", "height", "isLightMode"], [1, "flex", "gap-3"], [1, "grid", "grid-cols-2", "gap-4"], [1, "space-y-2"], [1, "rounded-2xl", "p-4", "sm:p-6", "lg:p-8", "border", "shadow-xl", "transition-all", "duration-500", "hover:shadow-2xl", "group", "backdrop-blur-lg"], [1, "flex", "flex-col", "sm:flex-row", "items-start", "justify-between", "gap-4", "mb-4", "sm:mb-6"], [1, "flex-1"], [1, "text-2xl", "sm:text-3xl", "font-bold", "mb-2"], [1, "text-sm", "sm:text-base"], [1, "flex", "items-center", "gap-3", "sm:gap-4", "w-full", "sm:w-auto"], ["tooltipType", "status", 1, "text-center", "flex-1", "sm:flex-initial", "transition-all", "duration-300", "hover:scale-105", 3, "ngStyle", "libSymphiqTooltip", "tooltipPosition"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wider", "mb-1"], [1, "text-base", "sm:text-lg", "font-bold", "flex", "items-center", "justify-center", "gap-2"], [1, "text-lg"], ["tooltipType", "badge", 1, "flex-1", "sm:flex-initial", "transition-all", "duration-300", "hover:scale-110", 3, "libSymphiqTooltip", "tooltipPosition"], [1, "text-3xl", "sm:text-4xl", "font-bold"], [1, "flex", "flex-wrap", "gap-4", "mb-6", "sm:mb-8"], [1, "mb-4", "sm:mb-6"], [1, "grid", "grid-cols-1", "md:grid-cols-2", "gap-4", "sm:gap-6"], [1, "rounded-xl", "p-4", "sm:p-6", "border", "transition-all", "duration-300", "hover:scale-105", "hover:shadow-xl"], [1, "flex", "items-center", "gap-3", "mb-3"], [1, "w-8", "h-8", "sm:w-10", "sm:h-10", "rounded-lg", "flex", "items-center", "justify-center", "flex-shrink-0"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "sm:w-6", "sm:h-6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"], [1, "text-base", "sm:text-lg", "font-semibold"], [1, "text-xs", "sm:text-sm", "leading-relaxed"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M13 7h8m0 0v8m0-8l-8 8-4-4-6 6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4"], [1, "mt-6", "sm:mt-8"], [1, "flex-shrink-0", "rounded-xl", "p-6", "sm:p-8", "border-2", "transition-all", "duration-500", "hover:scale-[1.01]", 3, "class"], [1, "flex-1", "min-w-[300px]", "rounded-xl", "p-4", "sm:p-6", "border", "transition-all", "duration-300", "hover:shadow-xl", "hover:scale-[1.01]", "group"], [1, "text-sm", "sm:text-base", "leading-relaxed"], [1, "flex-shrink-0", "rounded-xl", "p-6", "sm:p-8", "border-2", "transition-all", "duration-500", "hover:scale-[1.01]"], [1, "w-10", "h-10", "sm:w-12", "sm:h-12", "rounded-lg", "flex", "items-center", "justify-center", "flex-shrink-0"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6", "sm:w-7", "sm:h-7"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z"], [1, "min-w-0", "flex-1"], [1, "text-xs", "sm:text-sm", "font-semibold", "uppercase", "tracking-wider"], ["tooltipType", "metric", 1, "text-2xl", "sm:text-3xl", "lg:text-4xl", "font-bold", "truncate", "transition-all", "duration-300", "hover:scale-105", 3, "libSymphiqTooltip", "tooltipPosition"], [1, "flex", "flex-col", "gap-2", "mb-3"], [1, "flex", "flex-col", "sm:flex-row", "sm:items-center", "gap-2", "sm:gap-4"], [1, "flex", "items-center", "gap-2"], ["fill", "currentColor", "viewBox", "0 0 20 20", 1, "w-4", "h-4", "flex-shrink-0"], ["fill-rule", "evenodd", "d", "M5.293 9.707a1 1 0 010-1.414l4-4a1 1 0 011.414 0l4 4a1 1 0 01-1.414 1.414L11 7.414V15a1 1 0 11-2 0V7.414L6.707 9.707a1 1 0 01-1.414 0z", "clip-rule", "evenodd"], [1, "font-semibold", "text-base"], [1, "text-xs"], [1, "hidden", "sm:block", "h-6", "w-px", "bg-slate-600"], [1, "font-semibold", "text-sm"], ["tooltipType", "status", 1, "inline-flex", "items-center", "gap-2", "px-3", "sm:px-4", "py-1.5", "sm:py-2", "rounded-lg", "font-bold", "text-base", "sm:text-lg", "transition-all", "duration-300", 3, "ngStyle", "libSymphiqTooltip", "tooltipPosition"], [1, "rounded-xl", "p-6", "sm:p-8", "mb-6", "sm:mb-8", "border-2", "transition-all", "duration-500", "hover:scale-[1.01]", 3, "class"], [1, "rounded-xl", "p-4", "sm:p-6", "mb-4", "sm:mb-6", "border", "transition-all", "duration-300", "hover:shadow-xl", "hover:scale-[1.01]", "group"], [1, "rounded-xl", "p-6", "sm:p-8", "mb-6", "sm:mb-8", "border-2", "transition-all", "duration-500", "hover:scale-[1.01]"], [1, "flex", "flex-col", "md:flex-row", "items-start", "md:items-center", "gap-4", "md:gap-0"], [1, "flex-1", "w-full"], [1, "flex", "flex-col", "gap-2", "mt-4"], ["fill", "currentColor", "viewBox", "0 0 20 20", 1, "w-4", "h-4", "sm:w-5", "sm:h-5", "flex-shrink-0"], [1, "font-semibold", "text-base", "sm:text-lg"], [1, "text-xs", "sm:text-sm"], [1, "font-semibold", "text-sm", "sm:text-base"], [1, "w-full", "md:w-auto", "md:text-right", "md:ml-4"], [1, "inline-flex", "items-center", "gap-2", "px-3", "sm:px-4", "py-1.5", "sm:py-2", "rounded-lg", "font-bold", "text-base", "sm:text-lg", "transition-all", "duration-300", 3, "ngStyle"], [1, "mt-2", "text-xs", "sm:text-sm"], [1, "grid", "grid-cols-1", "lg:grid-cols-2", "gap-4"], [3, "chart", "isLightMode", "isCompactMode", "collapsibleIn", "isLoading"], [3, "chartClick", "chart", "isLightMode", "isCompactMode", "collapsibleIn", "isLoading"], [3, "scrollToCompetitive", "metrics", "isLightMode", "isCompactMode"]], template: function OverallAssessmentComponent_Template(rf, ctx) { if (rf & 1) {
|
|
3318
3316
|
i0.ɵɵconditionalCreate(0, OverallAssessmentComponent_Conditional_0_Template, 13, 18, "div", 0)(1, OverallAssessmentComponent_Conditional_1_Template, 62, 72, "div", 1);
|
|
3319
3317
|
} if (rf & 2) {
|
|
3320
3318
|
i0.ɵɵconditional(ctx.isLoading() ? 0 : 1);
|
|
@@ -3585,7 +3583,7 @@ class OverallAssessmentComponent {
|
|
|
3585
3583
|
}
|
|
3586
3584
|
`,
|
|
3587
3585
|
}]
|
|
3588
|
-
}], null, { assessment: [{ type: i0.Input, args: [{ isSignal: true, alias: "assessment", required: false }] }], revenueMetric: [{ type: i0.Input, args: [{ isSignal: true, alias: "revenueMetric", required: false }] }], charts: [{ type: i0.Input, args: [{ isSignal: true, alias: "charts", required: false }] }], metrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "metrics", required: false }] }], isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: false }] }], isLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoading", required: false }] }], isCompactMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isCompactMode", required: false }] }], isChartsLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isChartsLoading", required: false }] }] }); })();
|
|
3586
|
+
}], null, { assessment: [{ type: i0.Input, args: [{ isSignal: true, alias: "assessment", required: false }] }], revenueMetric: [{ type: i0.Input, args: [{ isSignal: true, alias: "revenueMetric", required: false }] }], charts: [{ type: i0.Input, args: [{ isSignal: true, alias: "charts", required: false }] }], metrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "metrics", required: false }] }], isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: false }] }], isLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoading", required: false }] }], isCompactMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isCompactMode", required: false }] }], isChartsLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isChartsLoading", required: false }] }], scrollToSection: [{ type: i0.Output, args: ["scrollToSection"] }] }); })();
|
|
3589
3587
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(OverallAssessmentComponent, { className: "OverallAssessmentComponent", filePath: "lib/components/funnel-analysis-dashboard/overall-assessment.component.ts", lineNumber: 274 }); })();
|
|
3590
3588
|
|
|
3591
3589
|
const _c0$8 = () => [1, 2, 3];
|
|
@@ -20461,7 +20459,10 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_78_Conditional_1_Te
|
|
|
20461
20459
|
i0.ɵɵproperty("width", "100%")("height", "200px")("isLightMode", ctx_r2.isLightMode());
|
|
20462
20460
|
} }
|
|
20463
20461
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_78_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
20464
|
-
i0.ɵɵ
|
|
20462
|
+
const _r11 = i0.ɵɵgetCurrentView();
|
|
20463
|
+
i0.ɵɵelementStart(0, "symphiq-funnel-analysis-overall-assessment", 74);
|
|
20464
|
+
i0.ɵɵlistener("scrollToSection", function SymphiqFunnelAnalysisDashboardComponent_Conditional_78_Conditional_2_Template_symphiq_funnel_analysis_overall_assessment_scrollToSection_0_listener($event) { i0.ɵɵrestoreView(_r11); const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.scrollToSection($event)); });
|
|
20465
|
+
i0.ɵɵelementEnd();
|
|
20465
20466
|
} if (rf & 2) {
|
|
20466
20467
|
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
20467
20468
|
i0.ɵɵproperty("assessment", ctx_r2.performanceOverview().overallAssessment || i0.ɵɵpureFunction0(8, _c1))("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());
|
|
@@ -20476,13 +20477,13 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_78_Template(rf, ctx
|
|
|
20476
20477
|
i0.ɵɵconditional(ctx_r2.isDataLoading() ? 1 : 2);
|
|
20477
20478
|
} }
|
|
20478
20479
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_79_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
20479
|
-
i0.ɵɵelementStart(0, "div",
|
|
20480
|
-
i0.ɵɵelement(2, "div",
|
|
20480
|
+
i0.ɵɵelementStart(0, "div", 75)(1, "div", 86);
|
|
20481
|
+
i0.ɵɵelement(2, "div", 87);
|
|
20481
20482
|
i0.ɵɵelementEnd();
|
|
20482
|
-
i0.ɵɵelementStart(3, "div",
|
|
20483
|
+
i0.ɵɵelementStart(3, "div", 88)(4, "div", 89);
|
|
20483
20484
|
i0.ɵɵnamespaceSVG();
|
|
20484
|
-
i0.ɵɵelementStart(5, "svg",
|
|
20485
|
-
i0.ɵɵelement(6, "path",
|
|
20485
|
+
i0.ɵɵelementStart(5, "svg", 90);
|
|
20486
|
+
i0.ɵɵelement(6, "path", 91);
|
|
20486
20487
|
i0.ɵɵelementEnd()()()();
|
|
20487
20488
|
} if (rf & 2) {
|
|
20488
20489
|
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
@@ -20494,14 +20495,14 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_79_Conditional_0_Te
|
|
|
20494
20495
|
i0.ɵɵproperty("ngClass", ctx_r2.isLightMode() ? "text-blue-500" : "text-blue-400");
|
|
20495
20496
|
} }
|
|
20496
20497
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_79_Conditional_14_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
20497
|
-
i0.ɵɵelementStart(0, "div",
|
|
20498
|
+
i0.ɵɵelementStart(0, "div", 92)(1, "div", 93)(2, "div", 94);
|
|
20498
20499
|
i0.ɵɵelement(3, "symphiq-skeleton-loader", 70)(4, "symphiq-skeleton-loader", 70);
|
|
20499
20500
|
i0.ɵɵelementEnd();
|
|
20500
20501
|
i0.ɵɵelement(5, "symphiq-skeleton-loader", 70)(6, "symphiq-skeleton-loader", 70)(7, "symphiq-skeleton-loader", 70);
|
|
20501
|
-
i0.ɵɵelementStart(8, "div",
|
|
20502
|
+
i0.ɵɵelementStart(8, "div", 95);
|
|
20502
20503
|
i0.ɵɵelement(9, "symphiq-skeleton-loader", 70)(10, "symphiq-skeleton-loader", 70);
|
|
20503
20504
|
i0.ɵɵelementEnd();
|
|
20504
|
-
i0.ɵɵelementStart(11, "div",
|
|
20505
|
+
i0.ɵɵelementStart(11, "div", 96);
|
|
20505
20506
|
i0.ɵɵelement(12, "symphiq-skeleton-loader", 70)(13, "symphiq-skeleton-loader", 70);
|
|
20506
20507
|
i0.ɵɵelementEnd()()();
|
|
20507
20508
|
} if (rf & 2) {
|
|
@@ -20527,30 +20528,30 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_79_Conditional_14_F
|
|
|
20527
20528
|
i0.ɵɵproperty("width", "80px")("height", "28px")("isLightMode", ctx_r2.isLightMode());
|
|
20528
20529
|
} }
|
|
20529
20530
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_79_Conditional_14_Template(rf, ctx) { if (rf & 1) {
|
|
20530
|
-
i0.ɵɵelementStart(0, "div",
|
|
20531
|
-
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_79_Conditional_14_For_2_Template, 14, 28, "div",
|
|
20531
|
+
i0.ɵɵelementStart(0, "div", 84);
|
|
20532
|
+
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_79_Conditional_14_For_2_Template, 14, 28, "div", 92, i0.ɵɵrepeaterTrackByIdentity);
|
|
20532
20533
|
i0.ɵɵelementEnd();
|
|
20533
20534
|
} if (rf & 2) {
|
|
20534
20535
|
i0.ɵɵadvance();
|
|
20535
20536
|
i0.ɵɵrepeater(i0.ɵɵpureFunction0(0, _c2));
|
|
20536
20537
|
} }
|
|
20537
20538
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_79_Conditional_15_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
20538
|
-
i0.ɵɵelementStart(0, "div",
|
|
20539
|
-
i0.ɵɵelement(1, "symphiq-funnel-analysis-insight-card",
|
|
20539
|
+
i0.ɵɵelementStart(0, "div", 98);
|
|
20540
|
+
i0.ɵɵelement(1, "symphiq-funnel-analysis-insight-card", 99);
|
|
20540
20541
|
i0.ɵɵelementEnd();
|
|
20541
20542
|
} if (rf & 2) {
|
|
20542
|
-
const
|
|
20543
|
-
const $
|
|
20543
|
+
const insight_r12 = ctx.$implicit;
|
|
20544
|
+
const $index_r13 = ctx.$index;
|
|
20544
20545
|
const ctx_r2 = i0.ɵɵnextContext(3);
|
|
20545
|
-
i0.ɵɵclassMap(ctx_r2.getInsightCardClass(
|
|
20546
|
-
i0.ɵɵstyleProp("animation-delay", 0.3 + $
|
|
20547
|
-
i0.ɵɵproperty("libSymphiqSearchHighlight", ctx_r2.searchService.highlightedResultId())("highlightId", "insight-" + $
|
|
20546
|
+
i0.ɵɵclassMap(ctx_r2.getInsightCardClass(insight_r12));
|
|
20547
|
+
i0.ɵɵstyleProp("animation-delay", 0.3 + $index_r13 * 0.1 + "s");
|
|
20548
|
+
i0.ɵɵproperty("libSymphiqSearchHighlight", ctx_r2.searchService.highlightedResultId())("highlightId", "insight-" + $index_r13);
|
|
20548
20549
|
i0.ɵɵadvance();
|
|
20549
|
-
i0.ɵɵproperty("insight",
|
|
20550
|
+
i0.ɵɵproperty("insight", insight_r12)("allMetrics", ctx_r2.allMetrics())("charts", ctx_r2.chartsForInsight(insight_r12))("allCharts", ctx_r2.allCharts())("isLightMode", ctx_r2.isLightMode())("viewMode", ctx_r2.viewMode())("isCompactMode", false);
|
|
20550
20551
|
} }
|
|
20551
20552
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_79_Conditional_15_Template(rf, ctx) { if (rf & 1) {
|
|
20552
|
-
i0.ɵɵelementStart(0, "div",
|
|
20553
|
-
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_79_Conditional_15_For_2_Template, 2, 13, "div",
|
|
20553
|
+
i0.ɵɵelementStart(0, "div", 84);
|
|
20554
|
+
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_79_Conditional_15_For_2_Template, 2, 13, "div", 97, i0.ɵɵrepeaterTrackByIndex);
|
|
20554
20555
|
i0.ɵɵelementEnd();
|
|
20555
20556
|
} if (rf & 2) {
|
|
20556
20557
|
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
@@ -20558,21 +20559,21 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_79_Conditional_15_T
|
|
|
20558
20559
|
i0.ɵɵrepeater(ctx_r2.insights());
|
|
20559
20560
|
} }
|
|
20560
20561
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_79_Conditional_16_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
20561
|
-
i0.ɵɵelementStart(0, "div",
|
|
20562
|
-
i0.ɵɵelement(1, "symphiq-funnel-analysis-insight-card",
|
|
20562
|
+
i0.ɵɵelementStart(0, "div", 98);
|
|
20563
|
+
i0.ɵɵelement(1, "symphiq-funnel-analysis-insight-card", 99);
|
|
20563
20564
|
i0.ɵɵelementEnd();
|
|
20564
20565
|
} if (rf & 2) {
|
|
20565
|
-
const
|
|
20566
|
-
const $
|
|
20566
|
+
const insight_r14 = ctx.$implicit;
|
|
20567
|
+
const $index_r15 = ctx.$index;
|
|
20567
20568
|
const ctx_r2 = i0.ɵɵnextContext(3);
|
|
20568
|
-
i0.ɵɵstyleProp("animation-delay", 0.3 + $
|
|
20569
|
-
i0.ɵɵproperty("libSymphiqSearchHighlight", ctx_r2.searchService.highlightedResultId())("highlightId", "insight-" + $
|
|
20569
|
+
i0.ɵɵstyleProp("animation-delay", 0.3 + $index_r15 * 0.1 + "s");
|
|
20570
|
+
i0.ɵɵproperty("libSymphiqSearchHighlight", ctx_r2.searchService.highlightedResultId())("highlightId", "insight-" + $index_r15);
|
|
20570
20571
|
i0.ɵɵadvance();
|
|
20571
|
-
i0.ɵɵproperty("insight",
|
|
20572
|
+
i0.ɵɵproperty("insight", insight_r14)("allMetrics", ctx_r2.allMetrics())("charts", ctx_r2.chartsForInsight(insight_r14))("allCharts", ctx_r2.allCharts())("isLightMode", ctx_r2.isLightMode())("viewMode", ctx_r2.viewMode())("isCompactMode", true);
|
|
20572
20573
|
} }
|
|
20573
20574
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_79_Conditional_16_Template(rf, ctx) { if (rf & 1) {
|
|
20574
|
-
i0.ɵɵelementStart(0, "div",
|
|
20575
|
-
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_79_Conditional_16_For_2_Template, 2, 11, "div",
|
|
20575
|
+
i0.ɵɵelementStart(0, "div", 85);
|
|
20576
|
+
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_79_Conditional_16_For_2_Template, 2, 11, "div", 100, i0.ɵɵrepeaterTrackByIndex);
|
|
20576
20577
|
i0.ɵɵelementEnd();
|
|
20577
20578
|
} if (rf & 2) {
|
|
20578
20579
|
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
@@ -20580,22 +20581,22 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_79_Conditional_16_T
|
|
|
20580
20581
|
i0.ɵɵrepeater(ctx_r2.insights());
|
|
20581
20582
|
} }
|
|
20582
20583
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_79_Template(rf, ctx) { if (rf & 1) {
|
|
20583
|
-
i0.ɵɵconditionalCreate(0, SymphiqFunnelAnalysisDashboardComponent_Conditional_79_Conditional_0_Template, 7, 3, "div",
|
|
20584
|
-
i0.ɵɵelementStart(1, "section",
|
|
20585
|
-
i0.ɵɵelement(2, "div",
|
|
20586
|
-
i0.ɵɵelementStart(3, "div",
|
|
20584
|
+
i0.ɵɵconditionalCreate(0, SymphiqFunnelAnalysisDashboardComponent_Conditional_79_Conditional_0_Template, 7, 3, "div", 75);
|
|
20585
|
+
i0.ɵɵelementStart(1, "section", 76);
|
|
20586
|
+
i0.ɵɵelement(2, "div", 77);
|
|
20587
|
+
i0.ɵɵelementStart(3, "div", 78)(4, "div", 79)(5, "div", 14)(6, "div", 80)(7, "div", 14);
|
|
20587
20588
|
i0.ɵɵnamespaceSVG();
|
|
20588
|
-
i0.ɵɵelementStart(8, "svg",
|
|
20589
|
-
i0.ɵɵelement(9, "path",
|
|
20589
|
+
i0.ɵɵelementStart(8, "svg", 81);
|
|
20590
|
+
i0.ɵɵelement(9, "path", 82);
|
|
20590
20591
|
i0.ɵɵelementEnd();
|
|
20591
20592
|
i0.ɵɵnamespaceHTML();
|
|
20592
|
-
i0.ɵɵelementStart(10, "h2",
|
|
20593
|
+
i0.ɵɵelementStart(10, "h2", 83);
|
|
20593
20594
|
i0.ɵɵtext(11, "Key Insights");
|
|
20594
20595
|
i0.ɵɵelementEnd()()()();
|
|
20595
20596
|
i0.ɵɵelementStart(12, "span", 32);
|
|
20596
20597
|
i0.ɵɵtext(13);
|
|
20597
20598
|
i0.ɵɵelementEnd()();
|
|
20598
|
-
i0.ɵɵconditionalCreate(14, SymphiqFunnelAnalysisDashboardComponent_Conditional_79_Conditional_14_Template, 3, 1, "div",
|
|
20599
|
+
i0.ɵɵconditionalCreate(14, SymphiqFunnelAnalysisDashboardComponent_Conditional_79_Conditional_14_Template, 3, 1, "div", 84)(15, SymphiqFunnelAnalysisDashboardComponent_Conditional_79_Conditional_15_Template, 3, 0, "div", 84)(16, SymphiqFunnelAnalysisDashboardComponent_Conditional_79_Conditional_16_Template, 3, 0, "div", 85);
|
|
20599
20600
|
i0.ɵɵelementEnd()();
|
|
20600
20601
|
} if (rf & 2) {
|
|
20601
20602
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
@@ -20616,13 +20617,13 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_79_Template(rf, ctx
|
|
|
20616
20617
|
i0.ɵɵconditional(ctx_r2.isDataLoading() || ctx_r2.viewModeService.isExpanded() && ctx_r2.viewModeService.getIsTransitioning() ? 14 : ctx_r2.viewModeService.isExpanded() ? 15 : 16);
|
|
20617
20618
|
} }
|
|
20618
20619
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
20619
|
-
i0.ɵɵelementStart(0, "div",
|
|
20620
|
-
i0.ɵɵelement(2, "div",
|
|
20620
|
+
i0.ɵɵelementStart(0, "div", 101)(1, "div", 86);
|
|
20621
|
+
i0.ɵɵelement(2, "div", 87);
|
|
20621
20622
|
i0.ɵɵelementEnd();
|
|
20622
|
-
i0.ɵɵelementStart(3, "div",
|
|
20623
|
+
i0.ɵɵelementStart(3, "div", 88)(4, "div", 89);
|
|
20623
20624
|
i0.ɵɵnamespaceSVG();
|
|
20624
|
-
i0.ɵɵelementStart(5, "svg",
|
|
20625
|
-
i0.ɵɵelement(6, "path",
|
|
20625
|
+
i0.ɵɵelementStart(5, "svg", 90);
|
|
20626
|
+
i0.ɵɵelement(6, "path", 117);
|
|
20626
20627
|
i0.ɵɵelementEnd()()()();
|
|
20627
20628
|
} if (rf & 2) {
|
|
20628
20629
|
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
@@ -20634,63 +20635,63 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_0_Te
|
|
|
20634
20635
|
i0.ɵɵproperty("ngClass", ctx_r2.isLightMode() ? "text-emerald-500" : "text-emerald-400");
|
|
20635
20636
|
} }
|
|
20636
20637
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_14_Template(rf, ctx) { if (rf & 1) {
|
|
20637
|
-
i0.ɵɵelementStart(0, "div",
|
|
20638
|
-
i0.ɵɵelement(1, "div",
|
|
20638
|
+
i0.ɵɵelementStart(0, "div", 108);
|
|
20639
|
+
i0.ɵɵelement(1, "div", 118);
|
|
20639
20640
|
i0.ɵɵelementEnd();
|
|
20640
20641
|
} }
|
|
20641
20642
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_80_For_17_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
20642
|
-
i0.ɵɵelementStart(0, "option",
|
|
20643
|
+
i0.ɵɵelementStart(0, "option", 119);
|
|
20643
20644
|
i0.ɵɵtext(1);
|
|
20644
20645
|
i0.ɵɵelementEnd();
|
|
20645
20646
|
} if (rf & 2) {
|
|
20646
|
-
const
|
|
20647
|
-
i0.ɵɵproperty("value",
|
|
20647
|
+
const cat_r17 = i0.ɵɵnextContext().$implicit;
|
|
20648
|
+
i0.ɵɵproperty("value", cat_r17.value);
|
|
20648
20649
|
i0.ɵɵadvance();
|
|
20649
|
-
i0.ɵɵtextInterpolate(
|
|
20650
|
+
i0.ɵɵtextInterpolate(cat_r17.label);
|
|
20650
20651
|
} }
|
|
20651
20652
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_80_For_17_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
20652
20653
|
i0.ɵɵelementStart(0, "option", 29);
|
|
20653
20654
|
i0.ɵɵtext(1);
|
|
20654
20655
|
i0.ɵɵelementEnd();
|
|
20655
20656
|
} if (rf & 2) {
|
|
20656
|
-
const
|
|
20657
|
-
i0.ɵɵproperty("value",
|
|
20657
|
+
const cat_r17 = i0.ɵɵnextContext().$implicit;
|
|
20658
|
+
i0.ɵɵproperty("value", cat_r17.value);
|
|
20658
20659
|
i0.ɵɵadvance();
|
|
20659
|
-
i0.ɵɵtextInterpolate(
|
|
20660
|
+
i0.ɵɵtextInterpolate(cat_r17.label);
|
|
20660
20661
|
} }
|
|
20661
20662
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_80_For_17_Template(rf, ctx) { if (rf & 1) {
|
|
20662
|
-
i0.ɵɵconditionalCreate(0, SymphiqFunnelAnalysisDashboardComponent_Conditional_80_For_17_Conditional_0_Template, 2, 2, "option",
|
|
20663
|
+
i0.ɵɵconditionalCreate(0, SymphiqFunnelAnalysisDashboardComponent_Conditional_80_For_17_Conditional_0_Template, 2, 2, "option", 119)(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_80_For_17_Conditional_1_Template, 2, 2, "option", 29);
|
|
20663
20664
|
} if (rf & 2) {
|
|
20664
|
-
const
|
|
20665
|
-
i0.ɵɵconditional(
|
|
20665
|
+
const cat_r17 = ctx.$implicit;
|
|
20666
|
+
i0.ɵɵconditional(cat_r17.divider ? 0 : 1);
|
|
20666
20667
|
} }
|
|
20667
20668
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_20_Template(rf, ctx) { if (rf & 1) {
|
|
20668
20669
|
i0.ɵɵnamespaceSVG();
|
|
20669
|
-
i0.ɵɵelement(0, "path",
|
|
20670
|
+
i0.ɵɵelement(0, "path", 111);
|
|
20670
20671
|
} }
|
|
20671
20672
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_21_Template(rf, ctx) { if (rf & 1) {
|
|
20672
20673
|
i0.ɵɵnamespaceSVG();
|
|
20673
|
-
i0.ɵɵelement(0, "path",
|
|
20674
|
+
i0.ɵɵelement(0, "path", 112);
|
|
20674
20675
|
} }
|
|
20675
20676
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_80_For_27_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
20676
|
-
const
|
|
20677
|
-
i0.ɵɵelementStart(0, "button",
|
|
20678
|
-
i0.ɵɵlistener("click", function SymphiqFunnelAnalysisDashboardComponent_Conditional_80_For_27_Conditional_0_Template_button_click_0_listener() { i0.ɵɵrestoreView(
|
|
20677
|
+
const _r18 = i0.ɵɵgetCurrentView();
|
|
20678
|
+
i0.ɵɵelementStart(0, "button", 121);
|
|
20679
|
+
i0.ɵɵlistener("click", function SymphiqFunnelAnalysisDashboardComponent_Conditional_80_For_27_Conditional_0_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r18); const cat_r19 = i0.ɵɵnextContext().$implicit; const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.changeCategoryFilter(cat_r19.value)); });
|
|
20679
20680
|
i0.ɵɵtext(1);
|
|
20680
20681
|
i0.ɵɵelementEnd();
|
|
20681
20682
|
} if (rf & 2) {
|
|
20682
|
-
const
|
|
20683
|
+
const cat_r19 = i0.ɵɵnextContext().$implicit;
|
|
20683
20684
|
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
20684
20685
|
i0.ɵɵclassProp("opacity-70", ctx_r2.isCategoryTransitioning());
|
|
20685
|
-
i0.ɵɵproperty("ngClass", ctx_r2.getCategoryPillClass(
|
|
20686
|
+
i0.ɵɵproperty("ngClass", ctx_r2.getCategoryPillClass(cat_r19.value));
|
|
20686
20687
|
i0.ɵɵadvance();
|
|
20687
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
20688
|
+
i0.ɵɵtextInterpolate1(" ", cat_r19.label, " ");
|
|
20688
20689
|
} }
|
|
20689
20690
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_80_For_27_Template(rf, ctx) { if (rf & 1) {
|
|
20690
|
-
i0.ɵɵconditionalCreate(0, SymphiqFunnelAnalysisDashboardComponent_Conditional_80_For_27_Conditional_0_Template, 2, 4, "button",
|
|
20691
|
+
i0.ɵɵconditionalCreate(0, SymphiqFunnelAnalysisDashboardComponent_Conditional_80_For_27_Conditional_0_Template, 2, 4, "button", 120);
|
|
20691
20692
|
} if (rf & 2) {
|
|
20692
|
-
const
|
|
20693
|
-
i0.ɵɵconditional(!
|
|
20693
|
+
const cat_r19 = ctx.$implicit;
|
|
20694
|
+
i0.ɵɵconditional(!cat_r19.divider ? 0 : -1);
|
|
20694
20695
|
} }
|
|
20695
20696
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_28_For_2_For_10_Template(rf, ctx) { if (rf & 1) {
|
|
20696
20697
|
i0.ɵɵelement(0, "symphiq-skeleton-loader", 70);
|
|
@@ -20699,14 +20700,14 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_28_F
|
|
|
20699
20700
|
i0.ɵɵproperty("width", "100%")("height", "120px")("isLightMode", ctx_r2.isLightMode());
|
|
20700
20701
|
} }
|
|
20701
20702
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_28_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
20702
|
-
i0.ɵɵelementStart(0, "div",
|
|
20703
|
+
i0.ɵɵelementStart(0, "div", 122)(1, "div", 123)(2, "div", 14);
|
|
20703
20704
|
i0.ɵɵelement(3, "symphiq-skeleton-loader", 70);
|
|
20704
20705
|
i0.ɵɵelementStart(4, "div", 72);
|
|
20705
20706
|
i0.ɵɵelement(5, "symphiq-skeleton-loader", 70)(6, "symphiq-skeleton-loader", 70);
|
|
20706
20707
|
i0.ɵɵelementEnd()();
|
|
20707
20708
|
i0.ɵɵelement(7, "symphiq-skeleton-loader", 70);
|
|
20708
20709
|
i0.ɵɵelementEnd();
|
|
20709
|
-
i0.ɵɵelementStart(8, "div",
|
|
20710
|
+
i0.ɵɵelementStart(8, "div", 124);
|
|
20710
20711
|
i0.ɵɵrepeaterCreate(9, SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_28_For_2_For_10_Template, 1, 3, "symphiq-skeleton-loader", 70, i0.ɵɵrepeaterTrackByIdentity);
|
|
20711
20712
|
i0.ɵɵelementEnd()();
|
|
20712
20713
|
} if (rf & 2) {
|
|
@@ -20724,68 +20725,68 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_28_F
|
|
|
20724
20725
|
i0.ɵɵrepeater(i0.ɵɵpureFunction0(13, _c4));
|
|
20725
20726
|
} }
|
|
20726
20727
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_28_Template(rf, ctx) { if (rf & 1) {
|
|
20727
|
-
i0.ɵɵelementStart(0, "div",
|
|
20728
|
-
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_28_For_2_Template, 11, 14, "div",
|
|
20728
|
+
i0.ɵɵelementStart(0, "div", 115);
|
|
20729
|
+
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_28_For_2_Template, 11, 14, "div", 122, i0.ɵɵrepeaterTrackByIdentity);
|
|
20729
20730
|
i0.ɵɵelementEnd();
|
|
20730
20731
|
} if (rf & 2) {
|
|
20731
20732
|
i0.ɵɵadvance();
|
|
20732
20733
|
i0.ɵɵrepeater(i0.ɵɵpureFunction0(0, _c3));
|
|
20733
20734
|
} }
|
|
20734
20735
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_29_For_2_Conditional_2_Conditional_0_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
20735
|
-
i0.ɵɵelementStart(0, "div",
|
|
20736
|
-
i0.ɵɵelement(1, "symphiq-funnel-analysis-metric-card",
|
|
20736
|
+
i0.ɵɵelementStart(0, "div", 131);
|
|
20737
|
+
i0.ɵɵelement(1, "symphiq-funnel-analysis-metric-card", 132);
|
|
20737
20738
|
i0.ɵɵelementEnd();
|
|
20738
20739
|
} if (rf & 2) {
|
|
20739
|
-
const
|
|
20740
|
-
const ɵ$
|
|
20741
|
-
const ɵ$
|
|
20740
|
+
const metric_r20 = ctx.$implicit;
|
|
20741
|
+
const ɵ$index_447_r21 = ctx.$index;
|
|
20742
|
+
const ɵ$index_438_r22 = i0.ɵɵnextContext(3).$index;
|
|
20742
20743
|
const ctx_r2 = i0.ɵɵnextContext(3);
|
|
20743
|
-
i0.ɵɵclassMap(ctx_r2.getBentoCardClass(
|
|
20744
|
-
i0.ɵɵstyleProp("animation-delay", 0.6 + ɵ$
|
|
20744
|
+
i0.ɵɵclassMap(ctx_r2.getBentoCardClass(metric_r20, ɵ$index_447_r21));
|
|
20745
|
+
i0.ɵɵstyleProp("animation-delay", 0.6 + ɵ$index_438_r22 * 0.15 + ɵ$index_447_r21 * 0.08 + "s");
|
|
20745
20746
|
i0.ɵɵadvance();
|
|
20746
|
-
i0.ɵɵproperty("metric",
|
|
20747
|
+
i0.ɵɵproperty("metric", metric_r20)("insights", ctx_r2.insights())("charts", ctx_r2.chartsForMetric(metric_r20))("allCharts", ctx_r2.allCharts())("analysis", ctx_r2.analysisData())("isLightMode", ctx_r2.isLightMode())("viewMode", ctx_r2.viewMode())("isCompactMode", false);
|
|
20747
20748
|
} }
|
|
20748
20749
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_29_For_2_Conditional_2_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
20749
|
-
i0.ɵɵelementStart(0, "div",
|
|
20750
|
-
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_29_For_2_Conditional_2_Conditional_0_For_2_Template, 2, 12, "div",
|
|
20750
|
+
i0.ɵɵelementStart(0, "div", 128);
|
|
20751
|
+
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_29_For_2_Conditional_2_Conditional_0_For_2_Template, 2, 12, "div", 130, i0.ɵɵrepeaterTrackByIndex);
|
|
20751
20752
|
i0.ɵɵelementEnd();
|
|
20752
20753
|
} if (rf & 2) {
|
|
20753
|
-
const
|
|
20754
|
+
const funnelGroup_r23 = i0.ɵɵnextContext(2).$implicit;
|
|
20754
20755
|
i0.ɵɵadvance();
|
|
20755
|
-
i0.ɵɵrepeater(
|
|
20756
|
+
i0.ɵɵrepeater(funnelGroup_r23.relatedMetrics);
|
|
20756
20757
|
} }
|
|
20757
20758
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_29_For_2_Conditional_2_Conditional_1_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
20758
|
-
i0.ɵɵelementStart(0, "div",
|
|
20759
|
-
i0.ɵɵelement(1, "symphiq-funnel-analysis-metric-card",
|
|
20759
|
+
i0.ɵɵelementStart(0, "div", 131);
|
|
20760
|
+
i0.ɵɵelement(1, "symphiq-funnel-analysis-metric-card", 127);
|
|
20760
20761
|
i0.ɵɵelementEnd();
|
|
20761
20762
|
} if (rf & 2) {
|
|
20762
|
-
const
|
|
20763
|
-
const ɵ$
|
|
20764
|
-
const ɵ$
|
|
20763
|
+
const metric_r24 = ctx.$implicit;
|
|
20764
|
+
const ɵ$index_455_r25 = ctx.$index;
|
|
20765
|
+
const ɵ$index_438_r22 = i0.ɵɵnextContext(3).$index;
|
|
20765
20766
|
const ctx_r2 = i0.ɵɵnextContext(3);
|
|
20766
|
-
i0.ɵɵstyleProp("animation-delay", 0.6 + ɵ$
|
|
20767
|
+
i0.ɵɵstyleProp("animation-delay", 0.6 + ɵ$index_438_r22 * 0.15 + ɵ$index_455_r25 * 0.08 + "s");
|
|
20767
20768
|
i0.ɵɵadvance();
|
|
20768
|
-
i0.ɵɵproperty("metric",
|
|
20769
|
+
i0.ɵɵproperty("metric", metric_r24)("insights", ctx_r2.insights())("charts", ctx_r2.chartsForMetric(metric_r24))("allCharts", ctx_r2.allCharts())("analysis", ctx_r2.analysisData())("isLightMode", ctx_r2.isLightMode())("viewMode", ctx_r2.viewMode())("isCompactMode", true);
|
|
20769
20770
|
} }
|
|
20770
20771
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_29_For_2_Conditional_2_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
20771
|
-
i0.ɵɵelementStart(0, "div",
|
|
20772
|
-
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_29_For_2_Conditional_2_Conditional_1_For_2_Template, 2, 10, "div",
|
|
20772
|
+
i0.ɵɵelementStart(0, "div", 129);
|
|
20773
|
+
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_29_For_2_Conditional_2_Conditional_1_For_2_Template, 2, 10, "div", 133, i0.ɵɵrepeaterTrackByIndex);
|
|
20773
20774
|
i0.ɵɵelementEnd();
|
|
20774
20775
|
} if (rf & 2) {
|
|
20775
|
-
const
|
|
20776
|
+
const funnelGroup_r23 = i0.ɵɵnextContext(2).$implicit;
|
|
20776
20777
|
i0.ɵɵadvance();
|
|
20777
|
-
i0.ɵɵrepeater(
|
|
20778
|
+
i0.ɵɵrepeater(funnelGroup_r23.relatedMetrics);
|
|
20778
20779
|
} }
|
|
20779
20780
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_29_For_2_Conditional_2_Conditional_2_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
20780
|
-
i0.ɵɵelementStart(0, "div",
|
|
20781
|
+
i0.ɵɵelementStart(0, "div", 134)(1, "div", 93)(2, "div", 105);
|
|
20781
20782
|
i0.ɵɵelement(3, "symphiq-skeleton-loader", 70)(4, "symphiq-skeleton-loader", 70);
|
|
20782
20783
|
i0.ɵɵelementEnd();
|
|
20783
20784
|
i0.ɵɵelement(5, "symphiq-skeleton-loader", 70);
|
|
20784
|
-
i0.ɵɵelementStart(6, "div",
|
|
20785
|
+
i0.ɵɵelementStart(6, "div", 135);
|
|
20785
20786
|
i0.ɵɵelement(7, "symphiq-skeleton-loader", 70)(8, "symphiq-skeleton-loader", 70);
|
|
20786
20787
|
i0.ɵɵelementEnd();
|
|
20787
20788
|
i0.ɵɵelement(9, "symphiq-skeleton-loader", 70)(10, "symphiq-skeleton-loader", 70);
|
|
20788
|
-
i0.ɵɵelementStart(11, "div",
|
|
20789
|
+
i0.ɵɵelementStart(11, "div", 136);
|
|
20789
20790
|
i0.ɵɵelement(12, "symphiq-skeleton-loader", 70);
|
|
20790
20791
|
i0.ɵɵelementEnd()()();
|
|
20791
20792
|
} if (rf & 2) {
|
|
@@ -20809,46 +20810,46 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_29_F
|
|
|
20809
20810
|
i0.ɵɵproperty("width", "100%")("height", "120px")("isLightMode", ctx_r2.isLightMode());
|
|
20810
20811
|
} }
|
|
20811
20812
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_29_For_2_Conditional_2_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
20812
|
-
i0.ɵɵelementStart(0, "div",
|
|
20813
|
-
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_29_For_2_Conditional_2_Conditional_2_For_2_Template, 13, 25, "div",
|
|
20813
|
+
i0.ɵɵelementStart(0, "div", 128);
|
|
20814
|
+
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_29_For_2_Conditional_2_Conditional_2_For_2_Template, 13, 25, "div", 134, i0.ɵɵrepeaterTrackByIdentity);
|
|
20814
20815
|
i0.ɵɵelementEnd();
|
|
20815
20816
|
} if (rf & 2) {
|
|
20816
20817
|
i0.ɵɵadvance();
|
|
20817
20818
|
i0.ɵɵrepeater(i0.ɵɵpureFunction0(0, _c4));
|
|
20818
20819
|
} }
|
|
20819
20820
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_29_For_2_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
20820
|
-
i0.ɵɵconditionalCreate(0, SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_29_For_2_Conditional_2_Conditional_0_Template, 3, 0, "div",
|
|
20821
|
+
i0.ɵɵconditionalCreate(0, SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_29_For_2_Conditional_2_Conditional_0_Template, 3, 0, "div", 128)(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_29_For_2_Conditional_2_Conditional_1_Template, 3, 0, "div", 129)(2, SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_29_For_2_Conditional_2_Conditional_2_Template, 3, 1, "div", 128);
|
|
20821
20822
|
} if (rf & 2) {
|
|
20822
20823
|
const ctx_r2 = i0.ɵɵnextContext(4);
|
|
20823
20824
|
i0.ɵɵconditional(ctx_r2.viewModeService.isExpanded() ? 0 : !ctx_r2.viewModeService.isExpanded() ? 1 : 2);
|
|
20824
20825
|
} }
|
|
20825
20826
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_29_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
20826
|
-
i0.ɵɵelementStart(0, "div",
|
|
20827
|
-
i0.ɵɵelement(1, "symphiq-funnel-analysis-metric-card",
|
|
20827
|
+
i0.ɵɵelementStart(0, "div", 126);
|
|
20828
|
+
i0.ɵɵelement(1, "symphiq-funnel-analysis-metric-card", 127);
|
|
20828
20829
|
i0.ɵɵelementEnd();
|
|
20829
20830
|
i0.ɵɵconditionalCreate(2, SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_29_For_2_Conditional_2_Template, 3, 1);
|
|
20830
20831
|
} if (rf & 2) {
|
|
20831
|
-
const
|
|
20832
|
-
const ɵ$
|
|
20832
|
+
const funnelGroup_r23 = ctx.$implicit;
|
|
20833
|
+
const ɵ$index_438_r22 = ctx.$index;
|
|
20833
20834
|
const ctx_r2 = i0.ɵɵnextContext(3);
|
|
20834
|
-
i0.ɵɵstyleProp("animation-delay", 0.5 + ɵ$
|
|
20835
|
-
i0.ɵɵproperty("libSymphiqSearchHighlight", ctx_r2.searchService.highlightedResultId())("highlightId", "metric-" + ɵ$
|
|
20835
|
+
i0.ɵɵstyleProp("animation-delay", 0.5 + ɵ$index_438_r22 * 0.15 + "s");
|
|
20836
|
+
i0.ɵɵproperty("libSymphiqSearchHighlight", ctx_r2.searchService.highlightedResultId())("highlightId", "metric-" + ɵ$index_438_r22);
|
|
20836
20837
|
i0.ɵɵadvance();
|
|
20837
|
-
i0.ɵɵproperty("metric",
|
|
20838
|
+
i0.ɵɵproperty("metric", funnelGroup_r23.funnelMetric)("insights", ctx_r2.insights())("charts", ctx_r2.chartsForMetric(funnelGroup_r23.funnelMetric))("allCharts", ctx_r2.allCharts())("analysis", ctx_r2.analysisData())("isLightMode", ctx_r2.isLightMode())("viewMode", ctx_r2.viewMode())("isCompactMode", ctx_r2.viewModeService.isCompact());
|
|
20838
20839
|
i0.ɵɵadvance();
|
|
20839
|
-
i0.ɵɵconditional(
|
|
20840
|
+
i0.ɵɵconditional(funnelGroup_r23.relatedMetrics.length > 0 ? 2 : -1);
|
|
20840
20841
|
} }
|
|
20841
20842
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_29_ForEmpty_3_Template(rf, ctx) { if (rf & 1) {
|
|
20842
|
-
i0.ɵɵelementStart(0, "div",
|
|
20843
|
+
i0.ɵɵelementStart(0, "div", 125);
|
|
20843
20844
|
i0.ɵɵnamespaceSVG();
|
|
20844
|
-
i0.ɵɵelementStart(1, "svg",
|
|
20845
|
-
i0.ɵɵelement(2, "path",
|
|
20845
|
+
i0.ɵɵelementStart(1, "svg", 137);
|
|
20846
|
+
i0.ɵɵelement(2, "path", 106);
|
|
20846
20847
|
i0.ɵɵelementEnd();
|
|
20847
20848
|
i0.ɵɵnamespaceHTML();
|
|
20848
|
-
i0.ɵɵelementStart(3, "h3",
|
|
20849
|
+
i0.ɵɵelementStart(3, "h3", 138);
|
|
20849
20850
|
i0.ɵɵtext(4, "No Metrics Found");
|
|
20850
20851
|
i0.ɵɵelementEnd();
|
|
20851
|
-
i0.ɵɵelementStart(5, "p",
|
|
20852
|
+
i0.ɵɵelementStart(5, "p", 139);
|
|
20852
20853
|
i0.ɵɵtext(6, "No performance metrics match your current filter selection. Try adjusting your filters to see more results.");
|
|
20853
20854
|
i0.ɵɵelementEnd()();
|
|
20854
20855
|
} if (rf & 2) {
|
|
@@ -20862,8 +20863,8 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_29_F
|
|
|
20862
20863
|
i0.ɵɵproperty("ngClass", ctx_r2.isLightMode() ? "text-slate-600" : "text-slate-400");
|
|
20863
20864
|
} }
|
|
20864
20865
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_29_Template(rf, ctx) { if (rf & 1) {
|
|
20865
|
-
i0.ɵɵelementStart(0, "div",
|
|
20866
|
-
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_29_For_2_Template, 3, 13, null, null, i0.ɵɵrepeaterTrackByIndex, false, SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_29_ForEmpty_3_Template, 7, 4, "div",
|
|
20866
|
+
i0.ɵɵelementStart(0, "div", 115);
|
|
20867
|
+
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_29_For_2_Template, 3, 13, null, null, i0.ɵɵrepeaterTrackByIndex, false, SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_29_ForEmpty_3_Template, 7, 4, "div", 125);
|
|
20867
20868
|
i0.ɵɵelementEnd();
|
|
20868
20869
|
} if (rf & 2) {
|
|
20869
20870
|
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
@@ -20872,40 +20873,40 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_29_T
|
|
|
20872
20873
|
i0.ɵɵrepeater(ctx_r2.groupedMetrics());
|
|
20873
20874
|
} }
|
|
20874
20875
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Template(rf, ctx) { if (rf & 1) {
|
|
20875
|
-
const
|
|
20876
|
-
i0.ɵɵconditionalCreate(0, SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_0_Template, 7, 3, "div",
|
|
20877
|
-
i0.ɵɵelementStart(1, "section",
|
|
20878
|
-
i0.ɵɵelement(2, "div",
|
|
20879
|
-
i0.ɵɵelementStart(3, "div",
|
|
20876
|
+
const _r16 = i0.ɵɵgetCurrentView();
|
|
20877
|
+
i0.ɵɵconditionalCreate(0, SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_0_Template, 7, 3, "div", 101);
|
|
20878
|
+
i0.ɵɵelementStart(1, "section", 102);
|
|
20879
|
+
i0.ɵɵelement(2, "div", 103);
|
|
20880
|
+
i0.ɵɵelementStart(3, "div", 78)(4, "div", 104)(5, "div", 105)(6, "div", 14)(7, "div", 80)(8, "div", 14);
|
|
20880
20881
|
i0.ɵɵnamespaceSVG();
|
|
20881
|
-
i0.ɵɵelementStart(9, "svg",
|
|
20882
|
-
i0.ɵɵelement(10, "path",
|
|
20882
|
+
i0.ɵɵelementStart(9, "svg", 81);
|
|
20883
|
+
i0.ɵɵelement(10, "path", 106);
|
|
20883
20884
|
i0.ɵɵelementEnd();
|
|
20884
20885
|
i0.ɵɵnamespaceHTML();
|
|
20885
|
-
i0.ɵɵelementStart(11, "h2",
|
|
20886
|
+
i0.ɵɵelementStart(11, "h2", 83);
|
|
20886
20887
|
i0.ɵɵtext(12, "Performance Metrics");
|
|
20887
20888
|
i0.ɵɵelementEnd()()()();
|
|
20888
|
-
i0.ɵɵelementStart(13, "div",
|
|
20889
|
-
i0.ɵɵconditionalCreate(14, SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_14_Template, 2, 0, "div",
|
|
20890
|
-
i0.ɵɵelementStart(15, "select",
|
|
20891
|
-
i0.ɵɵlistener("ngModelChange", function SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Template_select_ngModelChange_15_listener($event) { i0.ɵɵrestoreView(
|
|
20889
|
+
i0.ɵɵelementStart(13, "div", 107);
|
|
20890
|
+
i0.ɵɵconditionalCreate(14, SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_14_Template, 2, 0, "div", 108);
|
|
20891
|
+
i0.ɵɵelementStart(15, "select", 109);
|
|
20892
|
+
i0.ɵɵlistener("ngModelChange", function SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Template_select_ngModelChange_15_listener($event) { i0.ɵɵrestoreView(_r16); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.changeCategoryFilter($event)); });
|
|
20892
20893
|
i0.ɵɵrepeaterCreate(16, SymphiqFunnelAnalysisDashboardComponent_Conditional_80_For_17_Template, 2, 1, null, null, _forTrack0$1);
|
|
20893
20894
|
i0.ɵɵelementEnd();
|
|
20894
|
-
i0.ɵɵelementStart(18, "button",
|
|
20895
|
-
i0.ɵɵlistener("click", function SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Template_button_click_18_listener() { i0.ɵɵrestoreView(
|
|
20895
|
+
i0.ɵɵelementStart(18, "button", 110);
|
|
20896
|
+
i0.ɵɵlistener("click", function SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Template_button_click_18_listener() { i0.ɵɵrestoreView(_r16); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.toggleSortOrder()); });
|
|
20896
20897
|
i0.ɵɵnamespaceSVG();
|
|
20897
20898
|
i0.ɵɵelementStart(19, "svg", 21);
|
|
20898
|
-
i0.ɵɵconditionalCreate(20, SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_20_Template, 1, 0, ":svg:path",
|
|
20899
|
-
i0.ɵɵconditionalCreate(21, SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_21_Template, 1, 0, ":svg:path",
|
|
20899
|
+
i0.ɵɵconditionalCreate(20, SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_20_Template, 1, 0, ":svg:path", 111);
|
|
20900
|
+
i0.ɵɵconditionalCreate(21, SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_21_Template, 1, 0, ":svg:path", 112);
|
|
20900
20901
|
i0.ɵɵelementEnd();
|
|
20901
20902
|
i0.ɵɵnamespaceHTML();
|
|
20902
20903
|
i0.ɵɵelementStart(22, "span");
|
|
20903
20904
|
i0.ɵɵtext(23, "Sort");
|
|
20904
20905
|
i0.ɵɵelementEnd()()()();
|
|
20905
|
-
i0.ɵɵelementStart(24, "div",
|
|
20906
|
+
i0.ɵɵelementStart(24, "div", 113)(25, "div", 114);
|
|
20906
20907
|
i0.ɵɵrepeaterCreate(26, SymphiqFunnelAnalysisDashboardComponent_Conditional_80_For_27_Template, 1, 1, null, null, _forTrack0$1);
|
|
20907
20908
|
i0.ɵɵelementEnd()()();
|
|
20908
|
-
i0.ɵɵconditionalCreate(28, SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_28_Template, 3, 1, "div",
|
|
20909
|
+
i0.ɵɵconditionalCreate(28, SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_28_Template, 3, 1, "div", 115)(29, SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Conditional_29_Template, 4, 5, "div", 116);
|
|
20909
20910
|
i0.ɵɵelementEnd()();
|
|
20910
20911
|
} if (rf & 2) {
|
|
20911
20912
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
@@ -20939,13 +20940,13 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_80_Template(rf, ctx
|
|
|
20939
20940
|
i0.ɵɵconditional(ctx_r2.isDataLoading() ? 28 : 29);
|
|
20940
20941
|
} }
|
|
20941
20942
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_81_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
20942
|
-
i0.ɵɵelementStart(0, "div",
|
|
20943
|
-
i0.ɵɵelement(2, "div",
|
|
20943
|
+
i0.ɵɵelementStart(0, "div", 140)(1, "div", 86);
|
|
20944
|
+
i0.ɵɵelement(2, "div", 87);
|
|
20944
20945
|
i0.ɵɵelementEnd();
|
|
20945
|
-
i0.ɵɵelementStart(3, "div",
|
|
20946
|
+
i0.ɵɵelementStart(3, "div", 88)(4, "div", 89);
|
|
20946
20947
|
i0.ɵɵnamespaceSVG();
|
|
20947
|
-
i0.ɵɵelementStart(5, "svg",
|
|
20948
|
-
i0.ɵɵelement(6, "path",
|
|
20948
|
+
i0.ɵɵelementStart(5, "svg", 90);
|
|
20949
|
+
i0.ɵɵelement(6, "path", 106);
|
|
20949
20950
|
i0.ɵɵelementEnd()()()();
|
|
20950
20951
|
} if (rf & 2) {
|
|
20951
20952
|
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
@@ -20957,38 +20958,38 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_81_Conditional_0_Te
|
|
|
20957
20958
|
i0.ɵɵproperty("ngClass", ctx_r2.isLightMode() ? "text-purple-500" : "text-purple-400");
|
|
20958
20959
|
} }
|
|
20959
20960
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_81_Conditional_12_Template(rf, ctx) { if (rf & 1) {
|
|
20960
|
-
i0.ɵɵelementStart(0, "div",
|
|
20961
|
-
i0.ɵɵelement(1, "div",
|
|
20961
|
+
i0.ɵɵelementStart(0, "div", 108);
|
|
20962
|
+
i0.ɵɵelement(1, "div", 148);
|
|
20962
20963
|
i0.ɵɵelementEnd();
|
|
20963
20964
|
} }
|
|
20964
20965
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_81_For_15_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
20965
|
-
i0.ɵɵelementStart(0, "option",
|
|
20966
|
+
i0.ɵɵelementStart(0, "option", 119);
|
|
20966
20967
|
i0.ɵɵtext(1);
|
|
20967
20968
|
i0.ɵɵelementEnd();
|
|
20968
20969
|
} if (rf & 2) {
|
|
20969
|
-
const
|
|
20970
|
-
i0.ɵɵproperty("value",
|
|
20970
|
+
const filter_r27 = i0.ɵɵnextContext().$implicit;
|
|
20971
|
+
i0.ɵɵproperty("value", filter_r27.value);
|
|
20971
20972
|
i0.ɵɵadvance();
|
|
20972
|
-
i0.ɵɵtextInterpolate(
|
|
20973
|
+
i0.ɵɵtextInterpolate(filter_r27.label);
|
|
20973
20974
|
} }
|
|
20974
20975
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_81_For_15_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
20975
20976
|
i0.ɵɵelementStart(0, "option", 29);
|
|
20976
20977
|
i0.ɵɵtext(1);
|
|
20977
20978
|
i0.ɵɵelementEnd();
|
|
20978
20979
|
} if (rf & 2) {
|
|
20979
|
-
const
|
|
20980
|
-
i0.ɵɵproperty("value",
|
|
20980
|
+
const filter_r27 = i0.ɵɵnextContext().$implicit;
|
|
20981
|
+
i0.ɵɵproperty("value", filter_r27.value);
|
|
20981
20982
|
i0.ɵɵadvance();
|
|
20982
|
-
i0.ɵɵtextInterpolate(
|
|
20983
|
+
i0.ɵɵtextInterpolate(filter_r27.label);
|
|
20983
20984
|
} }
|
|
20984
20985
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_81_For_15_Template(rf, ctx) { if (rf & 1) {
|
|
20985
|
-
i0.ɵɵconditionalCreate(0, SymphiqFunnelAnalysisDashboardComponent_Conditional_81_For_15_Conditional_0_Template, 2, 2, "option",
|
|
20986
|
+
i0.ɵɵconditionalCreate(0, SymphiqFunnelAnalysisDashboardComponent_Conditional_81_For_15_Conditional_0_Template, 2, 2, "option", 119)(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_81_For_15_Conditional_1_Template, 2, 2, "option", 29);
|
|
20986
20987
|
} if (rf & 2) {
|
|
20987
|
-
const
|
|
20988
|
-
i0.ɵɵconditional(
|
|
20988
|
+
const filter_r27 = ctx.$implicit;
|
|
20989
|
+
i0.ɵɵconditional(filter_r27.divider ? 0 : 1);
|
|
20989
20990
|
} }
|
|
20990
20991
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_81_Conditional_16_For_2_For_6_Template(rf, ctx) { if (rf & 1) {
|
|
20991
|
-
i0.ɵɵelementStart(0, "div",
|
|
20992
|
+
i0.ɵɵelementStart(0, "div", 150);
|
|
20992
20993
|
i0.ɵɵelement(1, "symphiq-skeleton-loader", 70)(2, "symphiq-skeleton-loader", 70);
|
|
20993
20994
|
i0.ɵɵelementEnd();
|
|
20994
20995
|
} if (rf & 2) {
|
|
@@ -21000,11 +21001,11 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_81_Conditional_16_F
|
|
|
21000
21001
|
i0.ɵɵproperty("width", "80px")("height", "18px")("isLightMode", ctx_r2.isLightMode());
|
|
21001
21002
|
} }
|
|
21002
21003
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_81_Conditional_16_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
21003
|
-
i0.ɵɵelementStart(0, "div",
|
|
21004
|
+
i0.ɵɵelementStart(0, "div", 122)(1, "div", 123);
|
|
21004
21005
|
i0.ɵɵelement(2, "symphiq-skeleton-loader", 70)(3, "symphiq-skeleton-loader", 70);
|
|
21005
21006
|
i0.ɵɵelementEnd();
|
|
21006
|
-
i0.ɵɵelementStart(4, "div",
|
|
21007
|
-
i0.ɵɵrepeaterCreate(5, SymphiqFunnelAnalysisDashboardComponent_Conditional_81_Conditional_16_For_2_For_6_Template, 3, 7, "div",
|
|
21007
|
+
i0.ɵɵelementStart(4, "div", 149);
|
|
21008
|
+
i0.ɵɵrepeaterCreate(5, SymphiqFunnelAnalysisDashboardComponent_Conditional_81_Conditional_16_For_2_For_6_Template, 3, 7, "div", 150, i0.ɵɵrepeaterTrackByIdentity);
|
|
21008
21009
|
i0.ɵɵelementEnd()();
|
|
21009
21010
|
} if (rf & 2) {
|
|
21010
21011
|
const ctx_r2 = i0.ɵɵnextContext(3);
|
|
@@ -21018,36 +21019,36 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_81_Conditional_16_F
|
|
|
21018
21019
|
} }
|
|
21019
21020
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_81_Conditional_16_Template(rf, ctx) { if (rf & 1) {
|
|
21020
21021
|
i0.ɵɵelementStart(0, "div", 69);
|
|
21021
|
-
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_81_Conditional_16_For_2_Template, 7, 8, "div",
|
|
21022
|
+
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_81_Conditional_16_For_2_Template, 7, 8, "div", 122, i0.ɵɵrepeaterTrackByIdentity);
|
|
21022
21023
|
i0.ɵɵelementEnd();
|
|
21023
21024
|
} if (rf & 2) {
|
|
21024
21025
|
i0.ɵɵadvance();
|
|
21025
21026
|
i0.ɵɵrepeater(i0.ɵɵpureFunction0(0, _c5));
|
|
21026
21027
|
} }
|
|
21027
21028
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_81_Conditional_17_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
21028
|
-
i0.ɵɵelementStart(0, "div",
|
|
21029
|
-
i0.ɵɵelement(1, "symphiq-funnel-analysis-breakdown-section",
|
|
21029
|
+
i0.ɵɵelementStart(0, "div", 98);
|
|
21030
|
+
i0.ɵɵelement(1, "symphiq-funnel-analysis-breakdown-section", 151);
|
|
21030
21031
|
i0.ɵɵelementEnd();
|
|
21031
21032
|
} if (rf & 2) {
|
|
21032
|
-
const
|
|
21033
|
-
const $
|
|
21033
|
+
const breakdown_r28 = ctx.$implicit;
|
|
21034
|
+
const $index_r29 = ctx.$index;
|
|
21034
21035
|
const ctx_r2 = i0.ɵɵnextContext(3);
|
|
21035
|
-
i0.ɵɵstyleProp("animation-delay", 0.8 + $
|
|
21036
|
-
i0.ɵɵproperty("libSymphiqSearchHighlight", ctx_r2.searchService.highlightedResultId())("highlightId", "breakdown-" + $
|
|
21036
|
+
i0.ɵɵstyleProp("animation-delay", 0.8 + $index_r29 * 0.1 + "s");
|
|
21037
|
+
i0.ɵɵproperty("libSymphiqSearchHighlight", ctx_r2.searchService.highlightedResultId())("highlightId", "breakdown-" + $index_r29);
|
|
21037
21038
|
i0.ɵɵadvance();
|
|
21038
|
-
i0.ɵɵproperty("breakdown",
|
|
21039
|
+
i0.ɵɵproperty("breakdown", breakdown_r28)("charts", ctx_r2.chartsForBreakdown(breakdown_r28))("isLightMode", ctx_r2.isLightMode())("isCompactMode", ctx_r2.viewModeService.isCompact());
|
|
21039
21040
|
} }
|
|
21040
21041
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_81_Conditional_17_ForEmpty_3_Template(rf, ctx) { if (rf & 1) {
|
|
21041
|
-
i0.ɵɵelementStart(0, "div",
|
|
21042
|
+
i0.ɵɵelementStart(0, "div", 125);
|
|
21042
21043
|
i0.ɵɵnamespaceSVG();
|
|
21043
|
-
i0.ɵɵelementStart(1, "svg",
|
|
21044
|
-
i0.ɵɵelement(2, "path",
|
|
21044
|
+
i0.ɵɵelementStart(1, "svg", 137);
|
|
21045
|
+
i0.ɵɵelement(2, "path", 152);
|
|
21045
21046
|
i0.ɵɵelementEnd();
|
|
21046
21047
|
i0.ɵɵnamespaceHTML();
|
|
21047
|
-
i0.ɵɵelementStart(3, "h3",
|
|
21048
|
+
i0.ɵɵelementStart(3, "h3", 138);
|
|
21048
21049
|
i0.ɵɵtext(4, "No Breakdowns Found");
|
|
21049
21050
|
i0.ɵɵelementEnd();
|
|
21050
|
-
i0.ɵɵelementStart(5, "p",
|
|
21051
|
+
i0.ɵɵelementStart(5, "p", 139);
|
|
21051
21052
|
i0.ɵɵtext(6, "No performance breakdowns match your current filter selection. Try adjusting your filters to see more results.");
|
|
21052
21053
|
i0.ɵɵelementEnd()();
|
|
21053
21054
|
} if (rf & 2) {
|
|
@@ -21062,7 +21063,7 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_81_Conditional_17_F
|
|
|
21062
21063
|
} }
|
|
21063
21064
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_81_Conditional_17_Template(rf, ctx) { if (rf & 1) {
|
|
21064
21065
|
i0.ɵɵelementStart(0, "div", 69);
|
|
21065
|
-
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_81_Conditional_17_For_2_Template, 2, 8, "div",
|
|
21066
|
+
i0.ɵɵrepeaterCreate(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_81_Conditional_17_For_2_Template, 2, 8, "div", 100, i0.ɵɵrepeaterTrackByIndex, false, SymphiqFunnelAnalysisDashboardComponent_Conditional_81_Conditional_17_ForEmpty_3_Template, 7, 4, "div", 125);
|
|
21066
21067
|
i0.ɵɵelementEnd();
|
|
21067
21068
|
} if (rf & 2) {
|
|
21068
21069
|
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
@@ -21071,27 +21072,27 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_81_Conditional_17_T
|
|
|
21071
21072
|
i0.ɵɵrepeater(ctx_r2.breakdowns());
|
|
21072
21073
|
} }
|
|
21073
21074
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_81_Template(rf, ctx) { if (rf & 1) {
|
|
21074
|
-
const
|
|
21075
|
-
i0.ɵɵconditionalCreate(0, SymphiqFunnelAnalysisDashboardComponent_Conditional_81_Conditional_0_Template, 7, 3, "div",
|
|
21076
|
-
i0.ɵɵelementStart(1, "section",
|
|
21077
|
-
i0.ɵɵelement(2, "div",
|
|
21078
|
-
i0.ɵɵelementStart(3, "div",
|
|
21075
|
+
const _r26 = i0.ɵɵgetCurrentView();
|
|
21076
|
+
i0.ɵɵconditionalCreate(0, SymphiqFunnelAnalysisDashboardComponent_Conditional_81_Conditional_0_Template, 7, 3, "div", 140);
|
|
21077
|
+
i0.ɵɵelementStart(1, "section", 141);
|
|
21078
|
+
i0.ɵɵelement(2, "div", 142);
|
|
21079
|
+
i0.ɵɵelementStart(3, "div", 78)(4, "div", 143)(5, "div", 80)(6, "div", 14);
|
|
21079
21080
|
i0.ɵɵnamespaceSVG();
|
|
21080
|
-
i0.ɵɵelementStart(7, "svg",
|
|
21081
|
-
i0.ɵɵelement(8, "path",
|
|
21081
|
+
i0.ɵɵelementStart(7, "svg", 81);
|
|
21082
|
+
i0.ɵɵelement(8, "path", 144);
|
|
21082
21083
|
i0.ɵɵelementEnd();
|
|
21083
21084
|
i0.ɵɵnamespaceHTML();
|
|
21084
|
-
i0.ɵɵelementStart(9, "h2",
|
|
21085
|
+
i0.ɵɵelementStart(9, "h2", 83);
|
|
21085
21086
|
i0.ɵɵtext(10, "Performance Breakdowns");
|
|
21086
21087
|
i0.ɵɵelementEnd()()();
|
|
21087
|
-
i0.ɵɵelementStart(11, "div",
|
|
21088
|
-
i0.ɵɵlistener("click", function SymphiqFunnelAnalysisDashboardComponent_Conditional_81_Template_div_click_11_listener($event) { i0.ɵɵrestoreView(
|
|
21089
|
-
i0.ɵɵconditionalCreate(12, SymphiqFunnelAnalysisDashboardComponent_Conditional_81_Conditional_12_Template, 2, 0, "div",
|
|
21090
|
-
i0.ɵɵelementStart(13, "select",
|
|
21091
|
-
i0.ɵɵlistener("ngModelChange", function SymphiqFunnelAnalysisDashboardComponent_Conditional_81_Template_select_ngModelChange_13_listener($event) { i0.ɵɵrestoreView(
|
|
21088
|
+
i0.ɵɵelementStart(11, "div", 145);
|
|
21089
|
+
i0.ɵɵlistener("click", function SymphiqFunnelAnalysisDashboardComponent_Conditional_81_Template_div_click_11_listener($event) { i0.ɵɵrestoreView(_r26); return i0.ɵɵresetView($event.stopPropagation()); })("mousedown", function SymphiqFunnelAnalysisDashboardComponent_Conditional_81_Template_div_mousedown_11_listener($event) { i0.ɵɵrestoreView(_r26); return i0.ɵɵresetView($event.stopPropagation()); })("pointerdown", function SymphiqFunnelAnalysisDashboardComponent_Conditional_81_Template_div_pointerdown_11_listener($event) { i0.ɵɵrestoreView(_r26); return i0.ɵɵresetView($event.stopPropagation()); });
|
|
21090
|
+
i0.ɵɵconditionalCreate(12, SymphiqFunnelAnalysisDashboardComponent_Conditional_81_Conditional_12_Template, 2, 0, "div", 108);
|
|
21091
|
+
i0.ɵɵelementStart(13, "select", 146);
|
|
21092
|
+
i0.ɵɵlistener("ngModelChange", function SymphiqFunnelAnalysisDashboardComponent_Conditional_81_Template_select_ngModelChange_13_listener($event) { i0.ɵɵrestoreView(_r26); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.changeBreakdownFilter($event)); });
|
|
21092
21093
|
i0.ɵɵrepeaterCreate(14, SymphiqFunnelAnalysisDashboardComponent_Conditional_81_For_15_Template, 2, 1, null, null, _forTrack0$1);
|
|
21093
21094
|
i0.ɵɵelementEnd()()();
|
|
21094
|
-
i0.ɵɵconditionalCreate(16, SymphiqFunnelAnalysisDashboardComponent_Conditional_81_Conditional_16_Template, 3, 1, "div", 69)(17, SymphiqFunnelAnalysisDashboardComponent_Conditional_81_Conditional_17_Template, 4, 5, "div",
|
|
21095
|
+
i0.ɵɵconditionalCreate(16, SymphiqFunnelAnalysisDashboardComponent_Conditional_81_Conditional_16_Template, 3, 1, "div", 69)(17, SymphiqFunnelAnalysisDashboardComponent_Conditional_81_Conditional_17_Template, 4, 5, "div", 147);
|
|
21095
21096
|
i0.ɵɵelementEnd()();
|
|
21096
21097
|
} if (rf & 2) {
|
|
21097
21098
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
@@ -21115,13 +21116,13 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_81_Template(rf, ctx
|
|
|
21115
21116
|
i0.ɵɵconditional(ctx_r2.isDataLoading() ? 16 : 17);
|
|
21116
21117
|
} }
|
|
21117
21118
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_82_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
21118
|
-
i0.ɵɵelementStart(0, "div",
|
|
21119
|
-
i0.ɵɵelement(2, "div",
|
|
21119
|
+
i0.ɵɵelementStart(0, "div", 153)(1, "div", 86);
|
|
21120
|
+
i0.ɵɵelement(2, "div", 87);
|
|
21120
21121
|
i0.ɵɵelementEnd();
|
|
21121
|
-
i0.ɵɵelementStart(3, "div",
|
|
21122
|
+
i0.ɵɵelementStart(3, "div", 88)(4, "div", 89);
|
|
21122
21123
|
i0.ɵɵnamespaceSVG();
|
|
21123
|
-
i0.ɵɵelementStart(5, "svg",
|
|
21124
|
-
i0.ɵɵelement(6, "path",
|
|
21124
|
+
i0.ɵɵelementStart(5, "svg", 90);
|
|
21125
|
+
i0.ɵɵelement(6, "path", 156);
|
|
21125
21126
|
i0.ɵɵelementEnd()()()();
|
|
21126
21127
|
} if (rf & 2) {
|
|
21127
21128
|
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
@@ -21133,35 +21134,35 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_82_Conditional_0_Te
|
|
|
21133
21134
|
i0.ɵɵproperty("ngClass", ctx_r2.isLightMode() ? "text-indigo-500" : "text-indigo-400");
|
|
21134
21135
|
} }
|
|
21135
21136
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_82_Conditional_13_Template(rf, ctx) { if (rf & 1) {
|
|
21136
|
-
i0.ɵɵelementStart(0, "div",
|
|
21137
|
-
i0.ɵɵelement(1, "div",
|
|
21137
|
+
i0.ɵɵelementStart(0, "div", 108);
|
|
21138
|
+
i0.ɵɵelement(1, "div", 159);
|
|
21138
21139
|
i0.ɵɵelementEnd();
|
|
21139
21140
|
} }
|
|
21140
21141
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_82_For_16_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
21141
|
-
i0.ɵɵelementStart(0, "option",
|
|
21142
|
+
i0.ɵɵelementStart(0, "option", 119);
|
|
21142
21143
|
i0.ɵɵtext(1);
|
|
21143
21144
|
i0.ɵɵelementEnd();
|
|
21144
21145
|
} if (rf & 2) {
|
|
21145
|
-
const
|
|
21146
|
-
i0.ɵɵproperty("value",
|
|
21146
|
+
const filter_r31 = i0.ɵɵnextContext().$implicit;
|
|
21147
|
+
i0.ɵɵproperty("value", filter_r31.value);
|
|
21147
21148
|
i0.ɵɵadvance();
|
|
21148
|
-
i0.ɵɵtextInterpolate(
|
|
21149
|
+
i0.ɵɵtextInterpolate(filter_r31.label);
|
|
21149
21150
|
} }
|
|
21150
21151
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_82_For_16_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
21151
21152
|
i0.ɵɵelementStart(0, "option", 29);
|
|
21152
21153
|
i0.ɵɵtext(1);
|
|
21153
21154
|
i0.ɵɵelementEnd();
|
|
21154
21155
|
} if (rf & 2) {
|
|
21155
|
-
const
|
|
21156
|
-
i0.ɵɵproperty("value",
|
|
21156
|
+
const filter_r31 = i0.ɵɵnextContext().$implicit;
|
|
21157
|
+
i0.ɵɵproperty("value", filter_r31.value);
|
|
21157
21158
|
i0.ɵɵadvance();
|
|
21158
|
-
i0.ɵɵtextInterpolate(
|
|
21159
|
+
i0.ɵɵtextInterpolate(filter_r31.label);
|
|
21159
21160
|
} }
|
|
21160
21161
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_82_For_16_Template(rf, ctx) { if (rf & 1) {
|
|
21161
|
-
i0.ɵɵconditionalCreate(0, SymphiqFunnelAnalysisDashboardComponent_Conditional_82_For_16_Conditional_0_Template, 2, 2, "option",
|
|
21162
|
+
i0.ɵɵconditionalCreate(0, SymphiqFunnelAnalysisDashboardComponent_Conditional_82_For_16_Conditional_0_Template, 2, 2, "option", 119)(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_82_For_16_Conditional_1_Template, 2, 2, "option", 29);
|
|
21162
21163
|
} if (rf & 2) {
|
|
21163
|
-
const
|
|
21164
|
-
i0.ɵɵconditional(
|
|
21164
|
+
const filter_r31 = ctx.$implicit;
|
|
21165
|
+
i0.ɵɵconditional(filter_r31.divider ? 0 : 1);
|
|
21165
21166
|
} }
|
|
21166
21167
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_82_Conditional_17_For_5_Template(rf, ctx) { if (rf & 1) {
|
|
21167
21168
|
i0.ɵɵelement(0, "symphiq-skeleton-loader", 70);
|
|
@@ -21170,9 +21171,9 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_82_Conditional_17_F
|
|
|
21170
21171
|
i0.ɵɵproperty("width", "100%")("height", "140px")("isLightMode", ctx_r2.isLightMode());
|
|
21171
21172
|
} }
|
|
21172
21173
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_82_Conditional_17_Template(rf, ctx) { if (rf & 1) {
|
|
21173
|
-
i0.ɵɵelementStart(0, "div", 69)(1, "div",
|
|
21174
|
+
i0.ɵɵelementStart(0, "div", 69)(1, "div", 122);
|
|
21174
21175
|
i0.ɵɵelement(2, "symphiq-skeleton-loader", 70);
|
|
21175
|
-
i0.ɵɵelementStart(3, "div",
|
|
21176
|
+
i0.ɵɵelementStart(3, "div", 160);
|
|
21176
21177
|
i0.ɵɵrepeaterCreate(4, SymphiqFunnelAnalysisDashboardComponent_Conditional_82_Conditional_17_For_5_Template, 1, 3, "symphiq-skeleton-loader", 70, i0.ɵɵrepeaterTrackByIdentity);
|
|
21177
21178
|
i0.ɵɵelementEnd()()();
|
|
21178
21179
|
} if (rf & 2) {
|
|
@@ -21185,32 +21186,32 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_82_Conditional_17_T
|
|
|
21185
21186
|
i0.ɵɵrepeater(i0.ɵɵpureFunction0(4, _c3));
|
|
21186
21187
|
} }
|
|
21187
21188
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_82_Conditional_18_Template(rf, ctx) { if (rf & 1) {
|
|
21188
|
-
i0.ɵɵelement(0, "symphiq-competitive-intelligence-view",
|
|
21189
|
+
i0.ɵɵelement(0, "symphiq-competitive-intelligence-view", 158);
|
|
21189
21190
|
} if (rf & 2) {
|
|
21190
21191
|
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
21191
21192
|
i0.ɵɵproperty("metrics", ctx_r2.competitiveMetrics())("allCharts", ctx_r2.allCharts())("isLightMode", ctx_r2.isLightMode())("isCompactMode", ctx_r2.viewModeService.isCompact());
|
|
21192
21193
|
} }
|
|
21193
21194
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_82_Template(rf, ctx) { if (rf & 1) {
|
|
21194
|
-
const
|
|
21195
|
-
i0.ɵɵconditionalCreate(0, SymphiqFunnelAnalysisDashboardComponent_Conditional_82_Conditional_0_Template, 7, 3, "div",
|
|
21196
|
-
i0.ɵɵelementStart(1, "section",
|
|
21197
|
-
i0.ɵɵelement(2, "div",
|
|
21198
|
-
i0.ɵɵelementStart(3, "div",
|
|
21195
|
+
const _r30 = i0.ɵɵgetCurrentView();
|
|
21196
|
+
i0.ɵɵconditionalCreate(0, SymphiqFunnelAnalysisDashboardComponent_Conditional_82_Conditional_0_Template, 7, 3, "div", 153);
|
|
21197
|
+
i0.ɵɵelementStart(1, "section", 154);
|
|
21198
|
+
i0.ɵɵelement(2, "div", 77);
|
|
21199
|
+
i0.ɵɵelementStart(3, "div", 78)(4, "div", 155)(5, "div", 14)(6, "div", 80)(7, "div", 14);
|
|
21199
21200
|
i0.ɵɵnamespaceSVG();
|
|
21200
|
-
i0.ɵɵelementStart(8, "svg",
|
|
21201
|
-
i0.ɵɵelement(9, "path",
|
|
21201
|
+
i0.ɵɵelementStart(8, "svg", 81);
|
|
21202
|
+
i0.ɵɵelement(9, "path", 156);
|
|
21202
21203
|
i0.ɵɵelementEnd();
|
|
21203
21204
|
i0.ɵɵnamespaceHTML();
|
|
21204
|
-
i0.ɵɵelementStart(10, "h2",
|
|
21205
|
+
i0.ɵɵelementStart(10, "h2", 83);
|
|
21205
21206
|
i0.ɵɵtext(11, "Competitive Intelligence");
|
|
21206
21207
|
i0.ɵɵelementEnd()()()();
|
|
21207
|
-
i0.ɵɵelementStart(12, "div",
|
|
21208
|
-
i0.ɵɵconditionalCreate(13, SymphiqFunnelAnalysisDashboardComponent_Conditional_82_Conditional_13_Template, 2, 0, "div",
|
|
21209
|
-
i0.ɵɵelementStart(14, "select",
|
|
21210
|
-
i0.ɵɵlistener("ngModelChange", function SymphiqFunnelAnalysisDashboardComponent_Conditional_82_Template_select_ngModelChange_14_listener($event) { i0.ɵɵrestoreView(
|
|
21208
|
+
i0.ɵɵelementStart(12, "div", 157);
|
|
21209
|
+
i0.ɵɵconditionalCreate(13, SymphiqFunnelAnalysisDashboardComponent_Conditional_82_Conditional_13_Template, 2, 0, "div", 108);
|
|
21210
|
+
i0.ɵɵelementStart(14, "select", 109);
|
|
21211
|
+
i0.ɵɵlistener("ngModelChange", function SymphiqFunnelAnalysisDashboardComponent_Conditional_82_Template_select_ngModelChange_14_listener($event) { i0.ɵɵrestoreView(_r30); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.changeCompetitiveFilter($event)); });
|
|
21211
21212
|
i0.ɵɵrepeaterCreate(15, SymphiqFunnelAnalysisDashboardComponent_Conditional_82_For_16_Template, 2, 1, null, null, _forTrack0$1);
|
|
21212
21213
|
i0.ɵɵelementEnd()()();
|
|
21213
|
-
i0.ɵɵconditionalCreate(17, SymphiqFunnelAnalysisDashboardComponent_Conditional_82_Conditional_17_Template, 6, 5, "div", 69)(18, SymphiqFunnelAnalysisDashboardComponent_Conditional_82_Conditional_18_Template, 1, 4, "symphiq-competitive-intelligence-view",
|
|
21214
|
+
i0.ɵɵconditionalCreate(17, SymphiqFunnelAnalysisDashboardComponent_Conditional_82_Conditional_17_Template, 6, 5, "div", 69)(18, SymphiqFunnelAnalysisDashboardComponent_Conditional_82_Conditional_18_Template, 1, 4, "symphiq-competitive-intelligence-view", 158);
|
|
21214
21215
|
i0.ɵɵelementEnd()();
|
|
21215
21216
|
} if (rf & 2) {
|
|
21216
21217
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
@@ -21245,7 +21246,6 @@ class SymphiqFunnelAnalysisDashboardComponent {
|
|
|
21245
21246
|
this.viewMode = input(ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "viewMode" }] : []));
|
|
21246
21247
|
this.funnelAnalysis = input(...(ngDevMode ? [undefined, { debugName: "funnelAnalysis" }] : []));
|
|
21247
21248
|
this.embedded = input(false, ...(ngDevMode ? [{ debugName: "embedded" }] : []));
|
|
21248
|
-
this.scrollContainerId = input(...(ngDevMode ? [undefined, { debugName: "scrollContainerId" }] : []));
|
|
21249
21249
|
this.scrollEvent = input(...(ngDevMode ? [undefined, { debugName: "scrollEvent" }] : []));
|
|
21250
21250
|
this.scrollElement = input(...(ngDevMode ? [undefined, { debugName: "scrollElement" }] : []));
|
|
21251
21251
|
this.isLoading = input(false, ...(ngDevMode ? [{ debugName: "isLoading" }] : []));
|
|
@@ -21607,10 +21607,6 @@ class SymphiqFunnelAnalysisDashboardComponent {
|
|
|
21607
21607
|
const scrollEl = this.scrollElement();
|
|
21608
21608
|
const isEmbedded = this.embedded();
|
|
21609
21609
|
if (isEmbedded && scrollEl) {
|
|
21610
|
-
console.log('[SCROLL v7] Setting embeddedScrollContainer from input', {
|
|
21611
|
-
scrollHeight: scrollEl.scrollHeight,
|
|
21612
|
-
clientHeight: scrollEl.clientHeight
|
|
21613
|
-
});
|
|
21614
21610
|
this.embeddedScrollContainer = scrollEl;
|
|
21615
21611
|
this.tooltipService.setScrollContainer(scrollEl);
|
|
21616
21612
|
}
|
|
@@ -21619,35 +21615,19 @@ class SymphiqFunnelAnalysisDashboardComponent {
|
|
|
21619
21615
|
effect(() => {
|
|
21620
21616
|
const scrollEvent = this.scrollEvent();
|
|
21621
21617
|
const isEmbedded = this.embedded();
|
|
21622
|
-
console.log('[SCROLL v7] Effect triggered', {
|
|
21623
|
-
hasScrollEvent: !!scrollEvent,
|
|
21624
|
-
isEmbedded,
|
|
21625
|
-
scrollEventType: scrollEvent?.type,
|
|
21626
|
-
scrollEventDetail: scrollEvent?.detail
|
|
21627
|
-
});
|
|
21628
21618
|
if (!scrollEvent) {
|
|
21629
|
-
console.log('[SCROLL v7] No scroll event provided');
|
|
21630
21619
|
return;
|
|
21631
21620
|
}
|
|
21632
21621
|
if (!isEmbedded) {
|
|
21633
|
-
console.log('[SCROLL v7] Not in embedded mode, ignoring scroll event');
|
|
21634
21622
|
return;
|
|
21635
21623
|
}
|
|
21636
21624
|
const detail = scrollEvent.detail;
|
|
21637
21625
|
if (!detail) {
|
|
21638
|
-
console.log('[SCROLL v7] No detail in scroll event');
|
|
21639
21626
|
return;
|
|
21640
21627
|
}
|
|
21641
21628
|
const scrollTop = detail.scrollTop || 0;
|
|
21642
21629
|
const scrollLeft = detail.scrollLeft || 0;
|
|
21643
21630
|
const isScrolling = detail.isScrolling;
|
|
21644
|
-
console.log('[SCROLL v7] Processing scroll event', {
|
|
21645
|
-
scrollTop,
|
|
21646
|
-
scrollLeft,
|
|
21647
|
-
isScrolling,
|
|
21648
|
-
currentHeaderState: this.isScrolled(),
|
|
21649
|
-
isProgrammaticScroll: this.isProgrammaticScroll
|
|
21650
|
-
});
|
|
21651
21631
|
// Get the scrollable element once for all features
|
|
21652
21632
|
// Priority 1: Use the scrollElement passed directly from parent (preferred method)
|
|
21653
21633
|
// Priority 2: Fall back to querying by scrollContainerId (legacy method)
|
|
@@ -21655,36 +21635,8 @@ class SymphiqFunnelAnalysisDashboardComponent {
|
|
|
21655
21635
|
let elementSource = 'none';
|
|
21656
21636
|
if (scrollElement) {
|
|
21657
21637
|
elementSource = 'passed-from-parent';
|
|
21658
|
-
console.log('[SCROLL v7] Using scroll element passed from parent', {
|
|
21659
|
-
scrollHeight: scrollElement.scrollHeight,
|
|
21660
|
-
clientHeight: scrollElement.clientHeight
|
|
21661
|
-
});
|
|
21662
|
-
}
|
|
21663
|
-
else {
|
|
21664
|
-
// Fallback to legacy method if no scrollElement was passed
|
|
21665
|
-
const scrollContainerId = this.scrollContainerId();
|
|
21666
|
-
if (scrollContainerId) {
|
|
21667
|
-
const ionContent = document.getElementById(scrollContainerId);
|
|
21668
|
-
if (ionContent?.shadowRoot) {
|
|
21669
|
-
// Try different selectors for the scrollable element
|
|
21670
|
-
scrollElement = ionContent.shadowRoot.querySelector('.inner-scroll') ||
|
|
21671
|
-
ionContent.shadowRoot.querySelector('main') ||
|
|
21672
|
-
ionContent.shadowRoot.querySelector('[part="scroll"]');
|
|
21673
|
-
// If we found an element but it has no dimensions yet, skip this cycle
|
|
21674
|
-
if (scrollElement && scrollElement.scrollHeight === 0 && scrollElement.clientHeight === 0) {
|
|
21675
|
-
console.log('[SCROLL v7] Scroll element found but not yet measured, will retry on next scroll event');
|
|
21676
|
-
scrollElement = null;
|
|
21677
|
-
}
|
|
21678
|
-
else if (scrollElement) {
|
|
21679
|
-
elementSource = 'shadow-dom-query';
|
|
21680
|
-
console.log('[SCROLL v7] Using scroll element from shadow DOM query', {
|
|
21681
|
-
scrollHeight: scrollElement.scrollHeight,
|
|
21682
|
-
clientHeight: scrollElement.clientHeight
|
|
21683
|
-
});
|
|
21684
|
-
}
|
|
21685
|
-
}
|
|
21686
|
-
}
|
|
21687
21638
|
}
|
|
21639
|
+
// If no scrollElement provided, scroll features won't work (parent must pass scrollElement)
|
|
21688
21640
|
// ========================================
|
|
21689
21641
|
// FEATURE 1: Header Collapse/Expand
|
|
21690
21642
|
// ========================================
|
|
@@ -21695,24 +21647,11 @@ class SymphiqFunnelAnalysisDashboardComponent {
|
|
|
21695
21647
|
const EXPAND_THRESHOLD = 10;
|
|
21696
21648
|
const currentState = this.isScrolled();
|
|
21697
21649
|
if (!currentState && scrollTop > COLLAPSE_THRESHOLD) {
|
|
21698
|
-
console.log('[SCROLL v7] ✓ COLLAPSING HEADER', { scrollTop, threshold: COLLAPSE_THRESHOLD });
|
|
21699
21650
|
this.isScrolled.set(true);
|
|
21700
21651
|
}
|
|
21701
21652
|
else if (currentState && scrollTop < EXPAND_THRESHOLD) {
|
|
21702
|
-
console.log('[SCROLL v7] ✓ EXPANDING HEADER', { scrollTop, threshold: EXPAND_THRESHOLD });
|
|
21703
21653
|
this.isScrolled.set(false);
|
|
21704
21654
|
}
|
|
21705
|
-
else {
|
|
21706
|
-
console.log('[SCROLL v7] No header state change needed', {
|
|
21707
|
-
currentState: currentState ? 'collapsed' : 'expanded',
|
|
21708
|
-
scrollTop,
|
|
21709
|
-
collapseThreshold: COLLAPSE_THRESHOLD,
|
|
21710
|
-
expandThreshold: EXPAND_THRESHOLD
|
|
21711
|
-
});
|
|
21712
|
-
}
|
|
21713
|
-
}
|
|
21714
|
-
else {
|
|
21715
|
-
console.log('[SCROLL v7] Skipping header state update - programmatic scroll in progress');
|
|
21716
21655
|
}
|
|
21717
21656
|
// ========================================
|
|
21718
21657
|
// FEATURE 2: Progress Bar Calculation
|
|
@@ -21724,21 +21663,8 @@ class SymphiqFunnelAnalysisDashboardComponent {
|
|
|
21724
21663
|
if (maxScroll > 0) {
|
|
21725
21664
|
const progress = (scrollTop / maxScroll) * 100;
|
|
21726
21665
|
this.scrollProgress.set(Math.min(100, Math.max(0, progress)));
|
|
21727
|
-
console.log('[SCROLL v7] ✓ Progress bar updated', {
|
|
21728
|
-
progress: progress.toFixed(2),
|
|
21729
|
-
scrollTop,
|
|
21730
|
-
scrollHeight,
|
|
21731
|
-
clientHeight,
|
|
21732
|
-
maxScroll
|
|
21733
|
-
});
|
|
21734
|
-
}
|
|
21735
|
-
else {
|
|
21736
|
-
console.log('[SCROLL v7] Cannot calculate progress - maxScroll is 0', { scrollHeight, clientHeight });
|
|
21737
21666
|
}
|
|
21738
21667
|
}
|
|
21739
|
-
else {
|
|
21740
|
-
console.log('[SCROLL v7] Cannot calculate progress - no scroll element found');
|
|
21741
|
-
}
|
|
21742
21668
|
// ========================================
|
|
21743
21669
|
// FEATURE 3: Navigation Dots Active Section
|
|
21744
21670
|
// ========================================
|
|
@@ -21774,12 +21700,6 @@ class SymphiqFunnelAnalysisDashboardComponent {
|
|
|
21774
21700
|
const previousActiveSection = this.activeNavSection();
|
|
21775
21701
|
if (previousActiveSection !== activeSection) {
|
|
21776
21702
|
this.activeNavSection.set(activeSection);
|
|
21777
|
-
console.log('[SCROLL v7] ✓ Active nav section updated', {
|
|
21778
|
-
from: previousActiveSection,
|
|
21779
|
-
to: activeSection,
|
|
21780
|
-
scrollTop,
|
|
21781
|
-
viewportCenter
|
|
21782
|
-
});
|
|
21783
21703
|
}
|
|
21784
21704
|
}
|
|
21785
21705
|
});
|
|
@@ -21815,98 +21735,10 @@ class SymphiqFunnelAnalysisDashboardComponent {
|
|
|
21815
21735
|
// Manage overall assessment loading state during view mode transitions
|
|
21816
21736
|
}
|
|
21817
21737
|
ngAfterViewInit() {
|
|
21818
|
-
console.log('[DASHBOARD v6] ngAfterViewInit - event-driven scroll approach');
|
|
21819
21738
|
// Ensure modal has data after view is initialized
|
|
21820
21739
|
if (this.modalComponent) {
|
|
21821
21740
|
this.modalComponent.setMetricsAndInsights(this.allMetrics(), this.insights(), this.allCharts());
|
|
21822
21741
|
}
|
|
21823
|
-
// v6 - Pure event-driven scroll detection
|
|
21824
|
-
// No initial state checking, no timeouts, no ResizeObserver
|
|
21825
|
-
// Header state only updates on actual scroll events
|
|
21826
|
-
if (this.embedded()) {
|
|
21827
|
-
let container = null;
|
|
21828
|
-
if (this.scrollContainerId()) {
|
|
21829
|
-
const setupScrollContainer = () => {
|
|
21830
|
-
const element = document.getElementById(this.scrollContainerId());
|
|
21831
|
-
console.log('[SCROLL v6] Setup attempt', {
|
|
21832
|
-
scrollContainerId: this.scrollContainerId(),
|
|
21833
|
-
found: !!element,
|
|
21834
|
-
tag: element?.tagName
|
|
21835
|
-
});
|
|
21836
|
-
if (!element) {
|
|
21837
|
-
return false;
|
|
21838
|
-
}
|
|
21839
|
-
// Check if this is an Ionic ion-content element
|
|
21840
|
-
if (element.tagName.toLowerCase() === 'ion-content') {
|
|
21841
|
-
const ionContent = element;
|
|
21842
|
-
if (typeof ionContent.getScrollElement === 'function') {
|
|
21843
|
-
ionContent.getScrollElement().then((scrollElement) => {
|
|
21844
|
-
console.log('[SCROLL v6] Ionic scroll element ready - attaching listeners');
|
|
21845
|
-
// Store reference for tooltips and programmatic scrolling
|
|
21846
|
-
this.embeddedScrollContainer = scrollElement;
|
|
21847
|
-
this.tooltipService.setScrollContainer(scrollElement);
|
|
21848
|
-
// v6 - Attach scroll event listeners
|
|
21849
|
-
scrollElement.addEventListener('scroll', () => this.onContainerScroll(scrollElement), { passive: true });
|
|
21850
|
-
ionContent.addEventListener('ionScroll', () => this.onContainerScroll(scrollElement), { passive: true });
|
|
21851
|
-
// Add polling as fallback since Ionic scroll events can be unreliable
|
|
21852
|
-
let lastScrollTop = 0;
|
|
21853
|
-
const pollScroll = () => {
|
|
21854
|
-
const currentScrollTop = scrollElement.scrollTop;
|
|
21855
|
-
if (currentScrollTop !== lastScrollTop) {
|
|
21856
|
-
lastScrollTop = currentScrollTop;
|
|
21857
|
-
this.onContainerScroll(scrollElement);
|
|
21858
|
-
}
|
|
21859
|
-
requestAnimationFrame(pollScroll);
|
|
21860
|
-
};
|
|
21861
|
-
requestAnimationFrame(pollScroll);
|
|
21862
|
-
console.log('[SCROLL v6] Event listeners and polling attached');
|
|
21863
|
-
}).catch((error) => {
|
|
21864
|
-
console.error('[SCROLL v6] Error getting Ionic scroll element:', error);
|
|
21865
|
-
});
|
|
21866
|
-
return true;
|
|
21867
|
-
}
|
|
21868
|
-
else {
|
|
21869
|
-
// Fallback for older Ionic versions
|
|
21870
|
-
console.log('[SCROLL v6] Using fallback for older Ionic');
|
|
21871
|
-
this.embeddedScrollContainer = element;
|
|
21872
|
-
this.tooltipService.setScrollContainer(element);
|
|
21873
|
-
element.addEventListener('scroll', () => this.onContainerScroll(element), { passive: true });
|
|
21874
|
-
return true;
|
|
21875
|
-
}
|
|
21876
|
-
}
|
|
21877
|
-
else {
|
|
21878
|
-
// Regular HTML element
|
|
21879
|
-
console.log('[SCROLL v6] Regular HTML element');
|
|
21880
|
-
this.embeddedScrollContainer = element;
|
|
21881
|
-
this.tooltipService.setScrollContainer(element);
|
|
21882
|
-
element.addEventListener('scroll', () => this.onContainerScroll(element), { passive: true });
|
|
21883
|
-
return true;
|
|
21884
|
-
}
|
|
21885
|
-
};
|
|
21886
|
-
// Try to set up immediately
|
|
21887
|
-
if (!setupScrollContainer()) {
|
|
21888
|
-
// Retry if element not found yet
|
|
21889
|
-
let retries = 0;
|
|
21890
|
-
const maxRetries = 10;
|
|
21891
|
-
const retryInterval = setInterval(() => {
|
|
21892
|
-
retries++;
|
|
21893
|
-
if (setupScrollContainer() || retries >= maxRetries) {
|
|
21894
|
-
clearInterval(retryInterval);
|
|
21895
|
-
if (retries >= maxRetries) {
|
|
21896
|
-
console.warn(`[SCROLL v6] Container "${this.scrollContainerId()}" not found after ${maxRetries} retries`);
|
|
21897
|
-
}
|
|
21898
|
-
}
|
|
21899
|
-
}, 100);
|
|
21900
|
-
}
|
|
21901
|
-
}
|
|
21902
|
-
else if (this.dashboardContainer) {
|
|
21903
|
-
// Fall back to internal dashboard container
|
|
21904
|
-
container = this.dashboardContainer.nativeElement;
|
|
21905
|
-
this.embeddedScrollContainer = container;
|
|
21906
|
-
this.tooltipService.setScrollContainer(container);
|
|
21907
|
-
container.addEventListener('scroll', () => this.onContainerScroll(container), { passive: true });
|
|
21908
|
-
}
|
|
21909
|
-
}
|
|
21910
21742
|
}
|
|
21911
21743
|
handleSearchResult(result) {
|
|
21912
21744
|
this.searchService.setActiveResult(result);
|
|
@@ -22113,39 +21945,6 @@ class SymphiqFunnelAnalysisDashboardComponent {
|
|
|
22113
21945
|
}
|
|
22114
21946
|
return '';
|
|
22115
21947
|
}
|
|
22116
|
-
onContainerScroll(container) {
|
|
22117
|
-
if (!this.embedded()) {
|
|
22118
|
-
return;
|
|
22119
|
-
}
|
|
22120
|
-
const scrollPosition = container.scrollTop;
|
|
22121
|
-
console.log('[SCROLL v6] onContainerScroll', {
|
|
22122
|
-
scrollPosition,
|
|
22123
|
-
currentState: this.isScrolled()
|
|
22124
|
-
});
|
|
22125
|
-
// Update scroll progress for smooth bar animation
|
|
22126
|
-
const containerHeight = container.clientHeight;
|
|
22127
|
-
const scrollHeight = container.scrollHeight;
|
|
22128
|
-
const maxScroll = scrollHeight - containerHeight;
|
|
22129
|
-
const progress = maxScroll > 0 ? (scrollPosition / maxScroll) * 100 : 0;
|
|
22130
|
-
this.scrollProgress.set(Math.min(100, Math.max(0, progress)));
|
|
22131
|
-
// Skip header state updates during programmatic scrolling
|
|
22132
|
-
if (this.isProgrammaticScroll) {
|
|
22133
|
-
console.log('[SCROLL v6] Skipping - programmatic scroll');
|
|
22134
|
-
return;
|
|
22135
|
-
}
|
|
22136
|
-
// v6 - Simple threshold-based state changes with hysteresis
|
|
22137
|
-
const COLLAPSE_THRESHOLD = 50;
|
|
22138
|
-
const EXPAND_THRESHOLD = 30;
|
|
22139
|
-
const currentState = this.isScrolled();
|
|
22140
|
-
if (!currentState && scrollPosition > COLLAPSE_THRESHOLD) {
|
|
22141
|
-
console.log('[SCROLL v6] Collapsing header', { scrollPosition });
|
|
22142
|
-
this.isScrolled.set(true);
|
|
22143
|
-
}
|
|
22144
|
-
else if (currentState && scrollPosition < EXPAND_THRESHOLD) {
|
|
22145
|
-
console.log('[SCROLL v6] Expanding header', { scrollPosition });
|
|
22146
|
-
this.isScrolled.set(false);
|
|
22147
|
-
}
|
|
22148
|
-
}
|
|
22149
21948
|
onScroll() {
|
|
22150
21949
|
if (this.embedded()) {
|
|
22151
21950
|
return; // Skip window scroll handling when embedded
|
|
@@ -22317,7 +22116,7 @@ class SymphiqFunnelAnalysisDashboardComponent {
|
|
|
22317
22116
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.dashboardContainer = _t.first);
|
|
22318
22117
|
} }, hostBindings: function SymphiqFunnelAnalysisDashboardComponent_HostBindings(rf, ctx) { if (rf & 1) {
|
|
22319
22118
|
i0.ɵɵlistener("scroll", function SymphiqFunnelAnalysisDashboardComponent_scroll_HostBindingHandler($event) { return ctx.onScroll($event); }, i0.ɵɵresolveWindow);
|
|
22320
|
-
} }, inputs: { requestedByUser: [1, "requestedByUser"], viewMode: [1, "viewMode"], funnelAnalysis: [1, "funnelAnalysis"], embedded: [1, "embedded"], scrollContainerId: [1, "scrollContainerId"], scrollEvent: [1, "scrollEvent"], scrollElement: [1, "scrollElement"], isLoading: [1, "isLoading"], useSampleData: [1, "useSampleData"] }, decls: 88, vars: 102, 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"], [1, "absolute", "inset-0", 3, "ngClass"], [1, "absolute", "inset-0", "opacity-[0.03]", "z-20", 2, "background-image", "url('data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E')"], [1, "absolute", "top-0", "right-0", "w-[800px]", "h-[800px]", "rounded-full", "blur-3xl", "z-0", 3, "ngClass"], [1, "absolute", "bottom-0", "left-0", "w-[600px]", "h-[600px]", "rounded-full", "blur-3xl", "z-0", 3, "ngClass"], [1, "absolute", "top-1/2", "left-1/2", "-translate-x-1/2", "-translate-y-1/2", "w-[700px]", "h-[700px]", "rounded-full", "blur-3xl", "z-0", 3, "ngClass"], [1, "h-full", "transition-all", "duration-200", "ease-out", 3, "ngClass"], [1, "sticky", "top-0", "z-50", "animate-fade-in", 2, "animation-delay", "0s"], [1, "transition-all", "duration-300", "ease-in-out", "overflow-hidden"], [1, "max-w-7xl", "mx-auto", "px-6", "sm:px-8", "py-6", "sm:py-8"], [1, "flex", "flex-col", "sm:flex-row", "items-start", "sm:items-center", "justify-between", "gap-3", "sm:gap-0"], [1, "flex-1"], [1, "flex", "items-center", "gap-3"], [1, "text-2xl", "sm:text-3xl", "font-bold", "mb-2", "bg-gradient-to-r", "from-blue-600", "via-purple-600", "to-indigo-600", "bg-clip-text", "text-transparent"], ["title", "Refreshing data...", 1, "animate-spin", "w-4", "h-4", "border-2", "border-blue-500/30", "border-t-blue-500", "rounded-full"], [1, "flex", "flex-wrap", "items-center", "justify-between", "gap-3", "sm:gap-4"], [1, "text-sm", "sm:text-base"], [1, "flex", "items-center", "gap-4"], ["type", "button", "title", "Search (/ or Cmd+K)", 1, "flex", "items-center", "gap-2", "px-3", "py-1.5", "rounded-lg", "text-xs", "font-medium", "transition-all", "duration-200", "hover:scale-105", 3, "click"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4"], ["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"], ["type", "button", 1, "flex", "items-center", "gap-2", "px-3", "py-1.5", "rounded-lg", "text-xs", "font-medium", "transition-all", "duration-200", "hover:scale-105", 3, "click"], [1, "flex", "items-center", "gap-2", "sm:gap-3", "whitespace-nowrap"], [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, "flex", "flex-col", "gap-4", "min-w-[180px]"], [1, "text-left", "sm:text-right"], [1, "text-xs", "sm:text-sm"], [1, "text-sm", "sm:text-base", "font-medium"], [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-4", "flex-1", "min-w-0"], [1, "text-lg", "font-bold", "truncate", "bg-gradient-to-r", "from-blue-600", "via-purple-600", "to-indigo-600", "bg-clip-text", "text-transparent"], [1, "hidden", "lg:flex", "items-center", "gap-3", "px-4", "py-1.5", "rounded-lg", 3, "ngClass"], ["type", "button", "title", "Search (/ or Cmd+K)", 1, "p-2", "rounded-lg", "transition-all", "duration-200", "hover:scale-110", 3, "click"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5"], ["type", "button", 1, "p-2", "rounded-lg", "transition-all", "duration-200", "hover:scale-110", 3, "click", "title"], [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, "sticky", "top-[var(--header-height)]", "z-40", "border-b", "backdrop-blur-md", "animate-slide-up-fade", 3, "ngClass"], [1, "fixed", "right-6", "top-1/2", "-translate-y-1/2", "z-40", "hidden", "xl:flex", "flex-col", "gap-3"], [1, "w-3", "h-3", "rounded-full", "transition-all", "duration-200", "hover:scale-150", "active:scale-100", 3, "title", "ngClass"], [1, "max-w-7xl", "mx-auto", "px-6", "sm:px-8"], [1, "pt-8", "sm:pt-12", "pb-16", "sm:pb-24"], ["id", "overall-section", 1, "animate-fade-in-up", "mb-20", "sm:mb-28", 2, "animation-delay", "0.1s"], [3, "isLightMode"], [3, "resultSelected", "isLightMode"], [3, "expandedChange", "scrollToTop", "toggleView", "isLightMode", "isCompactMode", "isExpanded"], [3, "navigate", "isLightMode", "sections", "activeSection"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M4 6h16M4 12h16M4 18h16"], ["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"], [1, "text-xs", "font-medium"], [1, "text-sm", "font-bold"], [1, "text-xs", "font-semibold", 3, "ngClass"], [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"], [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"], ["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", 3, "click", "title", "ngClass"], [1, "rounded-xl", "border", "p-6", "sm:p-8", "animate-pulse", 3, "ngClass"], [3, "assessment", "revenueMetric", "charts", "metrics", "isLightMode", "isLoading", "isCompactMode", "isChartsLoading"], [1, "space-y-6"], [3, "width", "height", "isLightMode"], [1, "flex-1", "space-y-2"], [1, "space-y-2"], [1, "grid", "grid-cols-1", "md:grid-cols-2", "gap-4", "mt-6"], [1, "relative", "mb-16", "sm:mb-20", "animate-fade-in", 2, "animation-delay", "0.15s"], ["id", "insights-section", 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, "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, "masonry-grid"], [1, "grid", "grid-cols-1", "md:grid-cols-2", "lg:grid-cols-3", "gap-4"], ["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", "M13 10V3L4 14h7v7l9-11h-7z"], [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", "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", "metrics-section", 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"], ["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"], ["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"], [3, "metric", "insights", "charts", "allCharts", "analysis", "isLightMode", "viewMode", "isCompactMode"], [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"], [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, "relative", "mb-16", "sm:mb-20", "mt-28", "sm:mt-36", "animate-fade-in", 2, "animation-delay", "0.65s"], ["id", "breakdowns-section", 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"], [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"], ["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"], [1, "relative", "mb-16", "sm:mb-20", "mt-28", "sm:mt-36", "animate-fade-in", 2, "animation-delay", "0.85s"], ["id", "competitive-section", 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"], [3, "metrics", "allCharts", "isLightMode", "isCompactMode"], [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) {
|
|
22119
|
+
} }, inputs: { requestedByUser: [1, "requestedByUser"], viewMode: [1, "viewMode"], funnelAnalysis: [1, "funnelAnalysis"], embedded: [1, "embedded"], scrollEvent: [1, "scrollEvent"], scrollElement: [1, "scrollElement"], isLoading: [1, "isLoading"], useSampleData: [1, "useSampleData"] }, decls: 88, vars: 102, 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"], [1, "absolute", "inset-0", 3, "ngClass"], [1, "absolute", "inset-0", "opacity-[0.03]", "z-20", 2, "background-image", "url('data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E')"], [1, "absolute", "top-0", "right-0", "w-[800px]", "h-[800px]", "rounded-full", "blur-3xl", "z-0", 3, "ngClass"], [1, "absolute", "bottom-0", "left-0", "w-[600px]", "h-[600px]", "rounded-full", "blur-3xl", "z-0", 3, "ngClass"], [1, "absolute", "top-1/2", "left-1/2", "-translate-x-1/2", "-translate-y-1/2", "w-[700px]", "h-[700px]", "rounded-full", "blur-3xl", "z-0", 3, "ngClass"], [1, "h-full", "transition-all", "duration-200", "ease-out", 3, "ngClass"], [1, "sticky", "top-0", "z-50", "animate-fade-in", 2, "animation-delay", "0s"], [1, "transition-all", "duration-300", "ease-in-out", "overflow-hidden"], [1, "max-w-7xl", "mx-auto", "px-6", "sm:px-8", "py-6", "sm:py-8"], [1, "flex", "flex-col", "sm:flex-row", "items-start", "sm:items-center", "justify-between", "gap-3", "sm:gap-0"], [1, "flex-1"], [1, "flex", "items-center", "gap-3"], [1, "text-2xl", "sm:text-3xl", "font-bold", "mb-2", "bg-gradient-to-r", "from-blue-600", "via-purple-600", "to-indigo-600", "bg-clip-text", "text-transparent"], ["title", "Refreshing data...", 1, "animate-spin", "w-4", "h-4", "border-2", "border-blue-500/30", "border-t-blue-500", "rounded-full"], [1, "flex", "flex-wrap", "items-center", "justify-between", "gap-3", "sm:gap-4"], [1, "text-sm", "sm:text-base"], [1, "flex", "items-center", "gap-4"], ["type", "button", "title", "Search (/ or Cmd+K)", 1, "flex", "items-center", "gap-2", "px-3", "py-1.5", "rounded-lg", "text-xs", "font-medium", "transition-all", "duration-200", "hover:scale-105", 3, "click"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4"], ["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"], ["type", "button", 1, "flex", "items-center", "gap-2", "px-3", "py-1.5", "rounded-lg", "text-xs", "font-medium", "transition-all", "duration-200", "hover:scale-105", 3, "click"], [1, "flex", "items-center", "gap-2", "sm:gap-3", "whitespace-nowrap"], [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, "flex", "flex-col", "gap-4", "min-w-[180px]"], [1, "text-left", "sm:text-right"], [1, "text-xs", "sm:text-sm"], [1, "text-sm", "sm:text-base", "font-medium"], [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-4", "flex-1", "min-w-0"], [1, "text-lg", "font-bold", "truncate", "bg-gradient-to-r", "from-blue-600", "via-purple-600", "to-indigo-600", "bg-clip-text", "text-transparent"], [1, "hidden", "lg:flex", "items-center", "gap-3", "px-4", "py-1.5", "rounded-lg", 3, "ngClass"], ["type", "button", "title", "Search (/ or Cmd+K)", 1, "p-2", "rounded-lg", "transition-all", "duration-200", "hover:scale-110", 3, "click"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5"], ["type", "button", 1, "p-2", "rounded-lg", "transition-all", "duration-200", "hover:scale-110", 3, "click", "title"], [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, "sticky", "top-[var(--header-height)]", "z-40", "border-b", "backdrop-blur-md", "animate-slide-up-fade", 3, "ngClass"], [1, "fixed", "right-6", "top-1/2", "-translate-y-1/2", "z-40", "hidden", "xl:flex", "flex-col", "gap-3"], [1, "w-3", "h-3", "rounded-full", "transition-all", "duration-200", "hover:scale-150", "active:scale-100", 3, "title", "ngClass"], [1, "max-w-7xl", "mx-auto", "px-6", "sm:px-8"], [1, "pt-8", "sm:pt-12", "pb-16", "sm:pb-24"], ["id", "overall-section", 1, "animate-fade-in-up", "mb-20", "sm:mb-28", 2, "animation-delay", "0.1s"], [3, "isLightMode"], [3, "resultSelected", "isLightMode"], [3, "expandedChange", "scrollToTop", "toggleView", "isLightMode", "isCompactMode", "isExpanded"], [3, "navigate", "isLightMode", "sections", "activeSection"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M4 6h16M4 12h16M4 18h16"], ["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"], [1, "text-xs", "font-medium"], [1, "text-sm", "font-bold"], [1, "text-xs", "font-semibold", 3, "ngClass"], [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"], [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"], ["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", 3, "click", "title", "ngClass"], [1, "rounded-xl", "border", "p-6", "sm:p-8", "animate-pulse", 3, "ngClass"], [3, "assessment", "revenueMetric", "charts", "metrics", "isLightMode", "isLoading", "isCompactMode", "isChartsLoading"], [1, "space-y-6"], [3, "width", "height", "isLightMode"], [1, "flex-1", "space-y-2"], [1, "space-y-2"], [1, "grid", "grid-cols-1", "md:grid-cols-2", "gap-4", "mt-6"], [3, "scrollToSection", "assessment", "revenueMetric", "charts", "metrics", "isLightMode", "isLoading", "isCompactMode", "isChartsLoading"], [1, "relative", "mb-16", "sm:mb-20", "animate-fade-in", 2, "animation-delay", "0.15s"], ["id", "insights-section", 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, "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, "masonry-grid"], [1, "grid", "grid-cols-1", "md:grid-cols-2", "lg:grid-cols-3", "gap-4"], ["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", "M13 10V3L4 14h7v7l9-11h-7z"], [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", "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", "metrics-section", 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"], ["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"], ["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"], [3, "metric", "insights", "charts", "allCharts", "analysis", "isLightMode", "viewMode", "isCompactMode"], [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"], [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, "relative", "mb-16", "sm:mb-20", "mt-28", "sm:mt-36", "animate-fade-in", 2, "animation-delay", "0.65s"], ["id", "breakdowns-section", 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"], [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"], ["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"], [1, "relative", "mb-16", "sm:mb-20", "mt-28", "sm:mt-36", "animate-fade-in", 2, "animation-delay", "0.85s"], ["id", "competitive-section", 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"], [3, "metrics", "allCharts", "isLightMode", "isCompactMode"], [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) {
|
|
22321
22120
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
22322
22121
|
i0.ɵɵelementStart(0, "div", 1, 0);
|
|
22323
22122
|
i0.ɵɵelement(2, "div", 2);
|
|
@@ -22885,7 +22684,8 @@ class SymphiqFunnelAnalysisDashboardComponent {
|
|
|
22885
22684
|
[isLightMode]="isLightMode()"
|
|
22886
22685
|
[isLoading]="isOverallAssessmentLoading()"
|
|
22887
22686
|
[isCompactMode]="viewModeService.isCompact()"
|
|
22888
|
-
[isChartsLoading]="areChartsLoading()"
|
|
22687
|
+
[isChartsLoading]="areChartsLoading()"
|
|
22688
|
+
(scrollToSection)="scrollToSection($event)" />
|
|
22889
22689
|
}
|
|
22890
22690
|
</div>
|
|
22891
22691
|
}
|
|
@@ -23414,11 +23214,11 @@ class SymphiqFunnelAnalysisDashboardComponent {
|
|
|
23414
23214
|
}], dashboardContainer: [{
|
|
23415
23215
|
type: ViewChild,
|
|
23416
23216
|
args: ['dashboardContainer', { static: false }]
|
|
23417
|
-
}], requestedByUser: [{ type: i0.Input, args: [{ isSignal: true, alias: "requestedByUser", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], funnelAnalysis: [{ type: i0.Input, args: [{ isSignal: true, alias: "funnelAnalysis", required: false }] }], embedded: [{ type: i0.Input, args: [{ isSignal: true, alias: "embedded", required: false }] }],
|
|
23217
|
+
}], requestedByUser: [{ type: i0.Input, args: [{ isSignal: true, alias: "requestedByUser", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], funnelAnalysis: [{ type: i0.Input, args: [{ isSignal: true, alias: "funnelAnalysis", required: false }] }], embedded: [{ type: i0.Input, args: [{ isSignal: true, alias: "embedded", required: false }] }], scrollEvent: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollEvent", required: false }] }], scrollElement: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollElement", required: false }] }], isLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoading", required: false }] }], useSampleData: [{ type: i0.Input, args: [{ isSignal: true, alias: "useSampleData", required: false }] }], onScroll: [{
|
|
23418
23218
|
type: HostListener,
|
|
23419
23219
|
args: ['window:scroll', ['$event']]
|
|
23420
23220
|
}] }); })();
|
|
23421
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqFunnelAnalysisDashboardComponent, { className: "SymphiqFunnelAnalysisDashboardComponent", filePath: "lib/components/funnel-analysis-dashboard/symphiq-funnel-analysis-dashboard.component.ts", lineNumber:
|
|
23221
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqFunnelAnalysisDashboardComponent, { className: "SymphiqFunnelAnalysisDashboardComponent", filePath: "lib/components/funnel-analysis-dashboard/symphiq-funnel-analysis-dashboard.component.ts", lineNumber: 1048 }); })();
|
|
23422
23222
|
|
|
23423
23223
|
/**
|
|
23424
23224
|
* Shared Theme Color Utilities
|
|
@@ -23819,7 +23619,7 @@ class SymphiqFunnelAnalysisPreviewComponent {
|
|
|
23819
23619
|
this.analysisInput = input(undefined, ...(ngDevMode ? [{ debugName: "analysisInput", alias: 'funnelAnalysis' }] : [{ alias: 'funnelAnalysis' }]));
|
|
23820
23620
|
this.viewMode = input(ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "viewMode" }] : []));
|
|
23821
23621
|
this.useSampleData = input(false, ...(ngDevMode ? [{ debugName: "useSampleData" }] : []));
|
|
23822
|
-
this.
|
|
23622
|
+
this.scrollElement = input(undefined, ...(ngDevMode ? [{ debugName: "scrollElement" }] : []));
|
|
23823
23623
|
// Computed theme
|
|
23824
23624
|
this.isLightMode = computed(() => this.viewMode() === ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "isLightMode" }] : []));
|
|
23825
23625
|
// Outputs
|
|
@@ -24036,54 +23836,11 @@ class SymphiqFunnelAnalysisPreviewComponent {
|
|
|
24036
23836
|
}, ...(ngDevMode ? [{ debugName: "statusIconClass" }] : []));
|
|
24037
23837
|
this.insightsCardClass = computed(() => getInsightsCardClasses(this.viewMode()), ...(ngDevMode ? [{ debugName: "insightsCardClass" }] : []));
|
|
24038
23838
|
this.insightsBadgeClass = computed(() => getInsightsBadgeClasses(this.viewMode()), ...(ngDevMode ? [{ debugName: "insightsBadgeClass" }] : []));
|
|
24039
|
-
// Set up scroll container for tooltips when
|
|
23839
|
+
// Set up scroll container for tooltips when scrollElement changes
|
|
24040
23840
|
effect(() => {
|
|
24041
|
-
const
|
|
24042
|
-
if (
|
|
24043
|
-
|
|
24044
|
-
const element = document.getElementById(containerId);
|
|
24045
|
-
if (!element) {
|
|
24046
|
-
return false;
|
|
24047
|
-
}
|
|
24048
|
-
// Check if this is an Ionic ion-content element
|
|
24049
|
-
if (element.tagName.toLowerCase() === 'ion-content') {
|
|
24050
|
-
const ionContent = element;
|
|
24051
|
-
// Get the scrollable element from Ionic
|
|
24052
|
-
if (typeof ionContent.getScrollElement === 'function') {
|
|
24053
|
-
ionContent.getScrollElement().then((scrollElement) => {
|
|
24054
|
-
this.tooltipService.setScrollContainer(scrollElement);
|
|
24055
|
-
}).catch((error) => {
|
|
24056
|
-
console.error('Error getting Ionic scroll element for tooltips:', error);
|
|
24057
|
-
});
|
|
24058
|
-
return true;
|
|
24059
|
-
}
|
|
24060
|
-
else {
|
|
24061
|
-
// Fallback for older Ionic versions
|
|
24062
|
-
this.tooltipService.setScrollContainer(element);
|
|
24063
|
-
return true;
|
|
24064
|
-
}
|
|
24065
|
-
}
|
|
24066
|
-
else {
|
|
24067
|
-
// Regular HTML element
|
|
24068
|
-
this.tooltipService.setScrollContainer(element);
|
|
24069
|
-
return true;
|
|
24070
|
-
}
|
|
24071
|
-
};
|
|
24072
|
-
// Try to set up immediately
|
|
24073
|
-
if (!setupTooltipScrollContainer()) {
|
|
24074
|
-
// If not found, retry with delays (element might not be in DOM yet)
|
|
24075
|
-
let retries = 0;
|
|
24076
|
-
const maxRetries = 10;
|
|
24077
|
-
const retryInterval = setInterval(() => {
|
|
24078
|
-
retries++;
|
|
24079
|
-
if (setupTooltipScrollContainer() || retries >= maxRetries) {
|
|
24080
|
-
clearInterval(retryInterval);
|
|
24081
|
-
if (retries >= maxRetries) {
|
|
24082
|
-
console.warn(`Tooltip scroll container with id "${containerId}" not found after ${maxRetries} retries.`);
|
|
24083
|
-
}
|
|
24084
|
-
}
|
|
24085
|
-
}, 100);
|
|
24086
|
-
}
|
|
23841
|
+
const scrollEl = this.scrollElement();
|
|
23842
|
+
if (scrollEl) {
|
|
23843
|
+
this.tooltipService.setScrollContainer(scrollEl);
|
|
24087
23844
|
}
|
|
24088
23845
|
else {
|
|
24089
23846
|
// No scroll container specified, reset to null (use window)
|
|
@@ -24202,7 +23959,7 @@ class SymphiqFunnelAnalysisPreviewComponent {
|
|
|
24202
23959
|
this.onViewAnalysis.emit();
|
|
24203
23960
|
}
|
|
24204
23961
|
static { this.ɵfac = function SymphiqFunnelAnalysisPreviewComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SymphiqFunnelAnalysisPreviewComponent)(); }; }
|
|
24205
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqFunnelAnalysisPreviewComponent, selectors: [["symphiq-funnel-analysis-preview"]], inputs: { analysisInput: [1, "funnelAnalysis", "analysisInput"], viewMode: [1, "viewMode"], useSampleData: [1, "useSampleData"],
|
|
23962
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqFunnelAnalysisPreviewComponent, selectors: [["symphiq-funnel-analysis-preview"]], inputs: { analysisInput: [1, "funnelAnalysis", "analysisInput"], viewMode: [1, "viewMode"], useSampleData: [1, "useSampleData"], scrollElement: [1, "scrollElement"] }, outputs: { onViewAnalysis: "onViewAnalysis" }, decls: 34, vars: 40, consts: [[1, "w-full", "sm:max-w-md", "rounded-xl", "border", "shadow-lg", "backdrop-blur-lg", "transition-all", "duration-300", "sm:hover:shadow-xl", "sm:hover:scale-[1.01]", "overflow-hidden"], [1, "px-3", "py-2", "sm:px-4", "sm:py-3", "border-b", "flex", "items-center", "justify-between", "gap-2", "sm:gap-3"], [1, "flex-1", "min-w-0"], [1, "text-sm", "font-bold", "truncate"], [1, "text-xs", "truncate", "cursor-help", 3, "libSymphiqTooltip", "tooltipPosition"], [1, "flex", "items-center", "gap-1.5", "sm:gap-2", "flex-shrink-0"], ["tooltipType", "badge", 1, "px-2", "py-1", "rounded", "text-center", "min-w-[44px]", "min-h-[44px]", "flex", "items-center", "justify-center", 3, "libSymphiqTooltip", "tooltipPosition"], [1, "text-lg", "font-bold"], [1, "p-3", "sm:p-4", "space-y-2.5", "sm:space-y-3"], ["tooltipType", "metric", 1, "rounded-lg", "p-2.5", "sm:p-3", "border", "transition-all", "duration-200", "sm:hover:scale-105", "cursor-help", "active:scale-[0.98]", 3, "class", "libSymphiqTooltip", "tooltipPosition"], [1, "grid", "grid-cols-2", "gap-1.5", "sm:gap-2"], ["tooltipType", "metric", 1, "rounded-lg", "p-1.5", "sm:p-2", "border", "transition-all", "duration-200", "sm:hover:scale-105", "active:scale-[0.98]", 3, "class", "libSymphiqTooltip", "tooltipPosition"], [1, "rounded-lg", "p-2.5", "sm:p-3", "border", "transition-all", "duration-200", "sm:hover:scale-105", "active:scale-[0.98]", 3, "class"], [1, "rounded-lg", "p-2.5", "sm:p-3", "border", "transition-all", "duration-200", "sm:hover:scale-105", "active:scale-[0.98]"], [1, "flex", "items-center", "justify-between", "mb-2"], [1, "flex", "items-center", "gap-1.5", "sm:gap-2"], [1, "text-lg"], [1, "text-xs", "sm:text-sm", "font-bold"], ["tooltipType", "competitive", 1, "px-2", "py-0.5", "rounded", "text-xs", "font-bold", 3, "class", "animate-pulse", "libSymphiqTooltip", "tooltipPosition"], ["tooltipType", "narrative", 1, "text-xs", "leading-relaxed", "line-clamp-3", "cursor-help", 3, "libSymphiqTooltip", "tooltipPosition"], [1, "px-3", "py-1.5", "sm:px-4", "sm:py-2", "border-t"], [1, "w-full", "py-2.5", "sm:py-2", "rounded-lg", "font-semibold", "text-xs", "transition-all", "duration-300", "sm:hover:scale-105", "active:scale-[0.98]", "flex", "items-center", "justify-center", "gap-2", "group", "cursor-pointer", "min-h-[44px]", 3, "click"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-3", "h-3", "transition-transform", "duration-300", "group-hover:translate-x-1"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M13 7l5 5m0 0l-5 5m5-5H6"], ["tooltipType", "metric", 1, "rounded-lg", "p-2.5", "sm:p-3", "border", "transition-all", "duration-200", "sm:hover:scale-105", "cursor-help", "active:scale-[0.98]", 3, "libSymphiqTooltip", "tooltipPosition"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-3.5", "h-3.5", "sm:w-4", "sm:h-4"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z"], [1, "text-xs", "font-semibold"], ["tooltipType", "status", 1, "px-2", "py-1", "rounded", "text-xs", "font-bold", "flex", "items-center", "gap-1", "relative", "z-10", "min-h-[32px]", 3, "mouseenter", "mouseleave", "libSymphiqTooltip", "tooltipPosition"], [1, "flex", "items-baseline", "justify-between"], [1, "text-lg", "sm:text-xl", "font-bold"], [1, "flex", "items-center", "gap-1"], ["fill", "currentColor", "viewBox", "0 0 20 20", 1, "w-3", "h-3"], ["fill-rule", "evenodd", "d", "M5.293 9.707a1 1 0 010-1.414l4-4a1 1 0 011.414 0l4 4a1 1 0 01-1.414 1.414L11 7.414V15a1 1 0 11-2 0V7.414L6.707 9.707a1 1 0 01-1.414 0z", "clip-rule", "evenodd"], ["tooltipType", "metric", 1, "rounded-lg", "p-1.5", "sm:p-2", "border", "transition-all", "duration-200", "sm:hover:scale-105", "active:scale-[0.98]", 3, "libSymphiqTooltip", "tooltipPosition"], [1, "flex", "items-center", "justify-between", "mb-1"], [1, "text-xs", "font-medium", "truncate", "flex-1"], [1, "w-2", "h-2", "rounded-full", "flex-shrink-0"], [1, "flex", "items-center", "justify-between"], ["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"], ["tooltipType", "insightsList", 1, "px-2", "py-0.5", "rounded", "text-xs", "font-bold", 3, "libSymphiqTooltip", "tooltipPosition"], ["tooltipType", "competitive", 1, "px-2", "py-0.5", "rounded", "text-xs", "font-bold", 3, "libSymphiqTooltip", "tooltipPosition"]], template: function SymphiqFunnelAnalysisPreviewComponent_Template(rf, ctx) { if (rf & 1) {
|
|
24206
23963
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "div", 2)(3, "h3", 3);
|
|
24207
23964
|
i0.ɵɵtext(4, "Funnel Analysis");
|
|
24208
23965
|
i0.ɵɵelementEnd();
|
|
@@ -24464,7 +24221,7 @@ class SymphiqFunnelAnalysisPreviewComponent {
|
|
|
24464
24221
|
<!-- Tooltip Container -->
|
|
24465
24222
|
<symphiq-tooltip-container />
|
|
24466
24223
|
`, styles: ["@keyframes statusPulse{0%,to{opacity:1}50%{opacity:.6}}.status-pulse{animation:statusPulse 2s ease-in-out infinite}\n"] }]
|
|
24467
|
-
}], () => [], { analysisInput: [{ type: i0.Input, args: [{ isSignal: true, alias: "funnelAnalysis", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], useSampleData: [{ type: i0.Input, args: [{ isSignal: true, alias: "useSampleData", required: false }] }],
|
|
24224
|
+
}], () => [], { analysisInput: [{ type: i0.Input, args: [{ isSignal: true, alias: "funnelAnalysis", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], useSampleData: [{ type: i0.Input, args: [{ isSignal: true, alias: "useSampleData", required: false }] }], scrollElement: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollElement", required: false }] }], onViewAnalysis: [{ type: i0.Output, args: ["onViewAnalysis"] }] }); })();
|
|
24468
24225
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqFunnelAnalysisPreviewComponent, { className: "SymphiqFunnelAnalysisPreviewComponent", filePath: "lib/components/funnel-analysis-preview/symphiq-funnel-analysis-preview.component.ts", lineNumber: 216 }); })();
|
|
24469
24226
|
|
|
24470
24227
|
const _c0$3 = ["chartdiv"];
|