@eric-emg/symphiq-components 1.2.552 → 1.2.553
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 +158 -140
- package/fesm2022/symphiq-components.mjs.map +1 -1
- package/index.d.ts +25 -25
- package/index.d.ts.map +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1072,7 +1072,7 @@ declare class ModalComponent {
|
|
|
1072
1072
|
private animatedTrendValues;
|
|
1073
1073
|
private animationFrames;
|
|
1074
1074
|
isOpen: _angular_core.Signal<boolean>;
|
|
1075
|
-
modalType: _angular_core.Signal<"
|
|
1075
|
+
modalType: _angular_core.Signal<"insight" | "metric" | "chart" | "insights-list" | "goal-insights-list" | "goal-business-insights-list" | "metrics-list" | "charts-list" | "recommendations-list" | "competitive-analysis" | "funnel-strengths-list" | "funnel-weaknesses-list" | "funnel-strength-detail" | "funnel-weakness-detail" | "business-insight-detail" | null>;
|
|
1076
1076
|
charts: _angular_core.Signal<AiChartInterface[]>;
|
|
1077
1077
|
modalKey: _angular_core.Signal<number>;
|
|
1078
1078
|
insightData: _angular_core.Signal<InsightBlockInterface | null>;
|
|
@@ -1091,7 +1091,7 @@ declare class ModalComponent {
|
|
|
1091
1091
|
description: string;
|
|
1092
1092
|
icon: string;
|
|
1093
1093
|
} | null>;
|
|
1094
|
-
metricsListData: _angular_core.Signal<
|
|
1094
|
+
metricsListData: _angular_core.Signal<PerformanceMetricInterface | InsightBlockInterface | AiChartInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (PerformanceMetricInterface | InsightBlockInterface)[] | null>;
|
|
1095
1095
|
metricsListMetrics: _angular_core.Signal<PerformanceMetricInterface[]>;
|
|
1096
1096
|
metricsListInsightContext: _angular_core.Signal<{
|
|
1097
1097
|
title: string;
|
|
@@ -1099,7 +1099,7 @@ declare class ModalComponent {
|
|
|
1099
1099
|
businessContext: string;
|
|
1100
1100
|
priority: number;
|
|
1101
1101
|
} | null>;
|
|
1102
|
-
chartsListData: _angular_core.Signal<
|
|
1102
|
+
chartsListData: _angular_core.Signal<PerformanceMetricInterface | InsightBlockInterface | AiChartInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (PerformanceMetricInterface | InsightBlockInterface)[] | null>;
|
|
1103
1103
|
chartsListCharts: _angular_core.Signal<AiChartInterface[]>;
|
|
1104
1104
|
chartsListInsightContext: _angular_core.Signal<{
|
|
1105
1105
|
title: string;
|
|
@@ -1107,7 +1107,7 @@ declare class ModalComponent {
|
|
|
1107
1107
|
businessContext: string;
|
|
1108
1108
|
priority: number;
|
|
1109
1109
|
} | null>;
|
|
1110
|
-
recommendationsListData: _angular_core.Signal<
|
|
1110
|
+
recommendationsListData: _angular_core.Signal<PerformanceMetricInterface | InsightBlockInterface | AiChartInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (PerformanceMetricInterface | InsightBlockInterface)[] | null>;
|
|
1111
1111
|
recommendationsListRecommendations: _angular_core.Signal<string[]>;
|
|
1112
1112
|
recommendationsListInsightContext: _angular_core.Signal<{
|
|
1113
1113
|
title: string;
|
|
@@ -1115,7 +1115,7 @@ declare class ModalComponent {
|
|
|
1115
1115
|
businessContext: string;
|
|
1116
1116
|
priority: number;
|
|
1117
1117
|
} | null>;
|
|
1118
|
-
competitiveAnalysisData: _angular_core.Signal<
|
|
1118
|
+
competitiveAnalysisData: _angular_core.Signal<PerformanceMetricInterface | InsightBlockInterface | AiChartInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (PerformanceMetricInterface | InsightBlockInterface)[] | null>;
|
|
1119
1119
|
competitiveAnalysisContext: _angular_core.Signal<{
|
|
1120
1120
|
title: string;
|
|
1121
1121
|
description: string;
|
|
@@ -1671,9 +1671,9 @@ declare class MetricCardComponent {
|
|
|
1671
1671
|
competitiveScoreBadgeLightClass: _angular_core.Signal<string>;
|
|
1672
1672
|
competitiveScoreBadgeDarkClass: _angular_core.Signal<string>;
|
|
1673
1673
|
competitiveScoreBadgeClass: _angular_core.Signal<string>;
|
|
1674
|
-
competitiveScoreTextClass: _angular_core.Signal<"" | "text-blue-
|
|
1675
|
-
competitiveComparisonDefaultClass: _angular_core.Signal<"text-slate-
|
|
1676
|
-
competitiveComparisonClass: _angular_core.Signal<"text-slate-
|
|
1674
|
+
competitiveScoreTextClass: _angular_core.Signal<"" | "text-blue-700" | "text-blue-400" | "text-emerald-600" | "text-orange-600">;
|
|
1675
|
+
competitiveComparisonDefaultClass: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
1676
|
+
competitiveComparisonClass: _angular_core.Signal<"text-slate-700" | "text-slate-300" | "text-emerald-600 font-semibold" | "text-orange-600 font-semibold">;
|
|
1677
1677
|
getCompetitiveScoreIcon(): string;
|
|
1678
1678
|
getCompetitiveScoreLabel(): string;
|
|
1679
1679
|
getCompetitiveScoreLabelFull(): string;
|
|
@@ -1723,9 +1723,9 @@ declare class InsightCardComponent {
|
|
|
1723
1723
|
recommendationsContainerLightClass: _angular_core.Signal<string>;
|
|
1724
1724
|
recommendationsContainerDarkClass: _angular_core.Signal<string>;
|
|
1725
1725
|
recommendationsContainerClass: _angular_core.Signal<string>;
|
|
1726
|
-
priorityBadgeLightClass: _angular_core.Signal<"w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md
|
|
1727
|
-
priorityBadgeDarkClass: _angular_core.Signal<"w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md
|
|
1728
|
-
priorityBadgeClass: _angular_core.Signal<"w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md
|
|
1726
|
+
priorityBadgeLightClass: _angular_core.Signal<"w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-amber-100/70 text-amber-700 border-amber-400/60" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-blue-100/70 text-blue-700 border-blue-400/60" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-slate-100/70 text-slate-700 border-slate-400/60" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md animate-pulse bg-red-100/70 text-red-700 border-red-400/60">;
|
|
1727
|
+
priorityBadgeDarkClass: _angular_core.Signal<"w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-amber-500/20 text-amber-400 border-amber-500/50" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-blue-500/20 text-blue-400 border-blue-500/50" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-slate-500/20 text-slate-400 border-slate-500/50" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md animate-pulse bg-red-500/20 text-red-400 border-red-500/50">;
|
|
1728
|
+
priorityBadgeClass: _angular_core.Signal<"w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-amber-100/70 text-amber-700 border-amber-400/60" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-blue-100/70 text-blue-700 border-blue-400/60" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-slate-100/70 text-slate-700 border-slate-400/60" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-amber-500/20 text-amber-400 border-amber-500/50" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-blue-500/20 text-blue-400 border-blue-500/50" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-slate-500/20 text-slate-400 border-slate-500/50" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md animate-pulse bg-red-100/70 text-red-700 border-red-400/60" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md animate-pulse bg-red-500/20 text-red-400 border-red-500/50">;
|
|
1729
1729
|
containerLightClass: _angular_core.Signal<"transition-all duration-300 hover:shadow-2xl hover:-translate-y-1 cursor-pointer group bg-gradient-to-br from-white to-blue-50/50 border-2 border-blue-300 hover:border-blue-400 shadow-lg shadow-blue-200/50 hover:shadow-blue-300/60" | "transition-all duration-300 hover:shadow-2xl hover:-translate-y-1 cursor-pointer group bg-white border-slate-200 hover:border-blue-400 hover:shadow-blue-100/50">;
|
|
1730
1730
|
containerDarkClass: _angular_core.Signal<"transition-all duration-300 hover:shadow-2xl hover:-translate-y-1 cursor-pointer group bg-gradient-to-br from-slate-800 to-blue-900/20 border-2 border-blue-500/40 hover:border-blue-400/60 shadow-lg shadow-blue-500/20 hover:shadow-blue-500/30" | "transition-all duration-300 hover:shadow-2xl hover:-translate-y-1 cursor-pointer group bg-slate-800 border-slate-700 hover:border-slate-500 hover:shadow-slate-900/50">;
|
|
1731
1731
|
containerClass: _angular_core.Signal<"transition-all duration-300 hover:shadow-2xl hover:-translate-y-1 cursor-pointer group bg-gradient-to-br from-white to-blue-50/50 border-2 border-blue-300 hover:border-blue-400 shadow-lg shadow-blue-200/50 hover:shadow-blue-300/60" | "transition-all duration-300 hover:shadow-2xl hover:-translate-y-1 cursor-pointer group bg-white border-slate-200 hover:border-blue-400 hover:shadow-blue-100/50" | "transition-all duration-300 hover:shadow-2xl hover:-translate-y-1 cursor-pointer group bg-gradient-to-br from-slate-800 to-blue-900/20 border-2 border-blue-500/40 hover:border-blue-400/60 shadow-lg shadow-blue-500/20 hover:shadow-blue-500/30" | "transition-all duration-300 hover:shadow-2xl hover:-translate-y-1 cursor-pointer group bg-slate-800 border-slate-700 hover:border-slate-500 hover:shadow-slate-900/50">;
|
|
@@ -3257,7 +3257,7 @@ declare class BusinessAnalysisModalComponent implements OnInit, OnDestroy {
|
|
|
3257
3257
|
baseZIndex: _angular_core.Signal<number>;
|
|
3258
3258
|
backdropZIndex: _angular_core.Signal<number>;
|
|
3259
3259
|
contentZIndex: _angular_core.Signal<number>;
|
|
3260
|
-
visualizationType: _angular_core.Signal<"
|
|
3260
|
+
visualizationType: _angular_core.Signal<"horizontal-bar" | "circular-progress" | "napkin-visual" | "custom" | null>;
|
|
3261
3261
|
horizontalBarData: _angular_core.Signal<{
|
|
3262
3262
|
percentage: number;
|
|
3263
3263
|
label: string;
|
|
@@ -4619,7 +4619,7 @@ declare class MetricExecutiveSummaryComponent {
|
|
|
4619
4619
|
protected projectedValue: _angular_core.Signal<string | undefined>;
|
|
4620
4620
|
protected bannerClasses: _angular_core.Signal<"bg-gradient-to-br from-slate-800/50 to-slate-800/30 border border-slate-700/50" | "bg-gradient-to-br from-white to-slate-50/50 border border-slate-200">;
|
|
4621
4621
|
protected titleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
4622
|
-
protected textClasses: _angular_core.Signal<"text-slate-
|
|
4622
|
+
protected textClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
4623
4623
|
protected iconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
4624
4624
|
protected healthBadgeClasses: _angular_core.Signal<string>;
|
|
4625
4625
|
protected pacingBadgeClasses: _angular_core.Signal<string>;
|
|
@@ -4641,7 +4641,7 @@ declare class MetricExecutiveSummaryComponent {
|
|
|
4641
4641
|
protected priorityCardClasses: _angular_core.Signal<"bg-slate-800/50 border border-slate-700/50 hover:border-slate-600/70" | "bg-white border border-slate-200 hover:border-slate-300">;
|
|
4642
4642
|
protected priorityNumberClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-300" | "bg-blue-100 text-blue-800">;
|
|
4643
4643
|
protected priorityTitleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
4644
|
-
protected priorityTextClasses: _angular_core.Signal<"text-slate-
|
|
4644
|
+
protected priorityTextClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
4645
4645
|
protected impactBoxClasses: _angular_core.Signal<"bg-slate-800/30 border border-slate-700/30" | "bg-slate-50/50 border border-slate-200">;
|
|
4646
4646
|
protected impactLabelClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
4647
4647
|
protected impactTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
@@ -4960,7 +4960,7 @@ declare class FocusAreaStatusCardComponent {
|
|
|
4960
4960
|
protected generatingMessage: _angular_core.Signal<"Generating Profile Questions..." | "Generating Analysis..." | "Generating...">;
|
|
4961
4961
|
protected hasAnalysis: _angular_core.Signal<boolean>;
|
|
4962
4962
|
protected hasProfile: _angular_core.Signal<boolean>;
|
|
4963
|
-
protected profileCompletionPercentage: _angular_core.Signal<0 |
|
|
4963
|
+
protected profileCompletionPercentage: _angular_core.Signal<0 | 50 | 100>;
|
|
4964
4964
|
protected isProfileComplete: _angular_core.Signal<boolean>;
|
|
4965
4965
|
protected handleCardClick(): void;
|
|
4966
4966
|
protected cardClasses(): string;
|
|
@@ -5191,7 +5191,7 @@ declare class GradeBadgeComponent {
|
|
|
5191
5191
|
gradeRationale: _angular_core.InputSignal<string>;
|
|
5192
5192
|
label: _angular_core.InputSignal<string>;
|
|
5193
5193
|
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
5194
|
-
tooltipPosition: _angular_core.InputSignal<"top" | "
|
|
5194
|
+
tooltipPosition: _angular_core.InputSignal<"top" | "left" | "right" | "bottom">;
|
|
5195
5195
|
isLightMode: _angular_core.Signal<boolean>;
|
|
5196
5196
|
formattedGrade: _angular_core.Signal<string>;
|
|
5197
5197
|
shouldPulse: _angular_core.Signal<boolean>;
|
|
@@ -5287,11 +5287,11 @@ declare class ConfidenceLevelCardComponent implements OnInit, OnDestroy {
|
|
|
5287
5287
|
protected gradeBadgeContainerClasses: _angular_core.Signal<string>;
|
|
5288
5288
|
protected glowEffectClasses: _angular_core.Signal<"bg-emerald-500" | "bg-blue-500" | "bg-orange-500" | "bg-red-500">;
|
|
5289
5289
|
protected gradeBadgeClasses: _angular_core.Signal<"bg-gradient-to-br from-emerald-500/30 to-teal-500/30 border-2 border-emerald-500/50 shadow-[0_0_20px_rgba(16,185,129,0.3)]" | "bg-gradient-to-br from-emerald-50 to-teal-50 border-2 border-emerald-300/50 shadow-[0_0_20px_rgba(16,185,129,0.2)]" | "bg-gradient-to-br from-blue-500/30 to-cyan-500/30 border-2 border-blue-500/50 shadow-[0_0_20px_rgba(59,130,246,0.3)]" | "bg-gradient-to-br from-blue-50 to-cyan-50 border-2 border-blue-300/50 shadow-[0_0_20px_rgba(59,130,246,0.2)]" | "bg-gradient-to-br from-orange-500/30 to-amber-500/30 border-2 border-orange-500/50 shadow-[0_0_20px_rgba(249,115,22,0.3)]" | "bg-gradient-to-br from-orange-50 to-amber-50 border-2 border-orange-300/50 shadow-[0_0_20px_rgba(249,115,22,0.2)]" | "bg-gradient-to-br from-red-500/30 to-rose-500/30 border-2 border-red-500/50 shadow-[0_0_20px_rgba(239,68,68,0.3)]" | "bg-gradient-to-br from-red-50 to-rose-50 border-2 border-red-300/50 shadow-[0_0_20px_rgba(239,68,68,0.2)]">;
|
|
5290
|
-
protected gradeLabelClasses: _angular_core.Signal<"text-
|
|
5290
|
+
protected gradeLabelClasses: _angular_core.Signal<"text-emerald-700" | "text-red-700" | "text-blue-700" | "text-orange-700" | "text-red-300" | "text-blue-300" | "text-emerald-300" | "text-orange-300">;
|
|
5291
5291
|
protected gradeValueClasses: _angular_core.Signal<"bg-gradient-to-b from-emerald-300 to-emerald-500 bg-clip-text text-transparent" | "bg-gradient-to-b from-emerald-600 to-emerald-800 bg-clip-text text-transparent" | "bg-gradient-to-b from-blue-300 to-blue-500 bg-clip-text text-transparent" | "bg-gradient-to-b from-blue-600 to-blue-800 bg-clip-text text-transparent" | "bg-gradient-to-b from-orange-300 to-orange-500 bg-clip-text text-transparent" | "bg-gradient-to-b from-orange-600 to-orange-800 bg-clip-text text-transparent" | "bg-gradient-to-b from-red-300 to-red-500 bg-clip-text text-transparent" | "bg-gradient-to-b from-red-600 to-red-800 bg-clip-text text-transparent">;
|
|
5292
|
-
protected descriptionClasses: _angular_core.Signal<"text-slate-
|
|
5293
|
-
protected progressLabelClasses: _angular_core.Signal<"text-slate-
|
|
5294
|
-
protected progressValueClasses: _angular_core.Signal<"text-
|
|
5292
|
+
protected descriptionClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
5293
|
+
protected progressLabelClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
5294
|
+
protected progressValueClasses: _angular_core.Signal<"text-emerald-400" | "text-red-400" | "text-blue-400" | "text-emerald-600" | "text-red-600" | "text-orange-600" | "text-orange-400" | "text-blue-600">;
|
|
5295
5295
|
protected progressTrackClasses: _angular_core.Signal<"bg-slate-700/50 shadow-inner" | "bg-slate-200 shadow-inner">;
|
|
5296
5296
|
protected progressBarClasses: _angular_core.Signal<"rounded-full overflow-hidden bg-gradient-to-r from-emerald-500 via-teal-500 to-emerald-600" | "rounded-full overflow-hidden bg-gradient-to-r from-blue-500 via-cyan-500 to-blue-600" | "rounded-full overflow-hidden bg-gradient-to-r from-orange-500 via-amber-500 to-orange-600" | "rounded-full overflow-hidden bg-gradient-to-r from-red-500 via-rose-500 to-red-600">;
|
|
5297
5297
|
protected shimmerClasses: _angular_core.Signal<string>;
|
|
@@ -5342,7 +5342,7 @@ declare class ContentGenerationProgressComponent {
|
|
|
5342
5342
|
protected iconContainerClasses: _angular_core.Signal<"bg-gradient-to-br from-blue-500 to-purple-500 text-white shadow-lg shadow-blue-500/30" | "bg-gradient-to-br from-blue-400 to-purple-400 text-white shadow-lg shadow-blue-400/30">;
|
|
5343
5343
|
protected titleClasses: _angular_core.Signal<"bg-gradient-to-r from-blue-600 via-purple-600 to-blue-600 bg-clip-text text-transparent" | "bg-gradient-to-r from-blue-400 via-purple-400 to-blue-400 bg-clip-text text-transparent">;
|
|
5344
5344
|
protected subtitleClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
5345
|
-
protected progressMessageClasses: _angular_core.Signal<"text-slate-
|
|
5345
|
+
protected progressMessageClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
5346
5346
|
protected progressBarContainerClasses: _angular_core.Signal<string>;
|
|
5347
5347
|
protected progressBarBackgroundClasses: _angular_core.Signal<"bg-slate-200" | "bg-slate-700">;
|
|
5348
5348
|
protected progressBarFillClasses: _angular_core.Signal<"bg-gradient-to-r from-blue-500 via-cyan-500 to-blue-600 shadow-lg shadow-blue-500/40" | "bg-gradient-to-r from-blue-400 via-cyan-400 to-blue-500 shadow-lg shadow-blue-400/40">;
|
|
@@ -5465,7 +5465,7 @@ declare class LineChartComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
|
5465
5465
|
height: _angular_core.InputSignal<string | undefined>;
|
|
5466
5466
|
chartHeight: _angular_core.Signal<string>;
|
|
5467
5467
|
cursorColor: _angular_core.Signal<9741240 | 16777215>;
|
|
5468
|
-
tooltipTextColor: _angular_core.Signal<
|
|
5468
|
+
tooltipTextColor: _angular_core.Signal<0 | 16777215>;
|
|
5469
5469
|
chartHash: _angular_core.Signal<string>;
|
|
5470
5470
|
chartDiv: ElementRef;
|
|
5471
5471
|
private root?;
|
|
@@ -5626,7 +5626,7 @@ declare class TooltipContainerComponent implements AfterViewInit, OnDestroy {
|
|
|
5626
5626
|
isVisible: _angular_core.Signal<boolean>;
|
|
5627
5627
|
tooltipType: _angular_core.Signal<string | null>;
|
|
5628
5628
|
tooltipContent: _angular_core.Signal<string | Record<string, unknown> | undefined>;
|
|
5629
|
-
tooltipPosition: _angular_core.Signal<"top" | "
|
|
5629
|
+
tooltipPosition: _angular_core.Signal<"top" | "auto" | "left" | "right" | "bottom">;
|
|
5630
5630
|
targetRect: _angular_core.Signal<DOMRect | null>;
|
|
5631
5631
|
mousePosition: _angular_core.Signal<{
|
|
5632
5632
|
x: number;
|
|
@@ -5651,7 +5651,7 @@ declare class TooltipContainerComponent implements AfterViewInit, OnDestroy {
|
|
|
5651
5651
|
shouldCenter: _angular_core.Signal<boolean>;
|
|
5652
5652
|
containerClass: _angular_core.Signal<"" | "-translate-x-1/2">;
|
|
5653
5653
|
contentClass: _angular_core.Signal<"bg-white/95 border-slate-300 text-slate-900" | "bg-slate-800/95 border-slate-600 text-white">;
|
|
5654
|
-
textClass: _angular_core.Signal<"text-slate-
|
|
5654
|
+
textClass: _angular_core.Signal<"text-slate-200" | "text-slate-700">;
|
|
5655
5655
|
viewMoreButtonClass: _angular_core.Signal<"bg-blue-50 text-blue-700 border border-blue-200 hover:bg-blue-200 hover:border-blue-400 hover:text-blue-800 active:bg-blue-300" | "bg-blue-500/10 text-blue-400 border border-blue-500/20 hover:bg-blue-500/30 hover:border-blue-500/40 hover:text-blue-300 active:bg-blue-500/40">;
|
|
5656
5656
|
transformStyle: _angular_core.Signal<"none" | "translateX(-192px)">;
|
|
5657
5657
|
constructor();
|
|
@@ -5885,7 +5885,7 @@ declare class OpportunityHighlightBannerComponent {
|
|
|
5885
5885
|
protected titleClasses: _angular_core.Signal<"text-amber-300" | "text-amber-900">;
|
|
5886
5886
|
protected badgeClasses: _angular_core.Signal<"bg-amber-500/30 text-amber-300" | "bg-amber-200 text-amber-800">;
|
|
5887
5887
|
protected messageClasses: _angular_core.Signal<"text-amber-700" | "text-amber-400/90">;
|
|
5888
|
-
protected chevronClasses: _angular_core.Signal<"text-amber-
|
|
5888
|
+
protected chevronClasses: _angular_core.Signal<"text-amber-600" | "text-amber-400">;
|
|
5889
5889
|
handleClick(event: Event): void;
|
|
5890
5890
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OpportunityHighlightBannerComponent, never>;
|
|
5891
5891
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<OpportunityHighlightBannerComponent, "symphiq-opportunity-highlight-banner", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "message": { "alias": "message"; "required": false; "isSignal": true; }; "isDark": { "alias": "isDark"; "required": false; "isSignal": true; }; "isExpanded": { "alias": "isExpanded"; "required": false; "isSignal": true; }; }, { "bannerClick": "bannerClick"; }, never, never, true, never>;
|