@eric-emg/symphiq-components 1.2.77 → 1.2.78
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 +33 -21
- package/fesm2022/symphiq-components.mjs.map +1 -1
- package/index.d.ts +5 -5
- package/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -11246,6 +11246,16 @@ class TooltipContainerComponent {
|
|
|
11246
11246
|
const rect = this.targetRect();
|
|
11247
11247
|
if (!rect)
|
|
11248
11248
|
return 0;
|
|
11249
|
+
console.log('🎯🎯🎯 [RECT FROM DIRECTIVE] 🎯🎯🎯', {
|
|
11250
|
+
left: rect.left,
|
|
11251
|
+
right: rect.right,
|
|
11252
|
+
top: rect.top,
|
|
11253
|
+
bottom: rect.bottom,
|
|
11254
|
+
width: rect.width,
|
|
11255
|
+
height: rect.height,
|
|
11256
|
+
x: rect.x,
|
|
11257
|
+
y: rect.y
|
|
11258
|
+
});
|
|
11249
11259
|
const position = this.tooltipPosition();
|
|
11250
11260
|
const mousePos = this.mousePosition();
|
|
11251
11261
|
const tooltipWidth = 384;
|
|
@@ -11410,7 +11420,7 @@ class TooltipContainerComponent {
|
|
|
11410
11420
|
static { this.ɵfac = function TooltipContainerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TooltipContainerComponent)(); }; }
|
|
11411
11421
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TooltipContainerComponent, selectors: [["symphiq-tooltip-container"]], hostVars: 2, hostBindings: function TooltipContainerComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
11412
11422
|
i0.ɵɵstyleProp("display", "contents");
|
|
11413
|
-
} }, decls: 1, vars: 1, consts: [[1, "z-[100]", "pointer-events-none", 3, "style"], [1, "z-[100]", "pointer-events-none"], [1, "rounded-lg", "shadow-2xl", "border", "backdrop-blur-xl", "px-4", "py-3", "
|
|
11423
|
+
} }, decls: 1, vars: 1, consts: [[1, "z-[100]", "pointer-events-none", 3, "style"], [1, "z-[100]", "pointer-events-none"], [1, "rounded-lg", "shadow-2xl", "border", "backdrop-blur-xl", "px-4", "py-3", "pointer-events-auto", 2, "max-width", "24rem", "width", "max-content", "min-width", "12rem", 3, "mouseenter", "mouseleave", "ngClass"], [1, "text-sm", "space-y-3", 3, "ngClass"], [1, "text-sm", "whitespace-pre-line", "leading-relaxed", 3, "ngClass"], [1, "text-sm", "whitespace-pre-line", 3, "ngClass"], [3, "content", "isLightMode"], [1, "space-y-2"], [1, "font-semibold"], [1, "whitespace-pre-line", "leading-relaxed"]], template: function TooltipContainerComponent_Template(rf, ctx) { if (rf & 1) {
|
|
11414
11424
|
i0.ɵɵconditionalCreate(0, TooltipContainerComponent_Conditional_0_Template, 15, 7, "div", 0);
|
|
11415
11425
|
} if (rf & 2) {
|
|
11416
11426
|
i0.ɵɵconditional(ctx.isVisible() ? 0 : -1);
|
|
@@ -11475,7 +11485,8 @@ class TooltipContainerComponent {
|
|
|
11475
11485
|
class="z-[100] pointer-events-none">
|
|
11476
11486
|
<div
|
|
11477
11487
|
[ngClass]="contentClass()"
|
|
11478
|
-
class="rounded-lg shadow-2xl border backdrop-blur-xl px-4 py-3
|
|
11488
|
+
class="rounded-lg shadow-2xl border backdrop-blur-xl px-4 py-3 pointer-events-auto"
|
|
11489
|
+
style="max-width: 24rem; width: max-content; min-width: 12rem;"
|
|
11479
11490
|
(mouseenter)="onTooltipMouseEnter()"
|
|
11480
11491
|
(mouseleave)="onTooltipMouseLeave()">
|
|
11481
11492
|
@let content = tooltipContent();
|
|
@@ -11576,7 +11587,7 @@ class TooltipContainerComponent {
|
|
|
11576
11587
|
`
|
|
11577
11588
|
}]
|
|
11578
11589
|
}], () => [], null); })();
|
|
11579
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TooltipContainerComponent, { className: "TooltipContainerComponent", filePath: "lib/components/funnel-analysis-dashboard/tooltip/tooltip-container.component.ts", lineNumber:
|
|
11590
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TooltipContainerComponent, { className: "TooltipContainerComponent", filePath: "lib/components/funnel-analysis-dashboard/tooltip/tooltip-container.component.ts", lineNumber: 176 }); })();
|
|
11580
11591
|
|
|
11581
11592
|
function MobileFABComponent_Conditional_1_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
11582
11593
|
i0.ɵɵnamespaceSVG();
|
|
@@ -23673,16 +23684,16 @@ function SymphiqFunnelAnalysisPreviewComponent_Conditional_12_Template(rf, ctx)
|
|
|
23673
23684
|
i0.ɵɵelementEnd()();
|
|
23674
23685
|
i0.ɵɵelementStart(7, "div", 28);
|
|
23675
23686
|
i0.ɵɵlistener("mouseenter", function SymphiqFunnelAnalysisPreviewComponent_Conditional_12_Template_div_mouseenter_7_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView($event.stopPropagation()); })("mouseleave", function SymphiqFunnelAnalysisPreviewComponent_Conditional_12_Template_div_mouseleave_7_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView($event.stopPropagation()); });
|
|
23676
|
-
i0.ɵɵelementStart(8, "span");
|
|
23687
|
+
i0.ɵɵelementStart(8, "span", 29);
|
|
23677
23688
|
i0.ɵɵtext(9);
|
|
23678
23689
|
i0.ɵɵelementEnd()()();
|
|
23679
|
-
i0.ɵɵelementStart(10, "div",
|
|
23690
|
+
i0.ɵɵelementStart(10, "div", 30)(11, "p", 31);
|
|
23680
23691
|
i0.ɵɵtext(12);
|
|
23681
23692
|
i0.ɵɵelementEnd();
|
|
23682
|
-
i0.ɵɵelementStart(13, "div",
|
|
23693
|
+
i0.ɵɵelementStart(13, "div", 32);
|
|
23683
23694
|
i0.ɵɵnamespaceSVG();
|
|
23684
|
-
i0.ɵɵelementStart(14, "svg",
|
|
23685
|
-
i0.ɵɵelement(15, "path",
|
|
23695
|
+
i0.ɵɵelementStart(14, "svg", 33);
|
|
23696
|
+
i0.ɵɵelement(15, "path", 34);
|
|
23686
23697
|
i0.ɵɵelementEnd();
|
|
23687
23698
|
i0.ɵɵnamespaceHTML();
|
|
23688
23699
|
i0.ɵɵelementStart(16, "span", 27);
|
|
@@ -23699,8 +23710,9 @@ function SymphiqFunnelAnalysisPreviewComponent_Conditional_12_Template(rf, ctx)
|
|
|
23699
23710
|
i0.ɵɵadvance(2);
|
|
23700
23711
|
i0.ɵɵclassMap(ctx_r1.revenueStatusClass());
|
|
23701
23712
|
i0.ɵɵclassProp("animate-pulse", ctx_r1.shouldPulseRevenueStatus());
|
|
23713
|
+
i0.ɵɵadvance();
|
|
23702
23714
|
i0.ɵɵproperty("libSymphiqTooltip", ctx_r1.revenueStatusTooltip())("tooltipPosition", "left");
|
|
23703
|
-
i0.ɵɵadvance(
|
|
23715
|
+
i0.ɵɵadvance();
|
|
23704
23716
|
i0.ɵɵtextInterpolate(ctx_r1.revenueStatusIcon());
|
|
23705
23717
|
i0.ɵɵadvance(2);
|
|
23706
23718
|
i0.ɵɵclassMap(ctx_r1.titleClass());
|
|
@@ -23714,12 +23726,12 @@ function SymphiqFunnelAnalysisPreviewComponent_Conditional_12_Template(rf, ctx)
|
|
|
23714
23726
|
i0.ɵɵtextInterpolate1("", ctx_r1.formattedRevenueTrend(), "%");
|
|
23715
23727
|
} }
|
|
23716
23728
|
function SymphiqFunnelAnalysisPreviewComponent_For_15_Template(rf, ctx) { if (rf & 1) {
|
|
23717
|
-
i0.ɵɵelementStart(0, "div",
|
|
23729
|
+
i0.ɵɵelementStart(0, "div", 35)(1, "div", 36)(2, "span", 37);
|
|
23718
23730
|
i0.ɵɵtext(3);
|
|
23719
23731
|
i0.ɵɵelementEnd();
|
|
23720
|
-
i0.ɵɵelement(4, "span",
|
|
23732
|
+
i0.ɵɵelement(4, "span", 38);
|
|
23721
23733
|
i0.ɵɵelementEnd();
|
|
23722
|
-
i0.ɵɵelementStart(5, "div",
|
|
23734
|
+
i0.ɵɵelementStart(5, "div", 30)(6, "span", 3);
|
|
23723
23735
|
i0.ɵɵtext(7);
|
|
23724
23736
|
i0.ɵɵelementEnd();
|
|
23725
23737
|
i0.ɵɵelementStart(8, "span", 27);
|
|
@@ -23747,16 +23759,16 @@ function SymphiqFunnelAnalysisPreviewComponent_For_15_Template(rf, ctx) { if (rf
|
|
|
23747
23759
|
i0.ɵɵtextInterpolate1(" ", ctx_r1.formatTrend(metric_r3), " ");
|
|
23748
23760
|
} }
|
|
23749
23761
|
function SymphiqFunnelAnalysisPreviewComponent_Conditional_16_Template(rf, ctx) { if (rf & 1) {
|
|
23750
|
-
i0.ɵɵelementStart(0, "div", 13)(1, "div",
|
|
23762
|
+
i0.ɵɵelementStart(0, "div", 13)(1, "div", 39)(2, "div", 15);
|
|
23751
23763
|
i0.ɵɵnamespaceSVG();
|
|
23752
23764
|
i0.ɵɵelementStart(3, "svg", 25);
|
|
23753
|
-
i0.ɵɵelement(4, "path",
|
|
23765
|
+
i0.ɵɵelement(4, "path", 40);
|
|
23754
23766
|
i0.ɵɵelementEnd();
|
|
23755
23767
|
i0.ɵɵnamespaceHTML();
|
|
23756
23768
|
i0.ɵɵelementStart(5, "span", 17);
|
|
23757
23769
|
i0.ɵɵtext(6);
|
|
23758
23770
|
i0.ɵɵelementEnd()();
|
|
23759
|
-
i0.ɵɵelementStart(7, "div",
|
|
23771
|
+
i0.ɵɵelementStart(7, "div", 41);
|
|
23760
23772
|
i0.ɵɵtext(8, " View ");
|
|
23761
23773
|
i0.ɵɵelementEnd()()();
|
|
23762
23774
|
} if (rf & 2) {
|
|
@@ -23773,7 +23785,7 @@ function SymphiqFunnelAnalysisPreviewComponent_Conditional_16_Template(rf, ctx)
|
|
|
23773
23785
|
i0.ɵɵproperty("libSymphiqTooltip", ctx_r1.insightsTooltip())("tooltipPosition", "left");
|
|
23774
23786
|
} }
|
|
23775
23787
|
function SymphiqFunnelAnalysisPreviewComponent_Conditional_24_Template(rf, ctx) { if (rf & 1) {
|
|
23776
|
-
i0.ɵɵelementStart(0, "div",
|
|
23788
|
+
i0.ɵɵelementStart(0, "div", 42);
|
|
23777
23789
|
i0.ɵɵtext(1);
|
|
23778
23790
|
i0.ɵɵelementEnd();
|
|
23779
23791
|
} if (rf & 2) {
|
|
@@ -24138,7 +24150,7 @@ class SymphiqFunnelAnalysisPreviewComponent {
|
|
|
24138
24150
|
this.onViewAnalysis.emit();
|
|
24139
24151
|
}
|
|
24140
24152
|
static { this.ɵfac = function SymphiqFunnelAnalysisPreviewComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SymphiqFunnelAnalysisPreviewComponent)(); }; }
|
|
24141
|
-
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"], containerElement: [1, "containerElement"] }, 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"], [
|
|
24153
|
+
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"], containerElement: [1, "containerElement"] }, 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"], [1, "px-2", "py-1", "rounded", "text-xs", "font-bold", "flex", "items-center", "gap-1", "relative", "z-10", "min-h-[32px]", 3, "mouseenter", "mouseleave"], ["tooltipType", "status", 3, "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) {
|
|
24142
24154
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "div", 2)(3, "h3", 3);
|
|
24143
24155
|
i0.ɵɵtext(4, "Funnel Analysis");
|
|
24144
24156
|
i0.ɵɵelementEnd();
|
|
@@ -24277,12 +24289,12 @@ class SymphiqFunnelAnalysisPreviewComponent {
|
|
|
24277
24289
|
[class]="revenueStatusClass()"
|
|
24278
24290
|
[class.animate-pulse]="shouldPulseRevenueStatus()"
|
|
24279
24291
|
class="px-2 py-1 rounded text-xs font-bold flex items-center gap-1 relative z-10 min-h-[32px]"
|
|
24280
|
-
[libSymphiqTooltip]="revenueStatusTooltip()"
|
|
24281
|
-
tooltipType="status"
|
|
24282
|
-
[tooltipPosition]="'left'"
|
|
24283
24292
|
(mouseenter)="$event.stopPropagation()"
|
|
24284
24293
|
(mouseleave)="$event.stopPropagation()">
|
|
24285
|
-
<span
|
|
24294
|
+
<span
|
|
24295
|
+
[libSymphiqTooltip]="revenueStatusTooltip()"
|
|
24296
|
+
tooltipType="status"
|
|
24297
|
+
[tooltipPosition]="'left'">{{ revenueStatusIcon() }}</span>
|
|
24286
24298
|
</div>
|
|
24287
24299
|
</div>
|
|
24288
24300
|
<div class="flex items-baseline justify-between">
|