@eric-emg/symphiq-components 1.3.89 → 1.3.90
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eric-emg/symphiq-components",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.90",
|
|
4
4
|
"description": "A comprehensive Angular library for component dashboards with performance visualization and metrics analysis",
|
|
5
5
|
"author": "Your Organization",
|
|
6
6
|
"license": "MIT",
|
|
@@ -1222,7 +1222,7 @@ declare class ModalComponent {
|
|
|
1222
1222
|
description: string;
|
|
1223
1223
|
icon: string;
|
|
1224
1224
|
} | null>;
|
|
1225
|
-
metricsListData: _angular_core.Signal<
|
|
1225
|
+
metricsListData: _angular_core.Signal<InsightBlockInterface | PerformanceMetricInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | AiChartInterface | (InsightBlockInterface | PerformanceMetricInterface)[] | null>;
|
|
1226
1226
|
metricsListMetrics: _angular_core.Signal<PerformanceMetricInterface[]>;
|
|
1227
1227
|
metricsListInsightContext: _angular_core.Signal<{
|
|
1228
1228
|
title: string;
|
|
@@ -1230,7 +1230,7 @@ declare class ModalComponent {
|
|
|
1230
1230
|
businessContext: string;
|
|
1231
1231
|
priority: number;
|
|
1232
1232
|
} | null>;
|
|
1233
|
-
chartsListData: _angular_core.Signal<
|
|
1233
|
+
chartsListData: _angular_core.Signal<InsightBlockInterface | PerformanceMetricInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | AiChartInterface | (InsightBlockInterface | PerformanceMetricInterface)[] | null>;
|
|
1234
1234
|
chartsListCharts: _angular_core.Signal<AiChartInterface[]>;
|
|
1235
1235
|
chartsListInsightContext: _angular_core.Signal<{
|
|
1236
1236
|
title: string;
|
|
@@ -1238,7 +1238,7 @@ declare class ModalComponent {
|
|
|
1238
1238
|
businessContext: string;
|
|
1239
1239
|
priority: number;
|
|
1240
1240
|
} | null>;
|
|
1241
|
-
recommendationsListData: _angular_core.Signal<
|
|
1241
|
+
recommendationsListData: _angular_core.Signal<InsightBlockInterface | PerformanceMetricInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | AiChartInterface | (InsightBlockInterface | PerformanceMetricInterface)[] | null>;
|
|
1242
1242
|
recommendationsListRecommendations: _angular_core.Signal<string[]>;
|
|
1243
1243
|
recommendationsListInsightContext: _angular_core.Signal<{
|
|
1244
1244
|
title: string;
|
|
@@ -1246,7 +1246,7 @@ declare class ModalComponent {
|
|
|
1246
1246
|
businessContext: string;
|
|
1247
1247
|
priority: number;
|
|
1248
1248
|
} | null>;
|
|
1249
|
-
competitiveAnalysisData: _angular_core.Signal<
|
|
1249
|
+
competitiveAnalysisData: _angular_core.Signal<InsightBlockInterface | PerformanceMetricInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | AiChartInterface | (InsightBlockInterface | PerformanceMetricInterface)[] | null>;
|
|
1250
1250
|
competitiveAnalysisContext: _angular_core.Signal<{
|
|
1251
1251
|
title: string;
|
|
1252
1252
|
description: string;
|
|
@@ -1525,7 +1525,7 @@ declare class ViewModeSwitcherModalComponent {
|
|
|
1525
1525
|
private computeOptionDescriptionClasses;
|
|
1526
1526
|
protected backdropClasses: _angular_core.Signal<"bg-slate-950/25" | "bg-slate-900/15">;
|
|
1527
1527
|
protected modalClasses: _angular_core.Signal<"bg-slate-800/95 border border-slate-700/50" | "bg-white/95 border border-slate-200">;
|
|
1528
|
-
protected headerClasses: _angular_core.Signal<"border-slate-
|
|
1528
|
+
protected headerClasses: _angular_core.Signal<"border-slate-200" | "border-slate-700/50">;
|
|
1529
1529
|
protected titleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
1530
1530
|
protected descriptionClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
1531
1531
|
protected closeButtonClasses: _angular_core.Signal<"text-slate-600 hover:text-slate-900 hover:bg-slate-100" | "text-slate-400 hover:text-white hover:bg-slate-700">;
|
|
@@ -1867,9 +1867,9 @@ declare class InsightCardComponent {
|
|
|
1867
1867
|
recommendationsContainerLightClass: _angular_core.Signal<string>;
|
|
1868
1868
|
recommendationsContainerDarkClass: _angular_core.Signal<string>;
|
|
1869
1869
|
recommendationsContainerClass: _angular_core.Signal<string>;
|
|
1870
|
-
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-
|
|
1871
|
-
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-
|
|
1872
|
-
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-
|
|
1870
|
+
priorityBadgeLightClass: _angular_core.Signal<"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 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">;
|
|
1871
|
+
priorityBadgeDarkClass: _angular_core.Signal<"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" | "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">;
|
|
1872
|
+
priorityBadgeClass: _angular_core.Signal<"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 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-500/20 text-red-400 border-red-500/50" | "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">;
|
|
1873
1873
|
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">;
|
|
1874
1874
|
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">;
|
|
1875
1875
|
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">;
|
|
@@ -2380,12 +2380,12 @@ declare class SymphiqFunnelAnalysisPreviewComponent {
|
|
|
2380
2380
|
private computeMetricTooltip;
|
|
2381
2381
|
formattedRevenueValue: _angular_core.Signal<string>;
|
|
2382
2382
|
formattedRevenueTrend: _angular_core.Signal<string>;
|
|
2383
|
-
revenueStatusIcon: _angular_core.Signal<"↑" | "
|
|
2383
|
+
revenueStatusIcon: _angular_core.Signal<"↑" | "•" | "→" | "⚠">;
|
|
2384
2384
|
hasCompetitiveData: _angular_core.Signal<boolean>;
|
|
2385
2385
|
hasOverallCompetitiveBenchmark: _angular_core.Signal<boolean>;
|
|
2386
2386
|
overallCompetitiveDescription: _angular_core.Signal<string>;
|
|
2387
2387
|
overallCompetitiveLabel: _angular_core.Signal<_jebgem_model.CompetitiveScoreEnum | "N/A">;
|
|
2388
|
-
overallCompetitiveIcon: _angular_core.Signal<"↑" | "
|
|
2388
|
+
overallCompetitiveIcon: _angular_core.Signal<"↑" | "↔" | "↓" | "•">;
|
|
2389
2389
|
competitiveScore: _angular_core.Signal<string>;
|
|
2390
2390
|
gradeTooltip: _angular_core.Signal<{
|
|
2391
2391
|
title: string;
|
|
@@ -2466,7 +2466,7 @@ declare class SymphiqFunnelAnalysisPreviewComponent {
|
|
|
2466
2466
|
buttonClass: _angular_core.Signal<string>;
|
|
2467
2467
|
competitiveBadgeClass: _angular_core.Signal<string>;
|
|
2468
2468
|
shouldPulseCompetitiveBadge: _angular_core.Signal<boolean>;
|
|
2469
|
-
overallCompetitiveStatusBadgeClass: _angular_core.Signal<"border-2 bg-gradient-to-
|
|
2469
|
+
overallCompetitiveStatusBadgeClass: _angular_core.Signal<"border-2 bg-gradient-to-r from-emerald-500/30 to-emerald-500/20 text-emerald-400 border-emerald-500/40 shadow-lg shadow-emerald-500/20" | "border-2 bg-gradient-to-r from-blue-500/30 to-blue-500/20 text-blue-400 border-blue-500/40 shadow-lg shadow-blue-500/20" | "border-2 bg-gradient-to-r from-orange-500/30 to-orange-500/20 text-orange-400 border-orange-500/40 shadow-lg shadow-orange-500/20" | "border-2 bg-gradient-to-r from-slate-500/20 to-slate-500/10 text-slate-400 border-slate-500/30 shadow-lg shadow-slate-500/20" | "border-2 bg-gradient-to-br from-emerald-100/90 to-emerald-50/90 text-emerald-700 border-emerald-200/50 shadow-[2px_2px_4px_rgba(163,163,163,0.25),-2px_-2px_4px_rgba(255,255,255,0.75)]" | "border-2 bg-gradient-to-br from-blue-100/90 to-blue-50/90 text-blue-700 border-blue-200/50 shadow-[2px_2px_4px_rgba(163,163,163,0.25),-2px_-2px_4px_rgba(255,255,255,0.75)]" | "border-2 bg-gradient-to-br from-orange-100/90 to-orange-50/90 text-orange-700 border-orange-200/50 shadow-[2px_2px_4px_rgba(163,163,163,0.25),-2px_-2px_4px_rgba(255,255,255,0.75)]" | "border-2 bg-gradient-to-br from-slate-100/90 to-slate-50/90 text-slate-700 border-slate-200/50 shadow-[2px_2px_4px_rgba(163,163,163,0.25),-2px_-2px_4px_rgba(255,255,255,0.75)]">;
|
|
2470
2470
|
shouldPulseOverallCompetitive: _angular_core.Signal<boolean>;
|
|
2471
2471
|
statusIconClass: _angular_core.Signal<string>;
|
|
2472
2472
|
insightsCardClass: _angular_core.Signal<string>;
|
|
@@ -2660,7 +2660,7 @@ declare class SymphiqCreateAccountDashboardComponent implements OnDestroy {
|
|
|
2660
2660
|
protected focusAreaProgressCountClasses: _angular_core.Signal<"text-emerald-600" | "text-emerald-400" | "text-blue-400" | "text-blue-600">;
|
|
2661
2661
|
protected focusAreaProgressBarBgClasses: _angular_core.Signal<"bg-slate-200" | "bg-slate-700">;
|
|
2662
2662
|
protected focusAreaProgressBarFillClasses: _angular_core.Signal<"bg-gradient-to-r from-emerald-500 to-teal-500" | "bg-gradient-to-r from-blue-500 to-cyan-500" | "bg-gradient-to-r from-emerald-400 to-teal-400" | "bg-gradient-to-r from-blue-400 to-cyan-400">;
|
|
2663
|
-
protected progressBadgeClasses: _angular_core.Signal<"bg-
|
|
2663
|
+
protected progressBadgeClasses: _angular_core.Signal<"bg-blue-100 text-blue-700 border border-blue-200" | "bg-emerald-100 text-emerald-700 border border-emerald-200" | "bg-emerald-900/30 text-emerald-400 border border-emerald-700" | "bg-blue-900/30 text-blue-400 border border-blue-700">;
|
|
2664
2664
|
protected dividerClasses: _angular_core.Signal<"border-t border-slate-200" | "border-t border-slate-700">;
|
|
2665
2665
|
protected groupTitleClasses(type: 'engaged' | 'interested' | 'not-interested'): string;
|
|
2666
2666
|
protected focusAreaViewCardClasses(type: 'engaged' | 'interested' | 'not-interested'): string;
|
|
@@ -3005,7 +3005,7 @@ declare class PacingStatusBadgeComponent implements OnDestroy {
|
|
|
3005
3005
|
private animateValue;
|
|
3006
3006
|
protected displayInfo: _angular_core.Signal<PacingDisplayInfo>;
|
|
3007
3007
|
protected containerClasses: _angular_core.Signal<string>;
|
|
3008
|
-
protected targetRotation: _angular_core.Signal<
|
|
3008
|
+
protected targetRotation: _angular_core.Signal<1 | 0 | -1>;
|
|
3009
3009
|
protected rotationStyle: _angular_core.Signal<string>;
|
|
3010
3010
|
protected fullBadgeRotationStyle: _angular_core.Signal<string>;
|
|
3011
3011
|
protected containerSizeClasses: _angular_core.Signal<"inline-flex flex-row items-center rounded-xl border-2 overflow-visible transition-transform hover:rotate-0 pl-1.5" | "inline-flex flex-row items-center rounded-xl border-2 overflow-visible transition-transform hover:rotate-0 pl-2">;
|
|
@@ -3020,7 +3020,7 @@ declare class PacingStatusBadgeComponent implements OnDestroy {
|
|
|
3020
3020
|
protected animatedPercentage: _angular_core.Signal<string>;
|
|
3021
3021
|
protected extractPercentage: _angular_core.Signal<string>;
|
|
3022
3022
|
protected displayTextWithoutPercentage: _angular_core.Signal<string>;
|
|
3023
|
-
protected overlayBadgeClasses: _angular_core.Signal<"bg-
|
|
3023
|
+
protected overlayBadgeClasses: _angular_core.Signal<"bg-red-500 text-white" | "bg-amber-500 text-white" | "bg-emerald-500 text-white" | "bg-emerald-600 text-emerald-50" | "bg-amber-600 text-amber-50" | "bg-red-600 text-red-50">;
|
|
3024
3024
|
protected overlaySizeClasses: _angular_core.Signal<"px-2 py-1.5 rounded-lg text-sm font-extrabold tracking-wide shadow-md transition-all duration-200 -my-1 -mr-1 z-10 inline-flex items-center gap-0.5 tabular-nums" | "px-2.5 py-2 rounded-lg text-sm font-extrabold tracking-wide shadow-md transition-all duration-200 -my-1.5 -mr-1 z-10 inline-flex items-center gap-1 tabular-nums">;
|
|
3025
3025
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<PacingStatusBadgeComponent, never>;
|
|
3026
3026
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<PacingStatusBadgeComponent, "symphiq-pacing-status-badge", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "pacingPercentage": { "alias": "pacingPercentage"; "required": false; "isSignal": true; }; "status": { "alias": "status"; "required": false; "isSignal": true; }; "showAsFullText": { "alias": "showAsFullText"; "required": false; "isSignal": true; }; "isCompact": { "alias": "isCompact"; "required": false; "isSignal": true; }; "showEmphasizedPercentage": { "alias": "showEmphasizedPercentage"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
@@ -4411,7 +4411,7 @@ declare class SymphiqProfileAnalysisFocusAreaDashboardComponent implements OnIni
|
|
|
4411
4411
|
protected progressCardClasses: _angular_core.Signal<"bg-white border-slate-200" | "bg-slate-800/40 border-slate-700/50">;
|
|
4412
4412
|
protected sectionTitleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
4413
4413
|
protected sectionCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
|
|
4414
|
-
protected sectionIconClasses: _angular_core.Signal<"bg-blue-
|
|
4414
|
+
protected sectionIconClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-400" | "bg-blue-50 text-blue-600">;
|
|
4415
4415
|
protected sectionDescriptionClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
4416
4416
|
private formatGradeInText;
|
|
4417
4417
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SymphiqProfileAnalysisFocusAreaDashboardComponent, never>;
|
|
@@ -4598,6 +4598,7 @@ declare class SymphiqProfileAnalysisUnifiedDashboardComponent implements OnChang
|
|
|
4598
4598
|
protected onGoalClick(goal: UnifiedGoalInterface): void;
|
|
4599
4599
|
protected onViewAllPriorityActionsClick(): void;
|
|
4600
4600
|
protected onIntegrateGoals(output: GoalActionStatesOutput): void;
|
|
4601
|
+
protected onJourneyNextStepClick(): void;
|
|
4601
4602
|
protected onPriorityActionGoalClick(goalId: string): void;
|
|
4602
4603
|
protected onPriorityActionRecommendationClick(recommendationId: string): void;
|
|
4603
4604
|
private findRecommendationInUnifiedGoals;
|
|
@@ -4729,7 +4730,7 @@ declare class SymphiqProfileMetricsAnalysesDashboardComponent {
|
|
|
4729
4730
|
handleSearchClick(): void;
|
|
4730
4731
|
handleCloseSearchModal(): void;
|
|
4731
4732
|
protected welcomeBannerContainerClasses: _angular_core.Signal<"bg-white border-slate-200" | "bg-slate-800/50 border-slate-700/50">;
|
|
4732
|
-
protected welcomeBannerIconClasses: _angular_core.Signal<"bg-blue-
|
|
4733
|
+
protected welcomeBannerIconClasses: _angular_core.Signal<"bg-blue-100 text-blue-600" | "bg-blue-500/20 text-blue-400">;
|
|
4733
4734
|
protected welcomeBannerTitleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
4734
4735
|
protected welcomeBannerTextClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
4735
4736
|
private getIconForMetric;
|
|
@@ -5019,9 +5020,9 @@ declare class FocusAreaExecutiveSummaryComponent {
|
|
|
5019
5020
|
protected topPrioritiesStatLabelClasses: _angular_core.Signal<"text-purple-400" | "text-purple-700">;
|
|
5020
5021
|
protected topPrioritiesStatValueClasses: _angular_core.Signal<"text-purple-900" | "text-purple-100">;
|
|
5021
5022
|
protected topPrioritiesButtonTextClasses: _angular_core.Signal<"text-purple-400" | "text-purple-700">;
|
|
5022
|
-
protected quickWinsStatCardClasses: _angular_core.Signal<"bg-blue-
|
|
5023
|
+
protected quickWinsStatCardClasses: _angular_core.Signal<"bg-blue-500/10 border-2 border-blue-500/30 hover:border-blue-400/50 hover:shadow-lg hover:shadow-blue-500/10" | "bg-blue-50 border-2 border-blue-200 hover:border-blue-400 hover:shadow-lg hover:shadow-blue-100/50">;
|
|
5023
5024
|
protected quickWinsStatLabelClasses: _angular_core.Signal<"text-blue-700" | "text-blue-400">;
|
|
5024
|
-
protected quickWinsStatValueClasses: _angular_core.Signal<"text-blue-
|
|
5025
|
+
protected quickWinsStatValueClasses: _angular_core.Signal<"text-blue-100" | "text-blue-900">;
|
|
5025
5026
|
protected quickWinsButtonTextClasses: _angular_core.Signal<"text-blue-700" | "text-blue-400">;
|
|
5026
5027
|
protected onTopPrioritiesClick(): void;
|
|
5027
5028
|
protected onPriorityDetailClick(event: {
|
|
@@ -5066,7 +5067,7 @@ declare class MetricExecutiveSummaryComponent {
|
|
|
5066
5067
|
protected pacingBadgeClasses: _angular_core.Signal<string>;
|
|
5067
5068
|
protected metricCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
|
|
5068
5069
|
protected viewDetailsTextClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
5069
|
-
protected viewDetailsButtonClasses: _angular_core.Signal<"bg-blue-
|
|
5070
|
+
protected viewDetailsButtonClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-300 border border-blue-500/40 hover:bg-blue-500/30" | "bg-blue-50 text-blue-700 border border-blue-200 hover:bg-blue-100">;
|
|
5070
5071
|
protected viewReportButtonClasses: _angular_core.Signal<"bg-slate-700/50 text-slate-300 border border-slate-600 hover:bg-slate-600/50" | "bg-slate-100 text-slate-700 border border-slate-300 hover:bg-slate-200">;
|
|
5071
5072
|
protected metricLabelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
5072
5073
|
protected metricValueClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
@@ -5679,7 +5680,7 @@ declare class GradeBadgeComponent {
|
|
|
5679
5680
|
gradeRationale: _angular_core.InputSignal<string>;
|
|
5680
5681
|
label: _angular_core.InputSignal<string>;
|
|
5681
5682
|
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
5682
|
-
tooltipPosition: _angular_core.InputSignal<"top" | "
|
|
5683
|
+
tooltipPosition: _angular_core.InputSignal<"top" | "bottom" | "left" | "right">;
|
|
5683
5684
|
isLightMode: _angular_core.Signal<boolean>;
|
|
5684
5685
|
formattedGrade: _angular_core.Signal<string>;
|
|
5685
5686
|
shouldPulse: _angular_core.Signal<boolean>;
|
|
@@ -5789,24 +5790,24 @@ declare class ConfidenceLevelCardComponent implements OnInit, OnDestroy {
|
|
|
5789
5790
|
protected titleClasses: _angular_core.Signal<"text-white" | "bg-gradient-to-r from-slate-700 to-slate-900 bg-clip-text text-transparent">;
|
|
5790
5791
|
protected subtitleClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
5791
5792
|
protected gradeBadgeContainerClasses: _angular_core.Signal<string>;
|
|
5792
|
-
protected glowEffectClasses: _angular_core.Signal<"bg-
|
|
5793
|
+
protected glowEffectClasses: _angular_core.Signal<"bg-emerald-500" | "bg-blue-500" | "bg-orange-500" | "bg-red-500">;
|
|
5793
5794
|
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)]">;
|
|
5794
5795
|
protected gradeLabelClasses: _angular_core.Signal<"text-emerald-700" | "text-blue-700" | "text-red-700" | "text-orange-700" | "text-red-300" | "text-blue-300" | "text-emerald-300" | "text-orange-300">;
|
|
5795
5796
|
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">;
|
|
5796
5797
|
protected descriptionClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
5797
5798
|
protected progressLabelClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
5798
|
-
protected progressValueClasses: _angular_core.Signal<"text-emerald-600" | "text-emerald-400" | "text-red-600" | "text-red-400" | "text-blue-400" | "text-
|
|
5799
|
+
protected progressValueClasses: _angular_core.Signal<"text-emerald-600" | "text-emerald-400" | "text-red-600" | "text-red-400" | "text-blue-400" | "text-orange-600" | "text-orange-400" | "text-blue-600">;
|
|
5799
5800
|
protected progressTrackClasses: _angular_core.Signal<"bg-slate-700/50 shadow-inner" | "bg-slate-200 shadow-inner">;
|
|
5800
5801
|
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">;
|
|
5801
5802
|
protected shimmerClasses: _angular_core.Signal<string>;
|
|
5802
5803
|
protected progressGlowClasses: _angular_core.Signal<"bg-gradient-to-r from-emerald-500 to-teal-500" | "bg-gradient-to-r from-blue-500 to-cyan-500" | "bg-gradient-to-r from-orange-500 to-amber-500" | "bg-gradient-to-r from-red-500 to-rose-500">;
|
|
5803
5804
|
protected potentialProgressBarClasses: _angular_core.Signal<"opacity-40 bg-gradient-to-r from-emerald-500/50 via-teal-500/50 to-emerald-600/50" | "opacity-40 bg-gradient-to-r from-emerald-400/50 via-teal-400/50 to-emerald-500/50" | "opacity-40 bg-gradient-to-r from-blue-500/50 via-cyan-500/50 to-blue-600/50" | "opacity-40 bg-gradient-to-r from-blue-400/50 via-cyan-400/50 to-blue-500/50" | "opacity-40 bg-gradient-to-r from-orange-500/50 via-amber-500/50 to-orange-600/50" | "opacity-40 bg-gradient-to-r from-orange-400/50 via-amber-400/50 to-orange-500/50" | "opacity-40 bg-gradient-to-r from-red-500/50 via-rose-500/50 to-red-600/50" | "opacity-40 bg-gradient-to-r from-red-400/50 via-rose-400/50 to-red-500/50">;
|
|
5804
|
-
protected nextStepCalloutClasses: _angular_core.Signal<"bg-slate-
|
|
5805
|
-
protected nextStepBadgeClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-400" | "bg-
|
|
5806
|
-
protected currentStepCalloutClasses: _angular_core.Signal<"bg-slate-
|
|
5807
|
-
protected currentStepBadgeClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-400" | "bg-
|
|
5805
|
+
protected nextStepCalloutClasses: _angular_core.Signal<"bg-slate-100 text-slate-700 border border-slate-200" | "bg-slate-700/50 text-slate-300 border border-slate-600/50">;
|
|
5806
|
+
protected nextStepBadgeClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-400" | "bg-emerald-100 text-emerald-700" | "bg-emerald-500/20 text-emerald-400" | "bg-blue-100 text-blue-700" | "bg-orange-100 text-orange-700" | "bg-orange-500/20 text-orange-400" | "bg-red-100 text-red-700" | "bg-red-500/20 text-red-400">;
|
|
5807
|
+
protected currentStepCalloutClasses: _angular_core.Signal<"bg-slate-100 text-slate-700 border border-slate-200" | "bg-slate-700/50 text-slate-300 border border-slate-600/50">;
|
|
5808
|
+
protected currentStepBadgeClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-400" | "bg-emerald-100 text-emerald-700" | "bg-emerald-500/20 text-emerald-400" | "bg-blue-100 text-blue-700" | "bg-orange-100 text-orange-700" | "bg-orange-500/20 text-orange-400" | "bg-red-100 text-red-700" | "bg-red-500/20 text-red-400">;
|
|
5808
5809
|
protected nextDashboardCalloutClasses: _angular_core.Signal<"bg-slate-800/30 text-slate-400 border border-slate-700/30" | "bg-slate-50 text-slate-500 border border-slate-100">;
|
|
5809
|
-
protected nextDashboardBadgeClasses: _angular_core.Signal<"bg-
|
|
5810
|
+
protected nextDashboardBadgeClasses: _angular_core.Signal<"bg-emerald-500/10 text-emerald-500" | "bg-emerald-50 text-emerald-600" | "bg-blue-500/10 text-blue-500" | "bg-blue-50 text-blue-600" | "bg-orange-500/10 text-orange-500" | "bg-orange-50 text-orange-600" | "bg-red-500/10 text-red-500" | "bg-red-50 text-red-600">;
|
|
5810
5811
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ConfidenceLevelCardComponent, never>;
|
|
5811
5812
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ConfidenceLevelCardComponent, "symphiq-confidence-level-card", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "currentStepId": { "alias": "currentStepId"; "required": false; "isSignal": true; }; "focusAreaDetails": { "alias": "focusAreaDetails"; "required": false; "isSignal": true; }; "currentFocusAreaDomain": { "alias": "currentFocusAreaDomain"; "required": false; "isSignal": true; }; "currentMetric": { "alias": "currentMetric"; "required": false; "isSignal": true; }; "targets": { "alias": "targets"; "required": false; "isSignal": true; }; "isCurrentStepComplete": { "alias": "isCurrentStepComplete"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
5812
5813
|
}
|
|
@@ -5884,10 +5885,10 @@ declare class IndeterminateSpinnerComponent {
|
|
|
5884
5885
|
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
5885
5886
|
size: _angular_core.InputSignal<SpinnerSize>;
|
|
5886
5887
|
color: _angular_core.InputSignal<string | undefined>;
|
|
5887
|
-
svgSize: _angular_core.Signal<
|
|
5888
|
+
svgSize: _angular_core.Signal<40 | 80 | 60>;
|
|
5888
5889
|
circleRadius: _angular_core.Signal<16 | 36 | 26>;
|
|
5889
5890
|
svgCircleRadius: _angular_core.Signal<number>;
|
|
5890
|
-
strokeWidth: _angular_core.Signal<
|
|
5891
|
+
strokeWidth: _angular_core.Signal<3 | 2 | 2.5>;
|
|
5891
5892
|
dotSize: _angular_core.Signal<5 | 10 | 7>;
|
|
5892
5893
|
containerClasses: _angular_core.Signal<{
|
|
5893
5894
|
'w-10 h-10': boolean;
|
|
@@ -5963,7 +5964,7 @@ declare class ChartContainerComponent {
|
|
|
5963
5964
|
titleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
5964
5965
|
descriptionClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
5965
5966
|
iconClass: _angular_core.Signal<"text-slate-400 group-hover:text-blue-500" | "text-slate-500 group-hover:text-blue-400">;
|
|
5966
|
-
chartIconClass: _angular_core.Signal<"bg-blue-
|
|
5967
|
+
chartIconClass: _angular_core.Signal<"bg-blue-100 text-blue-600" | "bg-blue-500/20 text-blue-400">;
|
|
5967
5968
|
expandButtonClass: _angular_core.Signal<"bg-blue-100 text-blue-600 hover:bg-blue-200" | "bg-blue-500/20 text-blue-400 hover:bg-blue-500/30">;
|
|
5968
5969
|
closeButtonClass: _angular_core.Signal<"bg-slate-100 text-slate-600 hover:bg-slate-200" | "bg-slate-700/50 text-slate-400 hover:bg-slate-600/50">;
|
|
5969
5970
|
isCollapsible: _angular_core.Signal<boolean>;
|
|
@@ -6027,7 +6028,7 @@ declare class BarChartComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
|
6027
6028
|
showAxisLabels: _angular_core.InputSignal<boolean>;
|
|
6028
6029
|
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
6029
6030
|
currencySymbol: _angular_core.InputSignal<string>;
|
|
6030
|
-
chartHeight: _angular_core.Signal<"
|
|
6031
|
+
chartHeight: _angular_core.Signal<"500px" | "175px">;
|
|
6031
6032
|
cursorColor: _angular_core.Signal<9741240 | 16777215>;
|
|
6032
6033
|
tooltipTextColor: _angular_core.Signal<0 | 16777215>;
|
|
6033
6034
|
chartHash: _angular_core.Signal<string>;
|
|
@@ -6064,7 +6065,7 @@ declare class PieChartComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
|
6064
6065
|
showAxisLabels: _angular_core.InputSignal<boolean>;
|
|
6065
6066
|
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
6066
6067
|
currencySymbol: _angular_core.InputSignal<string>;
|
|
6067
|
-
chartHeight: _angular_core.Signal<"
|
|
6068
|
+
chartHeight: _angular_core.Signal<"500px" | "200px">;
|
|
6068
6069
|
chartHash: _angular_core.Signal<string>;
|
|
6069
6070
|
chartDiv: ElementRef;
|
|
6070
6071
|
private root?;
|
|
@@ -6146,7 +6147,7 @@ declare class TooltipContainerComponent implements AfterViewInit, OnDestroy {
|
|
|
6146
6147
|
isVisible: _angular_core.Signal<boolean>;
|
|
6147
6148
|
tooltipType: _angular_core.Signal<string | null>;
|
|
6148
6149
|
tooltipContent: _angular_core.Signal<string | Record<string, unknown> | undefined>;
|
|
6149
|
-
tooltipPosition: _angular_core.Signal<"top" | "
|
|
6150
|
+
tooltipPosition: _angular_core.Signal<"top" | "bottom" | "left" | "right" | "auto">;
|
|
6150
6151
|
targetRect: _angular_core.Signal<DOMRect | null>;
|
|
6151
6152
|
mousePosition: _angular_core.Signal<{
|
|
6152
6153
|
x: number;
|