@eric-emg/symphiq-components 1.3.37 → 1.3.39
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.39",
|
|
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",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@angular/forms": "^21.0.0",
|
|
40
40
|
"@angular/platform-browser": "^21.0.0",
|
|
41
41
|
"@angular/router": "^21.0.0",
|
|
42
|
-
"@jebgem/model": "^0.0.
|
|
42
|
+
"@jebgem/model": "^0.0.89",
|
|
43
43
|
"@jebgem/util": "^0.0.5",
|
|
44
44
|
"rxjs": "^7.8.1"
|
|
45
45
|
},
|
package/styles.css
CHANGED
|
@@ -2190,9 +2190,6 @@
|
|
|
2190
2190
|
.border-purple-600 {
|
|
2191
2191
|
border-color: var(--color-purple-600);
|
|
2192
2192
|
}
|
|
2193
|
-
.border-purple-700 {
|
|
2194
|
-
border-color: var(--color-purple-700);
|
|
2195
|
-
}
|
|
2196
2193
|
.border-purple-700\/50 {
|
|
2197
2194
|
border-color: color-mix(in srgb, oklch(49.6% 0.265 301.924) 50%, transparent);
|
|
2198
2195
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -1461,8 +1461,8 @@ declare class ViewModeSwitcherModalComponent {
|
|
|
1461
1461
|
private computeOptionDescriptionClasses;
|
|
1462
1462
|
protected backdropClasses: _angular_core.Signal<"bg-slate-950/25" | "bg-slate-900/15">;
|
|
1463
1463
|
protected modalClasses: _angular_core.Signal<"bg-slate-800/95 border border-slate-700/50" | "bg-white/95 border border-slate-200">;
|
|
1464
|
-
protected headerClasses: _angular_core.Signal<"border-slate-
|
|
1465
|
-
protected titleClasses: _angular_core.Signal<"text-
|
|
1464
|
+
protected headerClasses: _angular_core.Signal<"border-slate-700/50" | "border-slate-200">;
|
|
1465
|
+
protected titleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
1466
1466
|
protected descriptionClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
1467
1467
|
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">;
|
|
1468
1468
|
protected contentClasses: _angular_core.Signal<"bg-slate-800/50" | "bg-slate-50/50">;
|
|
@@ -1580,10 +1580,10 @@ declare class SymphiqFunnelAnalysisDashboardComponent implements AfterViewInit {
|
|
|
1580
1580
|
*/
|
|
1581
1581
|
private chartsById;
|
|
1582
1582
|
headerClass: _angular_core.Signal<string>;
|
|
1583
|
-
headerTitleClass: _angular_core.Signal<"text-
|
|
1583
|
+
headerTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
1584
1584
|
headerSubtitleClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
1585
1585
|
metaLabelClass: _angular_core.Signal<"text-slate-600" | "text-slate-500">;
|
|
1586
|
-
sectionTitleClass: _angular_core.Signal<"text-
|
|
1586
|
+
sectionTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
1587
1587
|
selectClass: _angular_core.Signal<"bg-white text-slate-900 border-slate-300 hover:border-blue-400 transition-all duration-200" | "bg-slate-700 text-white border-slate-600 hover:border-slate-500 transition-all duration-200">;
|
|
1588
1588
|
sortButtonClass: _angular_core.Signal<"bg-white text-slate-900 border border-slate-300 hover:bg-blue-50 hover:border-blue-400 hover:text-blue-600 transition-all duration-200" | "bg-slate-700 text-white border border-slate-600 hover:bg-slate-600 hover:border-slate-500 transition-all duration-200">;
|
|
1589
1589
|
formattedGeneratedDate: _angular_core.Signal<string | null>;
|
|
@@ -2591,7 +2591,7 @@ declare class SymphiqCreateAccountDashboardComponent implements OnDestroy {
|
|
|
2591
2591
|
protected containerWrapperClasses: _angular_core.Signal<"" | "min-h-screen">;
|
|
2592
2592
|
protected containerClasses: _angular_core.Signal<"bg-white border-slate-200" | "bg-slate-800 border-slate-700">;
|
|
2593
2593
|
protected contentClasses: _angular_core.Signal<"bg-gradient-to-br from-white to-slate-50" | "bg-gradient-to-br from-slate-800 to-slate-900">;
|
|
2594
|
-
protected sectionTitleClasses: _angular_core.Signal<"text-
|
|
2594
|
+
protected sectionTitleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
2595
2595
|
protected sectionDescriptionClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
2596
2596
|
protected labelClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
2597
2597
|
protected inputClasses(fieldName: string): string;
|
|
@@ -2599,12 +2599,12 @@ declare class SymphiqCreateAccountDashboardComponent implements OnDestroy {
|
|
|
2599
2599
|
protected urlInputClasses(fieldName: string): string;
|
|
2600
2600
|
protected radioPlatformClasses(platform: ShopPlatformEnum): string;
|
|
2601
2601
|
protected radioIndicatorClasses(platform: ShopPlatformEnum): string;
|
|
2602
|
-
protected radioLabelClasses: _angular_core.Signal<"text-
|
|
2602
|
+
protected radioLabelClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
2603
2603
|
protected checkboxClasses: _angular_core.Signal<"text-blue-600 border-slate-300 focus:ring-blue-500" | "text-blue-400 border-slate-600 focus:ring-blue-400 bg-slate-700">;
|
|
2604
2604
|
protected checkboxLabelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
2605
2605
|
protected errorClasses: _angular_core.Signal<string>;
|
|
2606
2606
|
protected viewLabelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
2607
|
-
protected viewValueClasses: _angular_core.Signal<"text-
|
|
2607
|
+
protected viewValueClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
2608
2608
|
protected viewLinkClasses: _angular_core.Signal<"text-blue-600 hover:text-blue-700" | "text-blue-400 hover:text-blue-300">;
|
|
2609
2609
|
protected editButtonClasses: _angular_core.Signal<"bg-blue-500 text-white hover:bg-blue-600" | "bg-blue-600 text-white hover:bg-blue-700">;
|
|
2610
2610
|
protected stickyButtonContainerClasses: _angular_core.Signal<"bg-white/90 border-slate-200" | "bg-slate-900/90 border-slate-700">;
|
|
@@ -2618,7 +2618,7 @@ declare class SymphiqCreateAccountDashboardComponent implements OnDestroy {
|
|
|
2618
2618
|
protected dividerClasses: _angular_core.Signal<"border-t border-slate-200" | "border-t border-slate-700">;
|
|
2619
2619
|
protected groupTitleClasses(type: 'engaged' | 'interested' | 'not-interested'): string;
|
|
2620
2620
|
protected focusAreaViewCardClasses(type: 'engaged' | 'interested' | 'not-interested'): string;
|
|
2621
|
-
protected focusAreaViewTitleClasses: _angular_core.Signal<"text-
|
|
2621
|
+
protected focusAreaViewTitleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
2622
2622
|
protected focusAreaViewTitleSmallClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
2623
2623
|
protected statusBadgeClasses(type: 'engaged' | 'interested' | 'not-interested'): string;
|
|
2624
2624
|
protected toolsLabelViewClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
@@ -2655,7 +2655,7 @@ declare class FocusAreaQuestionComponent {
|
|
|
2655
2655
|
private computeRadioLabelClasses;
|
|
2656
2656
|
protected containerClasses: _angular_core.Signal<"bg-white border-slate-200" | "bg-slate-800 border-slate-700">;
|
|
2657
2657
|
protected contentClasses: _angular_core.Signal<"bg-gradient-to-br from-white to-slate-50" | "bg-gradient-to-br from-slate-800 to-slate-900">;
|
|
2658
|
-
protected titleClasses: _angular_core.Signal<"text-
|
|
2658
|
+
protected titleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
2659
2659
|
protected descriptionClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
2660
2660
|
protected notAnsweredBadgeClasses: _angular_core.Signal<"bg-orange-100 text-orange-700 border border-orange-200" | "bg-orange-900/30 text-orange-400 border border-orange-700">;
|
|
2661
2661
|
protected radioDescriptionClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
@@ -2690,7 +2690,7 @@ declare class FocusAreaToolsModalComponent {
|
|
|
2690
2690
|
protected backdropClasses: _angular_core.Signal<"bg-black/15" | "bg-black/40">;
|
|
2691
2691
|
protected containerClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800 border border-slate-700">;
|
|
2692
2692
|
protected headerClasses: _angular_core.Signal<"bg-gradient-to-r from-white to-slate-50 border-slate-200" | "bg-gradient-to-r from-slate-800 to-slate-900 border-slate-700">;
|
|
2693
|
-
protected titleClasses: _angular_core.Signal<"text-
|
|
2693
|
+
protected titleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
2694
2694
|
protected closeButtonClasses: _angular_core.Signal<"text-slate-500 hover:bg-slate-100 hover:text-slate-700" | "text-slate-400 hover:bg-slate-700 hover:text-slate-200">;
|
|
2695
2695
|
protected labelClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
2696
2696
|
protected checkboxClasses: _angular_core.Signal<"text-blue-600 border-slate-300 focus:ring-blue-500" | "text-blue-400 border-slate-600 focus:ring-blue-400 bg-slate-700">;
|
|
@@ -4172,11 +4172,11 @@ declare class SymphiqProfileFocusAreasAnalysesDashboardComponent {
|
|
|
4172
4172
|
getCardFooterClasses(): string;
|
|
4173
4173
|
protected welcomeBannerContainerClasses: _angular_core.Signal<"bg-white border-slate-200" | "bg-slate-800/50 border-slate-700/50">;
|
|
4174
4174
|
protected welcomeBannerIconClasses: _angular_core.Signal<"bg-purple-500/20 text-purple-400" | "bg-purple-100 text-purple-600">;
|
|
4175
|
-
protected welcomeBannerTitleClasses: _angular_core.Signal<"text-
|
|
4175
|
+
protected welcomeBannerTitleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
4176
4176
|
protected welcomeBannerTextClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
4177
4177
|
protected welcomeBannerHighlightClasses: _angular_core.Signal<"bg-blue-500/10 border-blue-500/30" | "bg-blue-50/50 border-blue-300">;
|
|
4178
4178
|
protected welcomeBannerHighlightIconClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
|
|
4179
|
-
protected welcomeBannerHighlightTitleClasses: _angular_core.Signal<"text-
|
|
4179
|
+
protected welcomeBannerHighlightTitleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
4180
4180
|
protected welcomeBannerHighlightListClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
4181
4181
|
protected statusComponentContainerClasses: _angular_core.Signal<"bg-slate-50/80 border-slate-200" | "bg-slate-900/40 border-slate-700/50">;
|
|
4182
4182
|
protected statusSectionTitleClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
@@ -4378,10 +4378,10 @@ declare class SymphiqProfileAnalysisFocusAreaDashboardComponent implements OnIni
|
|
|
4378
4378
|
} | null;
|
|
4379
4379
|
protected handleDisplayModeChange(mode: DisplayModeEnum): void;
|
|
4380
4380
|
protected getAnalysisSubtitle(): string;
|
|
4381
|
-
protected containerClasses: _angular_core.Signal<"text-
|
|
4381
|
+
protected containerClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
4382
4382
|
protected progressCardClasses: _angular_core.Signal<"bg-white border-slate-200" | "bg-slate-800/40 border-slate-700/50">;
|
|
4383
|
-
protected sectionTitleClasses: _angular_core.Signal<"text-
|
|
4384
|
-
protected sectionCardClasses: _angular_core.Signal<"bg-
|
|
4383
|
+
protected sectionTitleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
4384
|
+
protected sectionCardClasses: _angular_core.Signal<"bg-slate-800/50 border border-slate-700/50" | "bg-white border border-slate-200">;
|
|
4385
4385
|
protected sectionIconClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-400" | "bg-blue-50 text-blue-600">;
|
|
4386
4386
|
protected sectionDescriptionClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
4387
4387
|
private formatGradeInText;
|
|
@@ -4490,38 +4490,38 @@ declare class SymphiqProfileAnalysisUnifiedDashboardComponent implements OnChang
|
|
|
4490
4490
|
protected welcomeTitleClasses: _angular_core.Signal<string>;
|
|
4491
4491
|
protected welcomeSubtitleClasses: _angular_core.Signal<string>;
|
|
4492
4492
|
protected welcomeDescriptionClasses: _angular_core.Signal<string>;
|
|
4493
|
-
protected bannerClasses: _angular_core.Signal<"bg-
|
|
4494
|
-
protected sectionTitleClasses: _angular_core.Signal<"text-
|
|
4493
|
+
protected bannerClasses: _angular_core.Signal<"bg-slate-800/50 border border-slate-700/50" | "bg-white border border-slate-200">;
|
|
4494
|
+
protected sectionTitleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
4495
4495
|
protected textClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
4496
4496
|
protected subheadingClasses: _angular_core.Signal<"text-slate-800" | "text-slate-200">;
|
|
4497
4497
|
protected narrativeClasses: _angular_core.Signal<"bg-slate-50 border border-slate-200" | "bg-slate-900/50 border border-slate-700">;
|
|
4498
|
-
protected goalTitleClasses: _angular_core.Signal<"text-
|
|
4498
|
+
protected goalTitleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
4499
4499
|
protected goalDescriptionClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
4500
4500
|
protected timeframeBadgeClasses: _angular_core.Signal<"bg-slate-100 text-slate-600" | "bg-slate-700 text-slate-300">;
|
|
4501
4501
|
protected cardBorderClasses: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
|
|
4502
4502
|
protected moreBadgeClasses: _angular_core.Signal<"bg-slate-100 text-slate-600" | "bg-slate-700 text-slate-400">;
|
|
4503
4503
|
protected relatedMetricsButtonClasses: _angular_core.Signal<"bg-blue-50 text-blue-700 border border-blue-200 hover:bg-blue-100" | "bg-blue-900/30 text-blue-300 border border-blue-700 hover:bg-blue-900/50">;
|
|
4504
|
-
protected timelineContainerClasses: _angular_core.Signal<"bg-
|
|
4504
|
+
protected timelineContainerClasses: _angular_core.Signal<"bg-slate-800/50 border border-slate-700/50" | "bg-white border border-slate-200">;
|
|
4505
4505
|
protected timelineLineClasses: _angular_core.Signal<"bg-gradient-to-b from-blue-400 via-cyan-400 to-teal-400" | "bg-gradient-to-b from-blue-600 via-cyan-600 to-teal-600">;
|
|
4506
|
-
protected timelineItemTitleClasses: _angular_core.Signal<"text-
|
|
4506
|
+
protected timelineItemTitleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
4507
4507
|
protected timeframeDisplayClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
4508
4508
|
protected objectivesLabelClasses: _angular_core.Signal<string>;
|
|
4509
4509
|
protected objectiveItemClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
4510
4510
|
protected moreObjectivesClasses: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
|
|
4511
4511
|
protected phaseIndicatorClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
|
|
4512
|
-
protected matrixContainerClasses: _angular_core.Signal<"bg-
|
|
4512
|
+
protected matrixContainerClasses: _angular_core.Signal<"bg-slate-800/50 border border-slate-700/50" | "bg-white border border-slate-200">;
|
|
4513
4513
|
protected matrixAxisLabelClasses: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
|
|
4514
4514
|
protected quadrantTitleClasses: _angular_core.Signal<"text-white" | "text-slate-800">;
|
|
4515
4515
|
protected quadrantSubtitleClasses: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
|
|
4516
4516
|
protected sourceIndicatorClasses: _angular_core.Signal<"bg-slate-200 text-slate-600 px-1.5 py-0.5 rounded-full" | "bg-slate-600 text-slate-300 px-1.5 py-0.5 rounded-full">;
|
|
4517
4517
|
protected moreGoalsClasses: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
|
|
4518
4518
|
protected emptyQuadrantClasses: _angular_core.Signal<"text-slate-400 italic" | "text-slate-500 italic">;
|
|
4519
|
-
protected stepTitleClasses: _angular_core.Signal<"text-
|
|
4520
|
-
protected stepDescriptionClasses: _angular_core.Signal<"text-slate-
|
|
4519
|
+
protected stepTitleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
4520
|
+
protected stepDescriptionClasses: _angular_core.Signal<"text-slate-600" | "text-slate-300">;
|
|
4521
4521
|
protected stepBorderClasses: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
|
|
4522
4522
|
protected strategiesLabelClasses: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
|
|
4523
4523
|
protected strategyItemClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
4524
|
-
protected goalCardBaseClasses: _angular_core.Signal<"bg-
|
|
4524
|
+
protected goalCardBaseClasses: _angular_core.Signal<"bg-slate-800/50 border border-slate-700/50" | "bg-white border border-slate-200">;
|
|
4525
4525
|
private readonly COLLAPSE_THRESHOLD;
|
|
4526
4526
|
private readonly EXPAND_THRESHOLD;
|
|
4527
4527
|
private embeddedScrollEffect;
|
|
@@ -4665,7 +4665,7 @@ declare class SymphiqProfileMetricsAnalysesDashboardComponent {
|
|
|
4665
4665
|
handleCloseSearchModal(): void;
|
|
4666
4666
|
protected welcomeBannerContainerClasses: _angular_core.Signal<"bg-white border-slate-200" | "bg-slate-800/50 border-slate-700/50">;
|
|
4667
4667
|
protected welcomeBannerIconClasses: _angular_core.Signal<"bg-blue-100 text-blue-600" | "bg-blue-500/20 text-blue-400">;
|
|
4668
|
-
protected welcomeBannerTitleClasses: _angular_core.Signal<"text-
|
|
4668
|
+
protected welcomeBannerTitleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
4669
4669
|
protected welcomeBannerTextClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
4670
4670
|
private getIconForMetric;
|
|
4671
4671
|
private getMetricDescription;
|
|
@@ -4955,8 +4955,8 @@ declare class FocusAreaExecutiveSummaryComponent {
|
|
|
4955
4955
|
private computeFormatLabel;
|
|
4956
4956
|
private computeEffortBadgeClasses;
|
|
4957
4957
|
private computeImpactBadgeClasses;
|
|
4958
|
-
protected bannerClasses: _angular_core.Signal<"bg-
|
|
4959
|
-
protected sectionTitleClasses: _angular_core.Signal<"text-
|
|
4958
|
+
protected bannerClasses: _angular_core.Signal<"bg-slate-800/50 border border-slate-700/50" | "bg-white border border-slate-200">;
|
|
4959
|
+
protected sectionTitleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
4960
4960
|
protected subheadingClasses: _angular_core.Signal<"text-slate-800" | "text-slate-200">;
|
|
4961
4961
|
protected textClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
4962
4962
|
protected narrativeClasses: _angular_core.Signal<"bg-slate-50 border border-slate-200" | "bg-slate-900/30 border border-slate-700/50">;
|
|
@@ -5013,7 +5013,7 @@ declare class MetricExecutiveSummaryComponent {
|
|
|
5013
5013
|
protected iconClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
|
|
5014
5014
|
protected healthBadgeClasses: _angular_core.Signal<string>;
|
|
5015
5015
|
protected pacingBadgeClasses: _angular_core.Signal<string>;
|
|
5016
|
-
protected metricCardClasses: _angular_core.Signal<"bg-
|
|
5016
|
+
protected metricCardClasses: _angular_core.Signal<"bg-slate-800/50 border border-slate-700/50" | "bg-white border border-slate-200">;
|
|
5017
5017
|
protected viewDetailsTextClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
|
|
5018
5018
|
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">;
|
|
5019
5019
|
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">;
|
|
@@ -5035,7 +5035,7 @@ declare class MetricExecutiveSummaryComponent {
|
|
|
5035
5035
|
protected impactBoxClasses: _angular_core.Signal<"bg-slate-800/30 border border-slate-700/30" | "bg-slate-50/50 border border-slate-200">;
|
|
5036
5036
|
protected impactLabelClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
|
|
5037
5037
|
protected impactTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
5038
|
-
protected quickWinCardClasses: _angular_core.Signal<"bg-
|
|
5038
|
+
protected quickWinCardClasses: _angular_core.Signal<"bg-slate-800/50 border border-slate-700/50" | "bg-white border border-slate-200">;
|
|
5039
5039
|
protected numberBadgeClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-300" | "bg-blue-100 text-blue-800">;
|
|
5040
5040
|
protected quickWinTextClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
5041
5041
|
protected metaTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
@@ -5469,7 +5469,7 @@ declare class VisualizationContainerComponent {
|
|
|
5469
5469
|
data: unknown;
|
|
5470
5470
|
}>;
|
|
5471
5471
|
containerClass: _angular_core.Signal<"" | "cursor-pointer">;
|
|
5472
|
-
iconClass: _angular_core.Signal<"text-slate-
|
|
5472
|
+
iconClass: _angular_core.Signal<"text-slate-500 group-hover:text-blue-400" | "text-slate-400 group-hover:text-blue-500">;
|
|
5473
5473
|
onExpandClick(event: Event): void;
|
|
5474
5474
|
onVisualizationClick(event: Event): void;
|
|
5475
5475
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<VisualizationContainerComponent, never>;
|
|
@@ -5560,14 +5560,14 @@ declare class SearchModalComponent {
|
|
|
5560
5560
|
clearButtonClass: _angular_core.Signal<"bg-slate-100 text-slate-600 hover:bg-slate-200" | "bg-slate-700 text-slate-300 hover:bg-slate-600">;
|
|
5561
5561
|
closeButtonClass: _angular_core.Signal<"text-slate-400 hover:text-slate-600 hover:bg-slate-100" | "text-slate-500 hover:text-slate-300 hover:bg-slate-700">;
|
|
5562
5562
|
resultsContainerClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
|
|
5563
|
-
resultTitleClass: _angular_core.Signal<"text-
|
|
5563
|
+
resultTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
5564
5564
|
resultDescClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
5565
5565
|
breadcrumbClass: _angular_core.Signal<string>;
|
|
5566
5566
|
typeBadgeClass: _angular_core.Signal<"bg-slate-100 text-slate-600" | "bg-slate-700 text-slate-300">;
|
|
5567
5567
|
arrowClass: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
|
|
5568
5568
|
emptyStateClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
|
|
5569
|
-
emptyIconClass: _angular_core.Signal<"text-slate-
|
|
5570
|
-
emptyTitleClass: _angular_core.Signal<"text-
|
|
5569
|
+
emptyIconClass: _angular_core.Signal<"text-slate-600" | "text-slate-300">;
|
|
5570
|
+
emptyTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
5571
5571
|
emptyDescClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
5572
5572
|
shortcutsClass: _angular_core.Signal<"bg-slate-900/50 border-slate-700" | "bg-slate-50 border-slate-200">;
|
|
5573
5573
|
kbdClass: _angular_core.Signal<"bg-white border border-slate-300 text-slate-700 shadow-sm" | "bg-slate-700 border border-slate-600 text-slate-300">;
|
|
@@ -5610,7 +5610,7 @@ declare class DashboardHeaderComponent implements OnInit {
|
|
|
5610
5610
|
protected onTitleMouseLeave(): void;
|
|
5611
5611
|
formattedGeneratedDate: _angular_core.Signal<string>;
|
|
5612
5612
|
formatDate(dateString: string): string;
|
|
5613
|
-
headerTitleClass: _angular_core.Signal<"text-
|
|
5613
|
+
headerTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
5614
5614
|
metaLabelClass: _angular_core.Signal<"text-slate-600" | "text-slate-500">;
|
|
5615
5615
|
protected getHeaderClasses(): string;
|
|
5616
5616
|
protected getMainTitleClasses(): string;
|
|
@@ -5773,12 +5773,12 @@ declare class RelatedContentSidebarComponent {
|
|
|
5773
5773
|
protected funnelMetricsCount: _angular_core.Signal<number>;
|
|
5774
5774
|
protected businessInsightsCount: _angular_core.Signal<number>;
|
|
5775
5775
|
protected headerClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
5776
|
-
protected buttonClasses: _angular_core.Signal<"bg-slate-50 border-slate-
|
|
5776
|
+
protected buttonClasses: _angular_core.Signal<"bg-slate-800/50 border-slate-700 hover:border-blue-500/50 hover:bg-slate-700/50" | "bg-slate-50 border-slate-200 hover:border-blue-500/50 hover:bg-slate-100">;
|
|
5777
5777
|
protected iconBgClasses: _angular_core.Signal<"bg-blue-100 text-blue-600" | "bg-blue-900/30 text-blue-400">;
|
|
5778
5778
|
protected iconClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
|
|
5779
|
-
protected countClasses: _angular_core.Signal<"text-
|
|
5779
|
+
protected countClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
5780
5780
|
protected labelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
5781
|
-
protected chevronClasses: _angular_core.Signal<"text-slate-
|
|
5781
|
+
protected chevronClasses: _angular_core.Signal<"text-slate-400 group-hover:text-blue-600" | "text-slate-500 group-hover:text-blue-400">;
|
|
5782
5782
|
protected onFunnelInsightsClick(): void;
|
|
5783
5783
|
protected onFunnelMetricsClick(): void;
|
|
5784
5784
|
protected onBusinessInsightsClick(): void;
|
|
@@ -5838,7 +5838,7 @@ declare class IndeterminateSpinnerComponent {
|
|
|
5838
5838
|
svgSize: _angular_core.Signal<40 | 80 | 60>;
|
|
5839
5839
|
circleRadius: _angular_core.Signal<16 | 36 | 26>;
|
|
5840
5840
|
svgCircleRadius: _angular_core.Signal<number>;
|
|
5841
|
-
strokeWidth: _angular_core.Signal<
|
|
5841
|
+
strokeWidth: _angular_core.Signal<3 | 2 | 2.5>;
|
|
5842
5842
|
dotSize: _angular_core.Signal<10 | 5 | 7>;
|
|
5843
5843
|
containerClasses: _angular_core.Signal<{
|
|
5844
5844
|
'w-10 h-10': boolean;
|
|
@@ -5881,7 +5881,7 @@ declare class UserDisplayComponent {
|
|
|
5881
5881
|
avatarSize: _angular_core.InputSignal<AvatarSize>;
|
|
5882
5882
|
showEmail: _angular_core.InputSignal<boolean>;
|
|
5883
5883
|
protected displayName: _angular_core.Signal<string>;
|
|
5884
|
-
protected nameClasses: _angular_core.Signal<"text-
|
|
5884
|
+
protected nameClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
5885
5885
|
protected emailClasses: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
|
|
5886
5886
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UserDisplayComponent, never>;
|
|
5887
5887
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UserDisplayComponent, "symphiq-user-display", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "user": { "alias": "user"; "required": false; "isSignal": true; }; "avatarSize": { "alias": "avatarSize"; "required": false; "isSignal": true; }; "showEmail": { "alias": "showEmail"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
@@ -5900,9 +5900,9 @@ declare class ChartContainerComponent {
|
|
|
5900
5900
|
protected ChartTypeEnum: typeof ChartTypeEnum;
|
|
5901
5901
|
containerClass: _angular_core.Signal<"bg-white border-slate-200 hover:border-blue-300 hover:shadow-blue-100/50" | "bg-slate-800 border-slate-700 hover:border-slate-600 hover:shadow-slate-900/50">;
|
|
5902
5902
|
headerClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
|
|
5903
|
-
titleClass: _angular_core.Signal<"text-
|
|
5903
|
+
titleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
5904
5904
|
descriptionClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
5905
|
-
iconClass: _angular_core.Signal<"text-slate-
|
|
5905
|
+
iconClass: _angular_core.Signal<"text-slate-500 group-hover:text-blue-400" | "text-slate-400 group-hover:text-blue-500">;
|
|
5906
5906
|
chartIconClass: _angular_core.Signal<"bg-blue-100 text-blue-600" | "bg-blue-500/20 text-blue-400">;
|
|
5907
5907
|
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">;
|
|
5908
5908
|
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">;
|
|
@@ -5967,7 +5967,7 @@ declare class BarChartComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
|
5967
5967
|
showAxisLabels: _angular_core.InputSignal<boolean>;
|
|
5968
5968
|
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
5969
5969
|
currencySymbol: _angular_core.InputSignal<string>;
|
|
5970
|
-
chartHeight: _angular_core.Signal<"
|
|
5970
|
+
chartHeight: _angular_core.Signal<"175px" | "500px">;
|
|
5971
5971
|
cursorColor: _angular_core.Signal<9741240 | 16777215>;
|
|
5972
5972
|
tooltipTextColor: _angular_core.Signal<0 | 16777215>;
|
|
5973
5973
|
chartHash: _angular_core.Signal<string>;
|
|
@@ -6004,7 +6004,7 @@ declare class PieChartComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
|
6004
6004
|
showAxisLabels: _angular_core.InputSignal<boolean>;
|
|
6005
6005
|
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
6006
6006
|
currencySymbol: _angular_core.InputSignal<string>;
|
|
6007
|
-
chartHeight: _angular_core.Signal<"
|
|
6007
|
+
chartHeight: _angular_core.Signal<"200px" | "500px">;
|
|
6008
6008
|
chartHash: _angular_core.Signal<string>;
|
|
6009
6009
|
chartDiv: ElementRef;
|
|
6010
6010
|
private root?;
|