@eric-emg/symphiq-components 1.3.88 → 1.3.89
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.89",
|
|
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<PerformanceMetricInterface | AiChartInterface | InsightBlockInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (PerformanceMetricInterface | InsightBlockInterface)[] | 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<PerformanceMetricInterface | AiChartInterface | InsightBlockInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (PerformanceMetricInterface | InsightBlockInterface)[] | 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<PerformanceMetricInterface | AiChartInterface | InsightBlockInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (PerformanceMetricInterface | InsightBlockInterface)[] | 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<PerformanceMetricInterface | AiChartInterface | InsightBlockInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (PerformanceMetricInterface | InsightBlockInterface)[] | 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-700/50" | "border-slate-200">;
|
|
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
|
|
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
|
|
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
|
|
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-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">;
|
|
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-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">;
|
|
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-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">;
|
|
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">;
|
|
@@ -2097,6 +2097,7 @@ declare class OverallAssessmentComponent {
|
|
|
2097
2097
|
formattedRevenueTrend: _angular_core.Signal<string>;
|
|
2098
2098
|
formattedRevenueTarget: _angular_core.Signal<string>;
|
|
2099
2099
|
hasRevenuePacing: _angular_core.Signal<boolean>;
|
|
2100
|
+
currentYear: _angular_core.Signal<number>;
|
|
2100
2101
|
formattedRevenuePacing: _angular_core.Signal<string>;
|
|
2101
2102
|
revenueStatusClass: _angular_core.Signal<string>;
|
|
2102
2103
|
revenueStatusLabel: _angular_core.Signal<string>;
|
|
@@ -2379,12 +2380,12 @@ declare class SymphiqFunnelAnalysisPreviewComponent {
|
|
|
2379
2380
|
private computeMetricTooltip;
|
|
2380
2381
|
formattedRevenueValue: _angular_core.Signal<string>;
|
|
2381
2382
|
formattedRevenueTrend: _angular_core.Signal<string>;
|
|
2382
|
-
revenueStatusIcon: _angular_core.Signal<"↑" | "
|
|
2383
|
+
revenueStatusIcon: _angular_core.Signal<"↑" | "→" | "⚠" | "•">;
|
|
2383
2384
|
hasCompetitiveData: _angular_core.Signal<boolean>;
|
|
2384
2385
|
hasOverallCompetitiveBenchmark: _angular_core.Signal<boolean>;
|
|
2385
2386
|
overallCompetitiveDescription: _angular_core.Signal<string>;
|
|
2386
2387
|
overallCompetitiveLabel: _angular_core.Signal<_jebgem_model.CompetitiveScoreEnum | "N/A">;
|
|
2387
|
-
overallCompetitiveIcon: _angular_core.Signal<"↑" | "
|
|
2388
|
+
overallCompetitiveIcon: _angular_core.Signal<"↑" | "•" | "↔" | "↓">;
|
|
2388
2389
|
competitiveScore: _angular_core.Signal<string>;
|
|
2389
2390
|
gradeTooltip: _angular_core.Signal<{
|
|
2390
2391
|
title: string;
|
|
@@ -2465,7 +2466,7 @@ declare class SymphiqFunnelAnalysisPreviewComponent {
|
|
|
2465
2466
|
buttonClass: _angular_core.Signal<string>;
|
|
2466
2467
|
competitiveBadgeClass: _angular_core.Signal<string>;
|
|
2467
2468
|
shouldPulseCompetitiveBadge: _angular_core.Signal<boolean>;
|
|
2468
|
-
overallCompetitiveStatusBadgeClass: _angular_core.Signal<"border-2 bg-gradient-to-
|
|
2469
|
+
overallCompetitiveStatusBadgeClass: _angular_core.Signal<"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)]" | "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">;
|
|
2469
2470
|
shouldPulseOverallCompetitive: _angular_core.Signal<boolean>;
|
|
2470
2471
|
statusIconClass: _angular_core.Signal<string>;
|
|
2471
2472
|
insightsCardClass: _angular_core.Signal<string>;
|
|
@@ -2659,7 +2660,7 @@ declare class SymphiqCreateAccountDashboardComponent implements OnDestroy {
|
|
|
2659
2660
|
protected focusAreaProgressCountClasses: _angular_core.Signal<"text-emerald-600" | "text-emerald-400" | "text-blue-400" | "text-blue-600">;
|
|
2660
2661
|
protected focusAreaProgressBarBgClasses: _angular_core.Signal<"bg-slate-200" | "bg-slate-700">;
|
|
2661
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">;
|
|
2662
|
-
protected progressBadgeClasses: _angular_core.Signal<"bg-
|
|
2663
|
+
protected progressBadgeClasses: _angular_core.Signal<"bg-emerald-100 text-emerald-700 border border-emerald-200" | "bg-blue-100 text-blue-700 border border-blue-200" | "bg-emerald-900/30 text-emerald-400 border border-emerald-700" | "bg-blue-900/30 text-blue-400 border border-blue-700">;
|
|
2663
2664
|
protected dividerClasses: _angular_core.Signal<"border-t border-slate-200" | "border-t border-slate-700">;
|
|
2664
2665
|
protected groupTitleClasses(type: 'engaged' | 'interested' | 'not-interested'): string;
|
|
2665
2666
|
protected focusAreaViewCardClasses(type: 'engaged' | 'interested' | 'not-interested'): string;
|
|
@@ -3004,7 +3005,7 @@ declare class PacingStatusBadgeComponent implements OnDestroy {
|
|
|
3004
3005
|
private animateValue;
|
|
3005
3006
|
protected displayInfo: _angular_core.Signal<PacingDisplayInfo>;
|
|
3006
3007
|
protected containerClasses: _angular_core.Signal<string>;
|
|
3007
|
-
protected targetRotation: _angular_core.Signal<
|
|
3008
|
+
protected targetRotation: _angular_core.Signal<0 | 1 | -1>;
|
|
3008
3009
|
protected rotationStyle: _angular_core.Signal<string>;
|
|
3009
3010
|
protected fullBadgeRotationStyle: _angular_core.Signal<string>;
|
|
3010
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">;
|
|
@@ -3019,7 +3020,7 @@ declare class PacingStatusBadgeComponent implements OnDestroy {
|
|
|
3019
3020
|
protected animatedPercentage: _angular_core.Signal<string>;
|
|
3020
3021
|
protected extractPercentage: _angular_core.Signal<string>;
|
|
3021
3022
|
protected displayTextWithoutPercentage: _angular_core.Signal<string>;
|
|
3022
|
-
protected overlayBadgeClasses: _angular_core.Signal<"bg-
|
|
3023
|
+
protected overlayBadgeClasses: _angular_core.Signal<"bg-emerald-500 text-white" | "bg-red-500 text-white" | "bg-amber-500 text-white" | "bg-emerald-600 text-emerald-50" | "bg-amber-600 text-amber-50" | "bg-red-600 text-red-50">;
|
|
3023
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">;
|
|
3024
3025
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<PacingStatusBadgeComponent, never>;
|
|
3025
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>;
|
|
@@ -4410,7 +4411,7 @@ declare class SymphiqProfileAnalysisFocusAreaDashboardComponent implements OnIni
|
|
|
4410
4411
|
protected progressCardClasses: _angular_core.Signal<"bg-white border-slate-200" | "bg-slate-800/40 border-slate-700/50">;
|
|
4411
4412
|
protected sectionTitleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
4412
4413
|
protected sectionCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
|
|
4413
|
-
protected sectionIconClasses: _angular_core.Signal<"bg-blue-
|
|
4414
|
+
protected sectionIconClasses: _angular_core.Signal<"bg-blue-50 text-blue-600" | "bg-blue-500/20 text-blue-400">;
|
|
4414
4415
|
protected sectionDescriptionClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
4415
4416
|
private formatGradeInText;
|
|
4416
4417
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SymphiqProfileAnalysisFocusAreaDashboardComponent, never>;
|
|
@@ -4728,7 +4729,7 @@ declare class SymphiqProfileMetricsAnalysesDashboardComponent {
|
|
|
4728
4729
|
handleSearchClick(): void;
|
|
4729
4730
|
handleCloseSearchModal(): void;
|
|
4730
4731
|
protected welcomeBannerContainerClasses: _angular_core.Signal<"bg-white border-slate-200" | "bg-slate-800/50 border-slate-700/50">;
|
|
4731
|
-
protected welcomeBannerIconClasses: _angular_core.Signal<"bg-blue-
|
|
4732
|
+
protected welcomeBannerIconClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-400" | "bg-blue-100 text-blue-600">;
|
|
4732
4733
|
protected welcomeBannerTitleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
4733
4734
|
protected welcomeBannerTextClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
4734
4735
|
private getIconForMetric;
|
|
@@ -5018,9 +5019,9 @@ declare class FocusAreaExecutiveSummaryComponent {
|
|
|
5018
5019
|
protected topPrioritiesStatLabelClasses: _angular_core.Signal<"text-purple-400" | "text-purple-700">;
|
|
5019
5020
|
protected topPrioritiesStatValueClasses: _angular_core.Signal<"text-purple-900" | "text-purple-100">;
|
|
5020
5021
|
protected topPrioritiesButtonTextClasses: _angular_core.Signal<"text-purple-400" | "text-purple-700">;
|
|
5021
|
-
protected quickWinsStatCardClasses: _angular_core.Signal<"bg-blue-
|
|
5022
|
+
protected quickWinsStatCardClasses: _angular_core.Signal<"bg-blue-50 border-2 border-blue-200 hover:border-blue-400 hover:shadow-lg hover:shadow-blue-100/50" | "bg-blue-500/10 border-2 border-blue-500/30 hover:border-blue-400/50 hover:shadow-lg hover:shadow-blue-500/10">;
|
|
5022
5023
|
protected quickWinsStatLabelClasses: _angular_core.Signal<"text-blue-700" | "text-blue-400">;
|
|
5023
|
-
protected quickWinsStatValueClasses: _angular_core.Signal<"text-blue-
|
|
5024
|
+
protected quickWinsStatValueClasses: _angular_core.Signal<"text-blue-900" | "text-blue-100">;
|
|
5024
5025
|
protected quickWinsButtonTextClasses: _angular_core.Signal<"text-blue-700" | "text-blue-400">;
|
|
5025
5026
|
protected onTopPrioritiesClick(): void;
|
|
5026
5027
|
protected onPriorityDetailClick(event: {
|
|
@@ -5065,7 +5066,7 @@ declare class MetricExecutiveSummaryComponent {
|
|
|
5065
5066
|
protected pacingBadgeClasses: _angular_core.Signal<string>;
|
|
5066
5067
|
protected metricCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
|
|
5067
5068
|
protected viewDetailsTextClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
5068
|
-
protected viewDetailsButtonClasses: _angular_core.Signal<"bg-blue-
|
|
5069
|
+
protected viewDetailsButtonClasses: _angular_core.Signal<"bg-blue-50 text-blue-700 border border-blue-200 hover:bg-blue-100" | "bg-blue-500/20 text-blue-300 border border-blue-500/40 hover:bg-blue-500/30">;
|
|
5069
5070
|
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">;
|
|
5070
5071
|
protected metricLabelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
5071
5072
|
protected metricValueClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
@@ -5678,7 +5679,7 @@ declare class GradeBadgeComponent {
|
|
|
5678
5679
|
gradeRationale: _angular_core.InputSignal<string>;
|
|
5679
5680
|
label: _angular_core.InputSignal<string>;
|
|
5680
5681
|
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
5681
|
-
tooltipPosition: _angular_core.InputSignal<"top" | "
|
|
5682
|
+
tooltipPosition: _angular_core.InputSignal<"top" | "left" | "right" | "bottom">;
|
|
5682
5683
|
isLightMode: _angular_core.Signal<boolean>;
|
|
5683
5684
|
formattedGrade: _angular_core.Signal<string>;
|
|
5684
5685
|
shouldPulse: _angular_core.Signal<boolean>;
|
|
@@ -5788,24 +5789,24 @@ declare class ConfidenceLevelCardComponent implements OnInit, OnDestroy {
|
|
|
5788
5789
|
protected titleClasses: _angular_core.Signal<"text-white" | "bg-gradient-to-r from-slate-700 to-slate-900 bg-clip-text text-transparent">;
|
|
5789
5790
|
protected subtitleClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
5790
5791
|
protected gradeBadgeContainerClasses: _angular_core.Signal<string>;
|
|
5791
|
-
protected glowEffectClasses: _angular_core.Signal<"bg-
|
|
5792
|
+
protected glowEffectClasses: _angular_core.Signal<"bg-red-500" | "bg-blue-500" | "bg-emerald-500" | "bg-orange-500">;
|
|
5792
5793
|
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)]">;
|
|
5793
5794
|
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">;
|
|
5794
5795
|
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">;
|
|
5795
5796
|
protected descriptionClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
5796
5797
|
protected progressLabelClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
5797
|
-
protected progressValueClasses: _angular_core.Signal<"text-emerald-600" | "text-emerald-400" | "text-red-600" | "text-red-400" | "text-blue-400" | "text-
|
|
5798
|
+
protected progressValueClasses: _angular_core.Signal<"text-emerald-600" | "text-emerald-400" | "text-red-600" | "text-red-400" | "text-blue-400" | "text-blue-600" | "text-orange-600" | "text-orange-400">;
|
|
5798
5799
|
protected progressTrackClasses: _angular_core.Signal<"bg-slate-700/50 shadow-inner" | "bg-slate-200 shadow-inner">;
|
|
5799
5800
|
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">;
|
|
5800
5801
|
protected shimmerClasses: _angular_core.Signal<string>;
|
|
5801
5802
|
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">;
|
|
5802
5803
|
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">;
|
|
5803
|
-
protected nextStepCalloutClasses: _angular_core.Signal<"bg-slate-
|
|
5804
|
-
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-
|
|
5805
|
-
protected currentStepCalloutClasses: _angular_core.Signal<"bg-slate-
|
|
5806
|
-
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-
|
|
5804
|
+
protected nextStepCalloutClasses: _angular_core.Signal<"bg-slate-700/50 text-slate-300 border border-slate-600/50" | "bg-slate-100 text-slate-700 border border-slate-200">;
|
|
5805
|
+
protected nextStepBadgeClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-400" | "bg-red-100 text-red-700" | "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-500/20 text-red-400">;
|
|
5806
|
+
protected currentStepCalloutClasses: _angular_core.Signal<"bg-slate-700/50 text-slate-300 border border-slate-600/50" | "bg-slate-100 text-slate-700 border border-slate-200">;
|
|
5807
|
+
protected currentStepBadgeClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-400" | "bg-red-100 text-red-700" | "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-500/20 text-red-400">;
|
|
5807
5808
|
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">;
|
|
5808
|
-
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-
|
|
5809
|
+
protected nextDashboardBadgeClasses: _angular_core.Signal<"bg-blue-50 text-blue-600" | "bg-emerald-500/10 text-emerald-500" | "bg-emerald-50 text-emerald-600" | "bg-blue-500/10 text-blue-500" | "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">;
|
|
5809
5810
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ConfidenceLevelCardComponent, never>;
|
|
5810
5811
|
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>;
|
|
5811
5812
|
}
|
|
@@ -5883,10 +5884,10 @@ declare class IndeterminateSpinnerComponent {
|
|
|
5883
5884
|
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
5884
5885
|
size: _angular_core.InputSignal<SpinnerSize>;
|
|
5885
5886
|
color: _angular_core.InputSignal<string | undefined>;
|
|
5886
|
-
svgSize: _angular_core.Signal<
|
|
5887
|
+
svgSize: _angular_core.Signal<60 | 40 | 80>;
|
|
5887
5888
|
circleRadius: _angular_core.Signal<16 | 36 | 26>;
|
|
5888
5889
|
svgCircleRadius: _angular_core.Signal<number>;
|
|
5889
|
-
strokeWidth: _angular_core.Signal<
|
|
5890
|
+
strokeWidth: _angular_core.Signal<2 | 3 | 2.5>;
|
|
5890
5891
|
dotSize: _angular_core.Signal<5 | 10 | 7>;
|
|
5891
5892
|
containerClasses: _angular_core.Signal<{
|
|
5892
5893
|
'w-10 h-10': boolean;
|
|
@@ -5962,7 +5963,7 @@ declare class ChartContainerComponent {
|
|
|
5962
5963
|
titleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
5963
5964
|
descriptionClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
5964
5965
|
iconClass: _angular_core.Signal<"text-slate-400 group-hover:text-blue-500" | "text-slate-500 group-hover:text-blue-400">;
|
|
5965
|
-
chartIconClass: _angular_core.Signal<"bg-blue-
|
|
5966
|
+
chartIconClass: _angular_core.Signal<"bg-blue-500/20 text-blue-400" | "bg-blue-100 text-blue-600">;
|
|
5966
5967
|
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">;
|
|
5967
5968
|
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">;
|
|
5968
5969
|
isCollapsible: _angular_core.Signal<boolean>;
|
|
@@ -6026,7 +6027,7 @@ declare class BarChartComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
|
6026
6027
|
showAxisLabels: _angular_core.InputSignal<boolean>;
|
|
6027
6028
|
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
6028
6029
|
currencySymbol: _angular_core.InputSignal<string>;
|
|
6029
|
-
chartHeight: _angular_core.Signal<"
|
|
6030
|
+
chartHeight: _angular_core.Signal<"175px" | "500px">;
|
|
6030
6031
|
cursorColor: _angular_core.Signal<9741240 | 16777215>;
|
|
6031
6032
|
tooltipTextColor: _angular_core.Signal<0 | 16777215>;
|
|
6032
6033
|
chartHash: _angular_core.Signal<string>;
|
|
@@ -6063,7 +6064,7 @@ declare class PieChartComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
|
6063
6064
|
showAxisLabels: _angular_core.InputSignal<boolean>;
|
|
6064
6065
|
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
6065
6066
|
currencySymbol: _angular_core.InputSignal<string>;
|
|
6066
|
-
chartHeight: _angular_core.Signal<"
|
|
6067
|
+
chartHeight: _angular_core.Signal<"200px" | "500px">;
|
|
6067
6068
|
chartHash: _angular_core.Signal<string>;
|
|
6068
6069
|
chartDiv: ElementRef;
|
|
6069
6070
|
private root?;
|
|
@@ -6145,7 +6146,7 @@ declare class TooltipContainerComponent implements AfterViewInit, OnDestroy {
|
|
|
6145
6146
|
isVisible: _angular_core.Signal<boolean>;
|
|
6146
6147
|
tooltipType: _angular_core.Signal<string | null>;
|
|
6147
6148
|
tooltipContent: _angular_core.Signal<string | Record<string, unknown> | undefined>;
|
|
6148
|
-
tooltipPosition: _angular_core.Signal<"top" | "
|
|
6149
|
+
tooltipPosition: _angular_core.Signal<"top" | "auto" | "left" | "right" | "bottom">;
|
|
6149
6150
|
targetRect: _angular_core.Signal<DOMRect | null>;
|
|
6150
6151
|
mousePosition: _angular_core.Signal<{
|
|
6151
6152
|
x: number;
|