@eric-emg/symphiq-components 1.3.86 → 1.3.87
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/symphiq-components.mjs +349 -627
- package/fesm2022/symphiq-components.mjs.map +1 -1
- package/package.json +1 -1
- package/styles.css +74 -15
- package/types/symphiq-components.d.ts +81 -113
- package/types/symphiq-components.d.ts.map +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _jebgem_model from '@jebgem/model';
|
|
2
|
-
import { InsightBlockInterface, PerformanceMetricInterface, AiChartInterface, ProfileItemInterface, ViewModeEnum, ProfileAnalysisRecommendationActionStepInterface, GoalV3Interface, ProfileAnalysisTypeEnum, ObjectiveV3Interface, StrategyV3Interface, OperationalCategoryInterface, CategoryStrengthInterface, CategoryGapInterface, CategoryOpportunityInterface, ProfileAnalysisRecommendationInterface, KeyStrengthInterface, CriticalGapInterface, FocusAreaTopPriorityInterface, MetricTopPriorityInterface, UnifiedGoalInterface, SourceAnalysisReferenceInterface, ProfileAnalysisInterface, RecommendationV3Interface, MetricStatusEnum, TrendDirectionEnum, CompetitiveScoreEnum, ProfileSectionInterface, ProfileSubsectionInterface, ProfileInterface, MetricEnum, FunnelMetricInterface, TargetInterface, UiDataInterface, FunnelAnalysisInterface, FocusAreaDetailInterface, BreakdownMetricInterface, UserInterface, ItemStatusInterface, AiDynamicContentStatusEnum, PerformanceOverviewStructuredV3Interface, OverallAssessmentInterface, FocusAreaDomainEnum, FocusAreaDetailStatusEnum, GaPropertyInterface, GaAccountInterface, ShopDataLoadStatusEnum, PacingResponseInterface, DataResultsInterface, CalculateRevenueReverseResponseInterface, CalculateRevenueResponseInterface, TargetHistoryInterface, CalculateRevenueRequestInterface, CalculateRevenueReverseRequestInterface, ProfileItemTypeEnum, IconObjectInterface as IconObjectInterface$1, NapkinVisualInterface, HierarchyDataInterface, AbstractItemProfileQuestionInterface, AbstractItemProfileAnswerInterface, AbstractItemProfileAnswerHistoryInterface, AccountInterface, ProfileShopInterface, ProfileShopQuestionInterface, PlanCardInfoInterface, CurrencyCodeEnum, ChargebeeItemPricePeriodUnitEnum, ChargebeeItemPriceInterface,
|
|
2
|
+
import { InsightBlockInterface, PerformanceMetricInterface, AiChartInterface, ProfileItemInterface, ViewModeEnum, ProfileAnalysisRecommendationActionStepInterface, GoalV3Interface, ProfileAnalysisTypeEnum, ObjectiveV3Interface, StrategyV3Interface, OperationalCategoryInterface, CategoryStrengthInterface, CategoryGapInterface, CategoryOpportunityInterface, ProfileAnalysisRecommendationInterface, KeyStrengthInterface, CriticalGapInterface, FocusAreaTopPriorityInterface, MetricTopPriorityInterface, UnifiedGoalInterface, SourceAnalysisReferenceInterface, ProfileAnalysisInterface, RecommendationV3Interface, MetricStatusEnum, TrendDirectionEnum, CompetitiveScoreEnum, ProfileSectionInterface, ProfileSubsectionInterface, ProfileInterface, MetricEnum, FunnelMetricInterface, TargetInterface, UiDataInterface, FunnelAnalysisInterface, FocusAreaDetailInterface, BreakdownMetricInterface, IconSourceEnum, UserInterface, ItemStatusInterface, AiDynamicContentStatusEnum, PerformanceOverviewStructuredV3Interface, OverallAssessmentInterface, FocusAreaDomainEnum, FocusAreaDetailStatusEnum, GaPropertyInterface, GaAccountInterface, ShopDataLoadStatusEnum, PacingResponseInterface, DataResultsInterface, CalculateRevenueReverseResponseInterface, CalculateRevenueResponseInterface, TargetHistoryInterface, CalculateRevenueRequestInterface, CalculateRevenueReverseRequestInterface, ProfileItemTypeEnum, IconObjectInterface as IconObjectInterface$1, NapkinVisualInterface, HierarchyDataInterface, AbstractItemProfileQuestionInterface, AbstractItemProfileAnswerInterface, AbstractItemProfileAnswerHistoryInterface, AccountInterface, ProfileShopInterface, ProfileShopQuestionInterface, PlanCardInfoInterface, CurrencyCodeEnum, ChargebeeItemPricePeriodUnitEnum, ChargebeeItemPriceInterface, ProfileAnalysisSectionV3Interface, ExecutiveSummaryInterface, ProfileFocusAreaInterface, ProfileFocusAreaQuestionInterface, ProfileAnalysisReviewStatusEnum, ProfileAnalysisStructuredV3Interface, UnifiedExecutiveSummaryInterface, ProfileMetricInterface, ProfileMetricQuestionInterface, FocusAreaExecutiveSummaryInterface, MetricExecutiveSummaryInterface, ChartTypeEnum } from '@jebgem/model';
|
|
3
3
|
export * from '@jebgem/model';
|
|
4
4
|
import * as _angular_core from '@angular/core';
|
|
5
5
|
import { OnInit, AfterViewInit, ElementRef, WritableSignal, OnDestroy, OnChanges, SimpleChanges, Renderer2 } from '@angular/core';
|
|
@@ -1203,7 +1203,7 @@ declare class ModalComponent {
|
|
|
1203
1203
|
private animatedTrendValues;
|
|
1204
1204
|
private animationFrames;
|
|
1205
1205
|
isOpen: _angular_core.Signal<boolean>;
|
|
1206
|
-
modalType: _angular_core.Signal<"insight" | "metric" | "chart" | "insights-list" | "goal-insights-list" | "goal-business-insights-list" | "
|
|
1206
|
+
modalType: _angular_core.Signal<"insight" | "metric" | "chart" | "insights-list" | "goal-insights-list" | "goal-business-insights-list" | "metrics-list" | "charts-list" | "recommendations-list" | "competitive-analysis" | "funnel-strengths-list" | "funnel-weaknesses-list" | "funnel-strength-detail" | "funnel-weakness-detail" | "business-insight-detail" | null>;
|
|
1207
1207
|
charts: _angular_core.Signal<AiChartInterface[]>;
|
|
1208
1208
|
modalKey: _angular_core.Signal<number>;
|
|
1209
1209
|
insightData: _angular_core.Signal<InsightBlockInterface | null>;
|
|
@@ -1222,7 +1222,7 @@ declare class ModalComponent {
|
|
|
1222
1222
|
description: string;
|
|
1223
1223
|
icon: string;
|
|
1224
1224
|
} | null>;
|
|
1225
|
-
metricsListData: _angular_core.Signal<PerformanceMetricInterface |
|
|
1225
|
+
metricsListData: _angular_core.Signal<PerformanceMetricInterface | InsightBlockInterface | AiChartInterface | 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<PerformanceMetricInterface |
|
|
1233
|
+
chartsListData: _angular_core.Signal<PerformanceMetricInterface | InsightBlockInterface | AiChartInterface | 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<PerformanceMetricInterface |
|
|
1241
|
+
recommendationsListData: _angular_core.Signal<PerformanceMetricInterface | InsightBlockInterface | AiChartInterface | 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<PerformanceMetricInterface |
|
|
1249
|
+
competitiveAnalysisData: _angular_core.Signal<PerformanceMetricInterface | InsightBlockInterface | AiChartInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (PerformanceMetricInterface | InsightBlockInterface)[] | null>;
|
|
1250
1250
|
competitiveAnalysisContext: _angular_core.Signal<{
|
|
1251
1251
|
title: string;
|
|
1252
1252
|
description: string;
|
|
@@ -1334,24 +1334,6 @@ declare class ModalComponent {
|
|
|
1334
1334
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ModalComponent, "symphiq-funnel-analysis-modal", never, { "isLightMode": { "alias": "isLightMode"; "required": false; "isSignal": true; }; "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "allMetrics": { "alias": "allMetrics"; "required": false; "isSignal": true; }; "allInsights": { "alias": "allInsights"; "required": false; "isSignal": true; }; "allCharts": { "alias": "allCharts"; "required": false; "isSignal": true; }; "currencySymbol": { "alias": "currencySymbol"; "required": false; "isSignal": true; }; "businessProfile": { "alias": "businessProfile"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1335
1335
|
}
|
|
1336
1336
|
|
|
1337
|
-
interface NavSection {
|
|
1338
|
-
id: string;
|
|
1339
|
-
label: string;
|
|
1340
|
-
icon: string;
|
|
1341
|
-
}
|
|
1342
|
-
declare class MobileBottomNavComponent {
|
|
1343
|
-
isLightMode: _angular_core.InputSignal<boolean>;
|
|
1344
|
-
sections: _angular_core.InputSignal<NavSection[]>;
|
|
1345
|
-
activeSection: _angular_core.InputSignal<string>;
|
|
1346
|
-
navigate: _angular_core.OutputEmitterRef<string>;
|
|
1347
|
-
containerClass: _angular_core.Signal<"bg-white/95 border-slate-200" | "bg-slate-900/95 border-slate-700">;
|
|
1348
|
-
getButtonClass(sectionId: string): string;
|
|
1349
|
-
getSvgIcon(iconName: string): string;
|
|
1350
|
-
onNavigate(sectionId: string): void;
|
|
1351
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MobileBottomNavComponent, never>;
|
|
1352
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MobileBottomNavComponent, "symphiq-mobile-bottom-nav", never, { "isLightMode": { "alias": "isLightMode"; "required": false; "isSignal": true; }; "sections": { "alias": "sections"; "required": false; "isSignal": true; }; "activeSection": { "alias": "activeSection"; "required": false; "isSignal": true; }; }, { "navigate": "navigate"; }, never, never, true, never>;
|
|
1353
|
-
}
|
|
1354
|
-
|
|
1355
1337
|
interface SearchResult {
|
|
1356
1338
|
id: string;
|
|
1357
1339
|
type: 'metric' | 'insight' | 'breakdown';
|
|
@@ -1544,7 +1526,7 @@ declare class ViewModeSwitcherModalComponent {
|
|
|
1544
1526
|
protected backdropClasses: _angular_core.Signal<"bg-slate-950/25" | "bg-slate-900/15">;
|
|
1545
1527
|
protected modalClasses: _angular_core.Signal<"bg-slate-800/95 border border-slate-700/50" | "bg-white/95 border border-slate-200">;
|
|
1546
1528
|
protected headerClasses: _angular_core.Signal<"border-slate-200" | "border-slate-700/50">;
|
|
1547
|
-
protected titleClasses: _angular_core.Signal<"text-
|
|
1529
|
+
protected titleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
1548
1530
|
protected descriptionClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
1549
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">;
|
|
1550
1532
|
protected contentClasses: _angular_core.Signal<"bg-slate-800/50" | "bg-slate-50/50">;
|
|
@@ -1580,6 +1562,7 @@ declare class SymphiqFunnelAnalysisDashboardComponent implements AfterViewInit {
|
|
|
1580
1562
|
modalComponent?: ModalComponent;
|
|
1581
1563
|
dashboardContainer?: ElementRef<HTMLElement>;
|
|
1582
1564
|
protected readonly ViewModeEnum: typeof ViewModeEnum;
|
|
1565
|
+
protected readonly IconSourceEnum: typeof IconSourceEnum;
|
|
1583
1566
|
requestedByUser: _angular_core.InputSignal<UserInterface | undefined>;
|
|
1584
1567
|
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
1585
1568
|
funnelAnalysis: _angular_core.InputSignal<FunnelAnalysisInterface | undefined>;
|
|
@@ -1607,8 +1590,6 @@ declare class SymphiqFunnelAnalysisDashboardComponent implements AfterViewInit {
|
|
|
1607
1590
|
selectedBreakdownFilter: _angular_core.WritableSignal<string>;
|
|
1608
1591
|
selectedCompetitiveFilter: _angular_core.WritableSignal<string>;
|
|
1609
1592
|
scrollProgress: _angular_core.WritableSignal<number>;
|
|
1610
|
-
fabExpanded: _angular_core.WritableSignal<boolean>;
|
|
1611
|
-
activeNavSection: _angular_core.WritableSignal<string>;
|
|
1612
1593
|
isSectionTransitioning: _angular_core.WritableSignal<boolean>;
|
|
1613
1594
|
isCategoryTransitioning: _angular_core.WritableSignal<boolean>;
|
|
1614
1595
|
isBreakdownTransitioning: _angular_core.WritableSignal<boolean>;
|
|
@@ -1634,7 +1615,6 @@ declare class SymphiqFunnelAnalysisDashboardComponent implements AfterViewInit {
|
|
|
1634
1615
|
private lastStateChangeTime;
|
|
1635
1616
|
private readonly STATE_CHANGE_COOLDOWN;
|
|
1636
1617
|
private embeddedScrollContainer;
|
|
1637
|
-
navSections: NavSection[];
|
|
1638
1618
|
isLightMode: _angular_core.Signal<boolean>;
|
|
1639
1619
|
analysisData: _angular_core.Signal<FunnelAnalysisInterface | undefined>;
|
|
1640
1620
|
analysisCreatedDate: _angular_core.Signal<Date | undefined>;
|
|
@@ -1662,10 +1642,10 @@ declare class SymphiqFunnelAnalysisDashboardComponent implements AfterViewInit {
|
|
|
1662
1642
|
*/
|
|
1663
1643
|
private chartsById;
|
|
1664
1644
|
headerClass: _angular_core.Signal<string>;
|
|
1665
|
-
headerTitleClass: _angular_core.Signal<"text-
|
|
1645
|
+
headerTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
1666
1646
|
headerSubtitleClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
1667
1647
|
metaLabelClass: _angular_core.Signal<"text-slate-600" | "text-slate-500">;
|
|
1668
|
-
sectionTitleClass: _angular_core.Signal<"text-
|
|
1648
|
+
sectionTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
1669
1649
|
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">;
|
|
1670
1650
|
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">;
|
|
1671
1651
|
formattedGeneratedDate: _angular_core.Signal<string | null>;
|
|
@@ -1744,7 +1724,6 @@ declare class SymphiqFunnelAnalysisDashboardComponent implements AfterViewInit {
|
|
|
1744
1724
|
onScroll(): void;
|
|
1745
1725
|
scrollToTop(): void;
|
|
1746
1726
|
scrollToSection(sectionId: string): void;
|
|
1747
|
-
handleMobileNavigation(sectionId: string): void;
|
|
1748
1727
|
getCategoryPillClass(categoryValue: string): string;
|
|
1749
1728
|
formatValue(value: number): string;
|
|
1750
1729
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SymphiqFunnelAnalysisDashboardComponent, never>;
|
|
@@ -1836,7 +1815,7 @@ declare class MetricCardComponent {
|
|
|
1836
1815
|
competitiveScoreBadgeLightClass: _angular_core.Signal<string>;
|
|
1837
1816
|
competitiveScoreBadgeDarkClass: _angular_core.Signal<string>;
|
|
1838
1817
|
competitiveScoreBadgeClass: _angular_core.Signal<string>;
|
|
1839
|
-
competitiveScoreTextClass: _angular_core.Signal<"text-blue-400" | "
|
|
1818
|
+
competitiveScoreTextClass: _angular_core.Signal<"" | "text-blue-400" | "text-emerald-600" | "text-blue-700" | "text-orange-600">;
|
|
1840
1819
|
competitiveComparisonDefaultClass: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
1841
1820
|
competitiveComparisonClass: _angular_core.Signal<"text-slate-700" | "text-slate-300" | "text-emerald-600 font-semibold" | "text-orange-600 font-semibold">;
|
|
1842
1821
|
getCompetitiveScoreIcon(): string;
|
|
@@ -1888,9 +1867,9 @@ declare class InsightCardComponent {
|
|
|
1888
1867
|
recommendationsContainerLightClass: _angular_core.Signal<string>;
|
|
1889
1868
|
recommendationsContainerDarkClass: _angular_core.Signal<string>;
|
|
1890
1869
|
recommendationsContainerClass: _angular_core.Signal<string>;
|
|
1891
|
-
priorityBadgeLightClass: _angular_core.Signal<"w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md
|
|
1892
|
-
priorityBadgeDarkClass: _angular_core.Signal<"w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md
|
|
1893
|
-
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">;
|
|
1894
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">;
|
|
1895
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">;
|
|
1896
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">;
|
|
@@ -2111,10 +2090,10 @@ declare class OverallAssessmentComponent {
|
|
|
2111
2090
|
revenueTrendArrowPath: _angular_core.Signal<"M5.293 9.707a1 1 0 010-1.414l4-4a1 1 0 011.414 0l4 4a1 1 0 01-1.414 1.414L11 7.414V15a1 1 0 11-2 0V7.414L6.707 9.707a1 1 0 01-1.414 0z" | "M14.707 10.293a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 111.414-1.414L9 12.586V5a1 1 0 012 0v7.586l2.293-2.293a1 1 0 011.414 0z" | "M3 10h11m0 0l-4-4m4 4l-4 4">;
|
|
2112
2091
|
lightModeTrendIconClass: _angular_core.Signal<"text-emerald-600" | "text-red-600">;
|
|
2113
2092
|
darkModeTrendIconClass: _angular_core.Signal<"text-emerald-400" | "text-red-400">;
|
|
2114
|
-
trendIconClass: _angular_core.Signal<"text-emerald-600" | "text-emerald-400" | "text-red-
|
|
2093
|
+
trendIconClass: _angular_core.Signal<"text-emerald-600" | "text-emerald-400" | "text-red-400" | "text-red-600">;
|
|
2115
2094
|
lightModeTrendValueClass: _angular_core.Signal<"text-emerald-600" | "text-red-600">;
|
|
2116
2095
|
darkModeTrendValueClass: _angular_core.Signal<"text-emerald-400" | "text-red-400">;
|
|
2117
|
-
trendValueClass: _angular_core.Signal<"text-emerald-600" | "text-emerald-400" | "text-red-
|
|
2096
|
+
trendValueClass: _angular_core.Signal<"text-emerald-600" | "text-emerald-400" | "text-red-400" | "text-red-600">;
|
|
2118
2097
|
formattedRevenueTrend: _angular_core.Signal<string>;
|
|
2119
2098
|
formattedRevenueTarget: _angular_core.Signal<string>;
|
|
2120
2099
|
hasRevenuePacing: _angular_core.Signal<boolean>;
|
|
@@ -2364,22 +2343,6 @@ declare class SkeletonLoaderComponent {
|
|
|
2364
2343
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SkeletonLoaderComponent, "symphiq-skeleton-loader", never, { "width": { "alias": "width"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; "isLightMode": { "alias": "isLightMode"; "required": false; "isSignal": true; }; "pulse": { "alias": "pulse"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2365
2344
|
}
|
|
2366
2345
|
|
|
2367
|
-
declare class MobileFABComponent {
|
|
2368
|
-
isLightMode: _angular_core.InputSignal<boolean>;
|
|
2369
|
-
isCompactMode: _angular_core.InputSignal<boolean>;
|
|
2370
|
-
isExpanded: _angular_core.InputSignal<boolean>;
|
|
2371
|
-
expandedChange: _angular_core.OutputEmitterRef<boolean>;
|
|
2372
|
-
scrollToTop: _angular_core.OutputEmitterRef<void>;
|
|
2373
|
-
toggleView: _angular_core.OutputEmitterRef<void>;
|
|
2374
|
-
buttonClass: _angular_core.Signal<"bg-white text-slate-700 border border-slate-300 hover:border-blue-500" | "bg-slate-800 text-white border border-slate-600 hover:border-blue-400">;
|
|
2375
|
-
mainButtonClass: _angular_core.Signal<"bg-gradient-to-br from-blue-500 to-blue-600 text-white hover:from-blue-600 hover:to-blue-700" | "bg-gradient-to-br from-blue-400 to-blue-500 text-white hover:from-blue-500 hover:to-blue-600">;
|
|
2376
|
-
toggleExpanded(): void;
|
|
2377
|
-
onScrollToTop(): void;
|
|
2378
|
-
onToggleView(): void;
|
|
2379
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MobileFABComponent, never>;
|
|
2380
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MobileFABComponent, "symphiq-mobile-fab", never, { "isLightMode": { "alias": "isLightMode"; "required": false; "isSignal": true; }; "isCompactMode": { "alias": "isCompactMode"; "required": false; "isSignal": true; }; "isExpanded": { "alias": "isExpanded"; "required": false; "isSignal": true; }; }, { "expandedChange": "expandedChange"; "scrollToTop": "scrollToTop"; "toggleView": "toggleView"; }, never, never, true, never>;
|
|
2381
|
-
}
|
|
2382
|
-
|
|
2383
2346
|
declare class SymphiqFunnelAnalysisPreviewComponent {
|
|
2384
2347
|
analysisInput: _angular_core.InputSignal<FunnelAnalysisInterface | undefined>;
|
|
2385
2348
|
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
@@ -2420,7 +2383,7 @@ declare class SymphiqFunnelAnalysisPreviewComponent {
|
|
|
2420
2383
|
hasCompetitiveData: _angular_core.Signal<boolean>;
|
|
2421
2384
|
hasOverallCompetitiveBenchmark: _angular_core.Signal<boolean>;
|
|
2422
2385
|
overallCompetitiveDescription: _angular_core.Signal<string>;
|
|
2423
|
-
overallCompetitiveLabel: _angular_core.Signal<
|
|
2386
|
+
overallCompetitiveLabel: _angular_core.Signal<"N/A" | _jebgem_model.CompetitiveScoreEnum>;
|
|
2424
2387
|
overallCompetitiveIcon: _angular_core.Signal<"↑" | "↔" | "↓" | "•">;
|
|
2425
2388
|
competitiveScore: _angular_core.Signal<string>;
|
|
2426
2389
|
gradeTooltip: _angular_core.Signal<{
|
|
@@ -2458,7 +2421,7 @@ declare class SymphiqFunnelAnalysisPreviewComponent {
|
|
|
2458
2421
|
competitiveTooltip: _angular_core.Signal<{
|
|
2459
2422
|
industry: string;
|
|
2460
2423
|
metricBenchmark: string;
|
|
2461
|
-
competitiveScore: "LEADING" | "
|
|
2424
|
+
competitiveScore: "LEADING" | "LAGGING" | "COMPETITIVE";
|
|
2462
2425
|
description: string;
|
|
2463
2426
|
keyOpportunities: string;
|
|
2464
2427
|
}>;
|
|
@@ -2557,7 +2520,7 @@ declare class SymphiqWelcomeDashboardComponent implements AfterViewInit, OnDestr
|
|
|
2557
2520
|
protected highlightTitleClasses: _angular_core.Signal<"text-blue-400" | "text-blue-700">;
|
|
2558
2521
|
protected highlightListClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
2559
2522
|
protected nextStepsBoxClasses: _angular_core.Signal<"bg-amber-500/10 border-amber-500/30" | "bg-amber-50 border-amber-200">;
|
|
2560
|
-
protected nextStepsIconClasses: _angular_core.Signal<"text-amber-
|
|
2523
|
+
protected nextStepsIconClasses: _angular_core.Signal<"text-amber-400" | "text-amber-600">;
|
|
2561
2524
|
protected nextStepsTitleClasses: _angular_core.Signal<"text-amber-400" | "text-amber-700">;
|
|
2562
2525
|
protected nextStepsTextClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
2563
2526
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SymphiqWelcomeDashboardComponent, never>;
|
|
@@ -2673,7 +2636,7 @@ declare class SymphiqCreateAccountDashboardComponent implements OnDestroy {
|
|
|
2673
2636
|
protected containerWrapperClasses: _angular_core.Signal<"" | "min-h-screen">;
|
|
2674
2637
|
protected containerClasses: _angular_core.Signal<"bg-white border-slate-200" | "bg-slate-800 border-slate-700">;
|
|
2675
2638
|
protected contentClasses: _angular_core.Signal<"bg-gradient-to-br from-white to-slate-50" | "bg-gradient-to-br from-slate-800 to-slate-900">;
|
|
2676
|
-
protected sectionTitleClasses: _angular_core.Signal<"text-
|
|
2639
|
+
protected sectionTitleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
2677
2640
|
protected sectionDescriptionClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
2678
2641
|
protected labelClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
2679
2642
|
protected inputClasses(fieldName: string): string;
|
|
@@ -2681,26 +2644,26 @@ declare class SymphiqCreateAccountDashboardComponent implements OnDestroy {
|
|
|
2681
2644
|
protected urlInputClasses(fieldName: string): string;
|
|
2682
2645
|
protected radioPlatformClasses(platform: ShopPlatformEnum): string;
|
|
2683
2646
|
protected radioIndicatorClasses(platform: ShopPlatformEnum): string;
|
|
2684
|
-
protected radioLabelClasses: _angular_core.Signal<"text-
|
|
2647
|
+
protected radioLabelClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
2685
2648
|
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">;
|
|
2686
2649
|
protected checkboxLabelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
2687
2650
|
protected errorClasses: _angular_core.Signal<string>;
|
|
2688
2651
|
protected viewLabelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
2689
|
-
protected viewValueClasses: _angular_core.Signal<"text-
|
|
2652
|
+
protected viewValueClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
2690
2653
|
protected viewLinkClasses: _angular_core.Signal<"text-blue-600 hover:text-blue-700" | "text-blue-400 hover:text-blue-300">;
|
|
2691
|
-
protected editButtonClasses: _angular_core.Signal<"bg-blue-
|
|
2654
|
+
protected editButtonClasses: _angular_core.Signal<"bg-blue-600 text-white hover:bg-blue-700" | "bg-blue-500 text-white hover:bg-blue-600">;
|
|
2692
2655
|
protected stickyButtonContainerClasses: _angular_core.Signal<"bg-white/90 border-slate-200" | "bg-slate-900/90 border-slate-700">;
|
|
2693
|
-
protected cancelButtonClasses: _angular_core.Signal<"bg-slate-
|
|
2694
|
-
protected continueButtonClasses: _angular_core.Signal<"bg-gradient-to-r from-blue-600 to-cyan-600 hover:from-blue-700 hover:to-cyan-700 text-white" | "bg-gradient-to-r from-blue-500 to-cyan-500 hover:from-blue-600 hover:to-cyan-600 text-white"
|
|
2656
|
+
protected cancelButtonClasses: _angular_core.Signal<"bg-slate-200 text-slate-700 hover:bg-slate-300" | "bg-slate-700 text-slate-300 hover:bg-slate-600">;
|
|
2657
|
+
protected continueButtonClasses: _angular_core.Signal<"bg-slate-300 text-slate-500" | "bg-slate-700 text-slate-500" | "bg-gradient-to-r from-blue-600 to-cyan-600 hover:from-blue-700 hover:to-cyan-700 text-white" | "bg-gradient-to-r from-blue-500 to-cyan-500 hover:from-blue-600 hover:to-cyan-600 text-white">;
|
|
2695
2658
|
protected focusAreaProgressLabelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
2696
2659
|
protected focusAreaProgressCountClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400" | "text-emerald-600" | "text-emerald-400">;
|
|
2697
2660
|
protected focusAreaProgressBarBgClasses: _angular_core.Signal<"bg-slate-200" | "bg-slate-700">;
|
|
2698
|
-
protected focusAreaProgressBarFillClasses: _angular_core.Signal<"bg-gradient-to-r from-emerald-500 to-teal-500" | "bg-gradient-to-r from-
|
|
2699
|
-
protected progressBadgeClasses: _angular_core.Signal<"bg-
|
|
2661
|
+
protected focusAreaProgressBarFillClasses: _angular_core.Signal<"bg-gradient-to-r from-emerald-500 to-teal-500" | "bg-gradient-to-r from-emerald-400 to-teal-400" | "bg-gradient-to-r from-blue-500 to-cyan-500" | "bg-gradient-to-r from-blue-400 to-cyan-400">;
|
|
2662
|
+
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">;
|
|
2700
2663
|
protected dividerClasses: _angular_core.Signal<"border-t border-slate-200" | "border-t border-slate-700">;
|
|
2701
2664
|
protected groupTitleClasses(type: 'engaged' | 'interested' | 'not-interested'): string;
|
|
2702
2665
|
protected focusAreaViewCardClasses(type: 'engaged' | 'interested' | 'not-interested'): string;
|
|
2703
|
-
protected focusAreaViewTitleClasses: _angular_core.Signal<"text-
|
|
2666
|
+
protected focusAreaViewTitleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
2704
2667
|
protected focusAreaViewTitleSmallClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
2705
2668
|
protected statusBadgeClasses(type: 'engaged' | 'interested' | 'not-interested'): string;
|
|
2706
2669
|
protected toolsLabelViewClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
@@ -2737,9 +2700,9 @@ declare class FocusAreaQuestionComponent {
|
|
|
2737
2700
|
private computeRadioLabelClasses;
|
|
2738
2701
|
protected containerClasses: _angular_core.Signal<"bg-white border-slate-200" | "bg-slate-800 border-slate-700">;
|
|
2739
2702
|
protected contentClasses: _angular_core.Signal<"bg-gradient-to-br from-white to-slate-50" | "bg-gradient-to-br from-slate-800 to-slate-900">;
|
|
2740
|
-
protected titleClasses: _angular_core.Signal<"text-
|
|
2703
|
+
protected titleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
2741
2704
|
protected descriptionClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
2742
|
-
protected notAnsweredBadgeClasses: _angular_core.Signal<"bg-orange-
|
|
2705
|
+
protected notAnsweredBadgeClasses: _angular_core.Signal<"bg-orange-900/30 text-orange-400 border border-orange-700" | "bg-orange-100 text-orange-700 border border-orange-200">;
|
|
2743
2706
|
protected radioDescriptionClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
2744
2707
|
protected toolsLabelClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
2745
2708
|
protected toolsButtonClasses: _angular_core.Signal<"bg-red-50 border-red-300 hover:border-red-400 hover:bg-red-100 text-slate-900" | "bg-red-900/20 border-red-700 hover:border-red-600 hover:bg-red-900/30 text-white" | "bg-white border-slate-300 hover:border-blue-400 hover:bg-blue-50 text-slate-900" | "bg-slate-700 border-slate-600 hover:border-blue-400 hover:bg-slate-600 text-white">;
|
|
@@ -2772,14 +2735,14 @@ declare class FocusAreaToolsModalComponent {
|
|
|
2772
2735
|
protected backdropClasses: _angular_core.Signal<"bg-black/15" | "bg-black/40">;
|
|
2773
2736
|
protected containerClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800 border border-slate-700">;
|
|
2774
2737
|
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">;
|
|
2775
|
-
protected titleClasses: _angular_core.Signal<"text-
|
|
2738
|
+
protected titleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
2776
2739
|
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">;
|
|
2777
2740
|
protected labelClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
2778
2741
|
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">;
|
|
2779
2742
|
protected checkboxLabelClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
2780
2743
|
protected textareaClasses: _angular_core.Signal<"bg-white text-slate-900 placeholder-slate-400 border-slate-300 focus:border-blue-500 focus:ring-blue-500" | "bg-slate-700 text-white placeholder-slate-500 border-slate-600 focus:border-blue-400 focus:ring-blue-400">;
|
|
2781
2744
|
protected footerClasses: _angular_core.Signal<"bg-gradient-to-r from-slate-50 to-white border-slate-200" | "bg-gradient-to-r from-slate-900 to-slate-800 border-slate-700">;
|
|
2782
|
-
protected cancelButtonClasses: _angular_core.Signal<"bg-slate-
|
|
2745
|
+
protected cancelButtonClasses: _angular_core.Signal<"bg-slate-200 text-slate-700 hover:bg-slate-300" | "bg-slate-700 text-slate-300 hover:bg-slate-600">;
|
|
2783
2746
|
protected saveButtonClasses: _angular_core.Signal<"bg-gradient-to-r from-blue-600 to-cyan-600 hover:from-blue-700 hover:to-cyan-700 text-white" | "bg-gradient-to-r from-blue-500 to-cyan-500 hover:from-blue-600 hover:to-cyan-600 text-white">;
|
|
2784
2747
|
constructor();
|
|
2785
2748
|
onEscapeKey(): void;
|
|
@@ -3516,7 +3479,7 @@ declare class BusinessAnalysisModalComponent implements OnInit, OnDestroy {
|
|
|
3516
3479
|
baseZIndex: _angular_core.Signal<number>;
|
|
3517
3480
|
backdropZIndex: _angular_core.Signal<number>;
|
|
3518
3481
|
contentZIndex: _angular_core.Signal<number>;
|
|
3519
|
-
visualizationType: _angular_core.Signal<"horizontal-bar" | "circular-progress" | "napkin-visual" |
|
|
3482
|
+
visualizationType: _angular_core.Signal<"custom" | "horizontal-bar" | "circular-progress" | "napkin-visual" | null>;
|
|
3520
3483
|
horizontalBarData: _angular_core.Signal<{
|
|
3521
3484
|
percentage: number;
|
|
3522
3485
|
label: string;
|
|
@@ -4236,12 +4199,12 @@ declare class SymphiqProfileFocusAreasAnalysesDashboardComponent {
|
|
|
4236
4199
|
getProgressBarContainerClasses(): string;
|
|
4237
4200
|
getCardFooterClasses(): string;
|
|
4238
4201
|
protected welcomeBannerContainerClasses: _angular_core.Signal<"bg-white border-slate-200" | "bg-slate-800/50 border-slate-700/50">;
|
|
4239
|
-
protected welcomeBannerIconClasses: _angular_core.Signal<"bg-purple-
|
|
4240
|
-
protected welcomeBannerTitleClasses: _angular_core.Signal<"text-
|
|
4202
|
+
protected welcomeBannerIconClasses: _angular_core.Signal<"bg-purple-100 text-purple-600" | "bg-purple-500/20 text-purple-400">;
|
|
4203
|
+
protected welcomeBannerTitleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
4241
4204
|
protected welcomeBannerTextClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
4242
|
-
protected welcomeBannerHighlightClasses: _angular_core.Signal<"bg-blue-
|
|
4205
|
+
protected welcomeBannerHighlightClasses: _angular_core.Signal<"bg-blue-50/50 border-blue-300" | "bg-blue-500/10 border-blue-500/30">;
|
|
4243
4206
|
protected welcomeBannerHighlightIconClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
|
|
4244
|
-
protected welcomeBannerHighlightTitleClasses: _angular_core.Signal<"text-
|
|
4207
|
+
protected welcomeBannerHighlightTitleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
4245
4208
|
protected welcomeBannerHighlightListClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
4246
4209
|
protected statusComponentContainerClasses: _angular_core.Signal<"bg-slate-50/80 border-slate-200" | "bg-slate-900/40 border-slate-700/50">;
|
|
4247
4210
|
protected statusSectionTitleClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
@@ -4443,11 +4406,11 @@ declare class SymphiqProfileAnalysisFocusAreaDashboardComponent implements OnIni
|
|
|
4443
4406
|
} | null;
|
|
4444
4407
|
protected handleDisplayModeChange(mode: DisplayModeEnum): void;
|
|
4445
4408
|
protected getAnalysisSubtitle(): string;
|
|
4446
|
-
protected containerClasses: _angular_core.Signal<"text-
|
|
4409
|
+
protected containerClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
4447
4410
|
protected progressCardClasses: _angular_core.Signal<"bg-white border-slate-200" | "bg-slate-800/40 border-slate-700/50">;
|
|
4448
|
-
protected sectionTitleClasses: _angular_core.Signal<"text-
|
|
4411
|
+
protected sectionTitleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
4449
4412
|
protected sectionCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
|
|
4450
|
-
protected sectionIconClasses: _angular_core.Signal<"bg-blue-
|
|
4413
|
+
protected sectionIconClasses: _angular_core.Signal<"bg-blue-50 text-blue-600" | "bg-blue-500/20 text-blue-400">;
|
|
4451
4414
|
protected sectionDescriptionClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
4452
4415
|
private formatGradeInText;
|
|
4453
4416
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SymphiqProfileAnalysisFocusAreaDashboardComponent, never>;
|
|
@@ -4488,6 +4451,11 @@ interface SourceAnalysisRequestEvent {
|
|
|
4488
4451
|
sourceGoalId?: string;
|
|
4489
4452
|
unifiedGoalId?: string;
|
|
4490
4453
|
}
|
|
4454
|
+
interface NavSection {
|
|
4455
|
+
id: string;
|
|
4456
|
+
label: string;
|
|
4457
|
+
icon: string;
|
|
4458
|
+
}
|
|
4491
4459
|
declare class SymphiqProfileAnalysisUnifiedDashboardComponent implements OnChanges {
|
|
4492
4460
|
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
4493
4461
|
embedded: _angular_core.InputSignal<boolean>;
|
|
@@ -4582,11 +4550,11 @@ declare class SymphiqProfileAnalysisUnifiedDashboardComponent implements OnChang
|
|
|
4582
4550
|
protected welcomeSubtitleClasses: _angular_core.Signal<string>;
|
|
4583
4551
|
protected welcomeDescriptionClasses: _angular_core.Signal<string>;
|
|
4584
4552
|
protected bannerClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
|
|
4585
|
-
protected sectionTitleClasses: _angular_core.Signal<"text-
|
|
4553
|
+
protected sectionTitleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
4586
4554
|
protected textClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
4587
4555
|
protected subheadingClasses: _angular_core.Signal<"text-slate-800" | "text-slate-200">;
|
|
4588
4556
|
protected narrativeClasses: _angular_core.Signal<"bg-slate-50 border border-slate-200" | "bg-slate-900/50 border border-slate-700">;
|
|
4589
|
-
protected goalTitleClasses: _angular_core.Signal<"text-
|
|
4557
|
+
protected goalTitleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
4590
4558
|
protected goalDescriptionClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
4591
4559
|
protected timeframeBadgeClasses: _angular_core.Signal<"bg-slate-100 text-slate-600" | "bg-slate-700 text-slate-300">;
|
|
4592
4560
|
protected cardBorderClasses: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
|
|
@@ -4594,7 +4562,7 @@ declare class SymphiqProfileAnalysisUnifiedDashboardComponent implements OnChang
|
|
|
4594
4562
|
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">;
|
|
4595
4563
|
protected timelineContainerClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
|
|
4596
4564
|
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">;
|
|
4597
|
-
protected timelineItemTitleClasses: _angular_core.Signal<"text-
|
|
4565
|
+
protected timelineItemTitleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
4598
4566
|
protected timeframeDisplayClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
4599
4567
|
protected objectivesLabelClasses: _angular_core.Signal<string>;
|
|
4600
4568
|
protected objectiveItemClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
@@ -4607,8 +4575,8 @@ declare class SymphiqProfileAnalysisUnifiedDashboardComponent implements OnChang
|
|
|
4607
4575
|
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">;
|
|
4608
4576
|
protected moreGoalsClasses: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
|
|
4609
4577
|
protected emptyQuadrantClasses: _angular_core.Signal<"text-slate-400 italic" | "text-slate-500 italic">;
|
|
4610
|
-
protected stepTitleClasses: _angular_core.Signal<"text-
|
|
4611
|
-
protected stepDescriptionClasses: _angular_core.Signal<"text-slate-
|
|
4578
|
+
protected stepTitleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
4579
|
+
protected stepDescriptionClasses: _angular_core.Signal<"text-slate-600" | "text-slate-300">;
|
|
4612
4580
|
protected stepBorderClasses: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
|
|
4613
4581
|
protected strategiesLabelClasses: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
|
|
4614
4582
|
protected strategyItemClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
@@ -4760,8 +4728,8 @@ declare class SymphiqProfileMetricsAnalysesDashboardComponent {
|
|
|
4760
4728
|
handleSearchClick(): void;
|
|
4761
4729
|
handleCloseSearchModal(): void;
|
|
4762
4730
|
protected welcomeBannerContainerClasses: _angular_core.Signal<"bg-white border-slate-200" | "bg-slate-800/50 border-slate-700/50">;
|
|
4763
|
-
protected welcomeBannerIconClasses: _angular_core.Signal<"bg-blue-
|
|
4764
|
-
protected welcomeBannerTitleClasses: _angular_core.Signal<"text-
|
|
4731
|
+
protected welcomeBannerIconClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-400" | "bg-blue-100 text-blue-600">;
|
|
4732
|
+
protected welcomeBannerTitleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
4765
4733
|
protected welcomeBannerTextClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
4766
4734
|
private getIconForMetric;
|
|
4767
4735
|
private getMetricDescription;
|
|
@@ -5042,7 +5010,7 @@ declare class FocusAreaExecutiveSummaryComponent {
|
|
|
5042
5010
|
protected readonly IconSourceEnum: typeof IconSourceEnum;
|
|
5043
5011
|
protected isLight: _angular_core.Signal<boolean>;
|
|
5044
5012
|
protected bannerClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
|
|
5045
|
-
protected sectionTitleClasses: _angular_core.Signal<"text-
|
|
5013
|
+
protected sectionTitleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
5046
5014
|
protected subheadingClasses: _angular_core.Signal<"text-slate-800" | "text-slate-200">;
|
|
5047
5015
|
protected textClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
5048
5016
|
protected narrativeClasses: _angular_core.Signal<"bg-slate-50 border border-slate-200" | "bg-slate-900/30 border border-slate-700/50">;
|
|
@@ -5050,9 +5018,9 @@ declare class FocusAreaExecutiveSummaryComponent {
|
|
|
5050
5018
|
protected topPrioritiesStatLabelClasses: _angular_core.Signal<"text-purple-400" | "text-purple-700">;
|
|
5051
5019
|
protected topPrioritiesStatValueClasses: _angular_core.Signal<"text-purple-900" | "text-purple-100">;
|
|
5052
5020
|
protected topPrioritiesButtonTextClasses: _angular_core.Signal<"text-purple-400" | "text-purple-700">;
|
|
5053
|
-
protected quickWinsStatCardClasses: _angular_core.Signal<"bg-blue-
|
|
5021
|
+
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">;
|
|
5054
5022
|
protected quickWinsStatLabelClasses: _angular_core.Signal<"text-blue-400" | "text-blue-700">;
|
|
5055
|
-
protected quickWinsStatValueClasses: _angular_core.Signal<"text-blue-
|
|
5023
|
+
protected quickWinsStatValueClasses: _angular_core.Signal<"text-blue-900" | "text-blue-100">;
|
|
5056
5024
|
protected quickWinsButtonTextClasses: _angular_core.Signal<"text-blue-400" | "text-blue-700">;
|
|
5057
5025
|
protected onTopPrioritiesClick(): void;
|
|
5058
5026
|
protected onPriorityDetailClick(event: {
|
|
@@ -5101,7 +5069,7 @@ declare class MetricExecutiveSummaryComponent {
|
|
|
5101
5069
|
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">;
|
|
5102
5070
|
protected metricLabelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
5103
5071
|
protected metricValueClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
5104
|
-
protected yoyChangeClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400" | "text-emerald-600" | "text-emerald-400" | "text-red-
|
|
5072
|
+
protected yoyChangeClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400" | "text-emerald-600" | "text-emerald-400" | "text-red-400" | "text-red-600">;
|
|
5105
5073
|
protected getYoyIcon(): string;
|
|
5106
5074
|
protected getPacingValueClasses(): string;
|
|
5107
5075
|
protected getHealthValueClasses(): string;
|
|
@@ -5464,7 +5432,7 @@ declare class FocusAreaStatusCardComponent {
|
|
|
5464
5432
|
protected generatingMessage: _angular_core.Signal<"Generating Profile Questions..." | "Generating Analysis..." | "Generating...">;
|
|
5465
5433
|
protected hasAnalysis: _angular_core.Signal<boolean>;
|
|
5466
5434
|
protected hasProfile: _angular_core.Signal<boolean>;
|
|
5467
|
-
protected profileCompletionPercentage: _angular_core.Signal<0 |
|
|
5435
|
+
protected profileCompletionPercentage: _angular_core.Signal<0 | 50 | 100>;
|
|
5468
5436
|
protected isProfileComplete: _angular_core.Signal<boolean>;
|
|
5469
5437
|
protected handleCardClick(): void;
|
|
5470
5438
|
protected cardClasses(): string;
|
|
@@ -5639,19 +5607,19 @@ declare class SearchModalComponent {
|
|
|
5639
5607
|
containerClass: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800 border border-slate-700">;
|
|
5640
5608
|
inputClass: _angular_core.Signal<"bg-white text-slate-900 placeholder-slate-400" | "bg-slate-800 text-white placeholder-slate-500">;
|
|
5641
5609
|
iconClass: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
|
|
5642
|
-
clearButtonClass: _angular_core.Signal<"bg-slate-
|
|
5610
|
+
clearButtonClass: _angular_core.Signal<"bg-slate-700 text-slate-300 hover:bg-slate-600" | "bg-slate-100 text-slate-600 hover:bg-slate-200">;
|
|
5643
5611
|
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">;
|
|
5644
5612
|
resultsContainerClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
|
|
5645
|
-
resultTitleClass: _angular_core.Signal<"text-
|
|
5613
|
+
resultTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
5646
5614
|
resultDescClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
5647
5615
|
breadcrumbClass: _angular_core.Signal<string>;
|
|
5648
5616
|
typeBadgeClass: _angular_core.Signal<"bg-slate-100 text-slate-600" | "bg-slate-700 text-slate-300">;
|
|
5649
5617
|
arrowClass: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
|
|
5650
5618
|
emptyStateClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
|
|
5651
|
-
emptyIconClass: _angular_core.Signal<"text-slate-
|
|
5652
|
-
emptyTitleClass: _angular_core.Signal<"text-
|
|
5619
|
+
emptyIconClass: _angular_core.Signal<"text-slate-600" | "text-slate-300">;
|
|
5620
|
+
emptyTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
5653
5621
|
emptyDescClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
5654
|
-
shortcutsClass: _angular_core.Signal<"bg-slate-
|
|
5622
|
+
shortcutsClass: _angular_core.Signal<"bg-slate-50 border-slate-200" | "bg-slate-900/50 border-slate-700">;
|
|
5655
5623
|
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">;
|
|
5656
5624
|
shortcutTextClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
5657
5625
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SearchModalComponent, never>;
|
|
@@ -5693,7 +5661,7 @@ declare class DashboardHeaderComponent implements OnInit {
|
|
|
5693
5661
|
protected onTitleMouseLeave(): void;
|
|
5694
5662
|
formattedGeneratedDate: _angular_core.Signal<string>;
|
|
5695
5663
|
formatDate(dateString: string): string;
|
|
5696
|
-
headerTitleClass: _angular_core.Signal<"text-
|
|
5664
|
+
headerTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
5697
5665
|
metaLabelClass: _angular_core.Signal<"text-slate-600" | "text-slate-500">;
|
|
5698
5666
|
protected getHeaderClasses(): string;
|
|
5699
5667
|
protected getMainTitleClasses(): string;
|
|
@@ -5710,7 +5678,7 @@ declare class GradeBadgeComponent {
|
|
|
5710
5678
|
gradeRationale: _angular_core.InputSignal<string>;
|
|
5711
5679
|
label: _angular_core.InputSignal<string>;
|
|
5712
5680
|
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
5713
|
-
tooltipPosition: _angular_core.InputSignal<"top" | "
|
|
5681
|
+
tooltipPosition: _angular_core.InputSignal<"top" | "left" | "right" | "bottom">;
|
|
5714
5682
|
isLightMode: _angular_core.Signal<boolean>;
|
|
5715
5683
|
formattedGrade: _angular_core.Signal<string>;
|
|
5716
5684
|
shouldPulse: _angular_core.Signal<boolean>;
|
|
@@ -5822,22 +5790,22 @@ declare class ConfidenceLevelCardComponent implements OnInit, OnDestroy {
|
|
|
5822
5790
|
protected gradeBadgeContainerClasses: _angular_core.Signal<string>;
|
|
5823
5791
|
protected glowEffectClasses: _angular_core.Signal<"bg-red-500" | "bg-blue-500" | "bg-emerald-500" | "bg-orange-500">;
|
|
5824
5792
|
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)]">;
|
|
5825
|
-
protected gradeLabelClasses: _angular_core.Signal<"text-
|
|
5793
|
+
protected gradeLabelClasses: _angular_core.Signal<"text-blue-700" | "text-emerald-700" | "text-red-700" | "text-emerald-300" | "text-blue-300" | "text-orange-300" | "text-orange-700" | "text-red-300">;
|
|
5826
5794
|
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">;
|
|
5827
5795
|
protected descriptionClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
5828
5796
|
protected progressLabelClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
5829
|
-
protected progressValueClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400" | "text-emerald-600" | "text-emerald-400" | "text-red-
|
|
5797
|
+
protected progressValueClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400" | "text-emerald-600" | "text-emerald-400" | "text-red-400" | "text-orange-400" | "text-orange-600" | "text-red-600">;
|
|
5830
5798
|
protected progressTrackClasses: _angular_core.Signal<"bg-slate-700/50 shadow-inner" | "bg-slate-200 shadow-inner">;
|
|
5831
5799
|
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">;
|
|
5832
5800
|
protected shimmerClasses: _angular_core.Signal<string>;
|
|
5833
5801
|
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">;
|
|
5834
5802
|
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">;
|
|
5835
|
-
protected nextStepCalloutClasses: _angular_core.Signal<"bg-slate-
|
|
5836
|
-
protected nextStepBadgeClasses: _angular_core.Signal<"bg-
|
|
5837
|
-
protected currentStepCalloutClasses: _angular_core.Signal<"bg-slate-
|
|
5838
|
-
protected currentStepBadgeClasses: _angular_core.Signal<"bg-
|
|
5803
|
+
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">;
|
|
5804
|
+
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-blue-100 text-blue-700" | "bg-emerald-500/20 text-emerald-400" | "bg-orange-500/20 text-orange-400" | "bg-orange-100 text-orange-700" | "bg-red-500/20 text-red-400">;
|
|
5805
|
+
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">;
|
|
5806
|
+
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-blue-100 text-blue-700" | "bg-emerald-500/20 text-emerald-400" | "bg-orange-500/20 text-orange-400" | "bg-orange-100 text-orange-700" | "bg-red-500/20 text-red-400">;
|
|
5839
5807
|
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">;
|
|
5840
|
-
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-
|
|
5808
|
+
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">;
|
|
5841
5809
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ConfidenceLevelCardComponent, never>;
|
|
5842
5810
|
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>;
|
|
5843
5811
|
}
|
|
@@ -5915,7 +5883,7 @@ declare class IndeterminateSpinnerComponent {
|
|
|
5915
5883
|
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
5916
5884
|
size: _angular_core.InputSignal<SpinnerSize>;
|
|
5917
5885
|
color: _angular_core.InputSignal<string | undefined>;
|
|
5918
|
-
svgSize: _angular_core.Signal<
|
|
5886
|
+
svgSize: _angular_core.Signal<60 | 40 | 80>;
|
|
5919
5887
|
circleRadius: _angular_core.Signal<16 | 36 | 26>;
|
|
5920
5888
|
svgCircleRadius: _angular_core.Signal<number>;
|
|
5921
5889
|
strokeWidth: _angular_core.Signal<2 | 3 | 2.5>;
|
|
@@ -5961,7 +5929,7 @@ declare class UserDisplayComponent {
|
|
|
5961
5929
|
avatarSize: _angular_core.InputSignal<AvatarSize>;
|
|
5962
5930
|
showEmail: _angular_core.InputSignal<boolean>;
|
|
5963
5931
|
protected displayName: _angular_core.Signal<string>;
|
|
5964
|
-
protected nameClasses: _angular_core.Signal<"text-
|
|
5932
|
+
protected nameClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
5965
5933
|
protected emailClasses: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
|
|
5966
5934
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UserDisplayComponent, never>;
|
|
5967
5935
|
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>;
|
|
@@ -5991,10 +5959,10 @@ declare class ChartContainerComponent {
|
|
|
5991
5959
|
protected ChartTypeEnum: typeof ChartTypeEnum;
|
|
5992
5960
|
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">;
|
|
5993
5961
|
headerClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
|
|
5994
|
-
titleClass: _angular_core.Signal<"text-
|
|
5962
|
+
titleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
5995
5963
|
descriptionClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
5996
5964
|
iconClass: _angular_core.Signal<"text-slate-400 group-hover:text-blue-500" | "text-slate-500 group-hover:text-blue-400">;
|
|
5997
|
-
chartIconClass: _angular_core.Signal<"bg-blue-
|
|
5965
|
+
chartIconClass: _angular_core.Signal<"bg-blue-500/20 text-blue-400" | "bg-blue-100 text-blue-600">;
|
|
5998
5966
|
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">;
|
|
5999
5967
|
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">;
|
|
6000
5968
|
isCollapsible: _angular_core.Signal<boolean>;
|
|
@@ -6058,7 +6026,7 @@ declare class BarChartComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
|
6058
6026
|
showAxisLabels: _angular_core.InputSignal<boolean>;
|
|
6059
6027
|
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
6060
6028
|
currencySymbol: _angular_core.InputSignal<string>;
|
|
6061
|
-
chartHeight: _angular_core.Signal<"
|
|
6029
|
+
chartHeight: _angular_core.Signal<"175px" | "500px">;
|
|
6062
6030
|
cursorColor: _angular_core.Signal<9741240 | 16777215>;
|
|
6063
6031
|
tooltipTextColor: _angular_core.Signal<0 | 16777215>;
|
|
6064
6032
|
chartHash: _angular_core.Signal<string>;
|
|
@@ -6095,7 +6063,7 @@ declare class PieChartComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
|
6095
6063
|
showAxisLabels: _angular_core.InputSignal<boolean>;
|
|
6096
6064
|
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
6097
6065
|
currencySymbol: _angular_core.InputSignal<string>;
|
|
6098
|
-
chartHeight: _angular_core.Signal<"
|
|
6066
|
+
chartHeight: _angular_core.Signal<"200px" | "500px">;
|
|
6099
6067
|
chartHash: _angular_core.Signal<string>;
|
|
6100
6068
|
chartDiv: ElementRef;
|
|
6101
6069
|
private root?;
|
|
@@ -6177,7 +6145,7 @@ declare class TooltipContainerComponent implements AfterViewInit, OnDestroy {
|
|
|
6177
6145
|
isVisible: _angular_core.Signal<boolean>;
|
|
6178
6146
|
tooltipType: _angular_core.Signal<string | null>;
|
|
6179
6147
|
tooltipContent: _angular_core.Signal<string | Record<string, unknown> | undefined>;
|
|
6180
|
-
tooltipPosition: _angular_core.Signal<"
|
|
6148
|
+
tooltipPosition: _angular_core.Signal<"top" | "auto" | "left" | "right" | "bottom">;
|
|
6181
6149
|
targetRect: _angular_core.Signal<DOMRect | null>;
|
|
6182
6150
|
mousePosition: _angular_core.Signal<{
|
|
6183
6151
|
x: number;
|
|
@@ -6436,7 +6404,7 @@ declare class OpportunityHighlightBannerComponent {
|
|
|
6436
6404
|
protected titleClasses: _angular_core.Signal<"text-amber-300" | "text-amber-900">;
|
|
6437
6405
|
protected badgeClasses: _angular_core.Signal<"bg-amber-500/30 text-amber-300" | "bg-amber-200 text-amber-800">;
|
|
6438
6406
|
protected messageClasses: _angular_core.Signal<"text-amber-700" | "text-amber-400/90">;
|
|
6439
|
-
protected chevronClasses: _angular_core.Signal<"text-amber-
|
|
6407
|
+
protected chevronClasses: _angular_core.Signal<"text-amber-400" | "text-amber-600">;
|
|
6440
6408
|
handleClick(event: Event): void;
|
|
6441
6409
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OpportunityHighlightBannerComponent, never>;
|
|
6442
6410
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<OpportunityHighlightBannerComponent, "symphiq-opportunity-highlight-banner", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "message": { "alias": "message"; "required": false; "isSignal": true; }; "isDark": { "alias": "isDark"; "required": false; "isSignal": true; }; "isExpanded": { "alias": "isExpanded"; "required": false; "isSignal": true; }; }, { "bannerClick": "bannerClick"; }, never, never, true, never>;
|
|
@@ -6688,6 +6656,6 @@ declare function validateRevenueTarget(targetRevenue: number, calculations: Metr
|
|
|
6688
6656
|
withinTolerance: boolean;
|
|
6689
6657
|
};
|
|
6690
6658
|
|
|
6691
|
-
export { AreaChartComponent, BarChartComponent, BreakdownSectionComponent, BusinessAnalysisModalComponent, BusinessProfileSearchService, ChartCardComponent, ChartContainerComponent, ChartThemeService, CircularProgressComponent, CompetitivePositioningSummaryComponent, CompetitorAnalysisCardComponent, ConfettiService, ConfidenceLevelCardComponent, ContentGenerationProgressComponent, ContentGenerationProgressWithConfettiComponent, CrossDashboardRelationshipsService, DashboardHeaderComponent, DataLoaderService, DisplayModeEnum, FloatingBackButtonComponent, FloatingTocComponent, FocusAreaDetailCardComponent, FocusAreaExecutiveSummaryComponent, FocusAreaQuestionComponent, FocusAreaStatusCardComponent, FocusAreaToolsModalComponent, FunnelOrderService, GoalActionStateEnum, GoalActionStateService, GradeBadgeComponent, HeaderScrollService, HierarchyDisplayComponent, HorizontalBarComponent, IconService, IndeterminateSpinnerComponent, InsightCardComponent, JourneyProgressIndicatorComponent, JourneyStepIdEnum, LineChartComponent, MetricCardComponent, MetricExecutiveSummaryComponent, MetricFormatterService, MetricListItemComponent, MetricReportModalComponent, MetricWelcomeBannerComponent,
|
|
6692
|
-
export type { AnimationType, AvatarSize, BusinessInsightDetailModalData, BusinessSearchResult, CategoryColorPalette, CategoryDetailModalData, CategoryProgressItem, ChartThemeColors, ConfettiConfig, ConfettiIntensity, CreateAccountData, CriticalGapDetailModalData, CriticalGapsListModalData, CrossDashboardRelationships, DataKey, FocusAreaGapDetailModalData, FocusAreaGapsListModalData, FocusAreaOpportunitiesListModalData, FocusAreaOpportunityDetailModalData, FocusAreaStrengthDetailModalData, FocusAreaStrengthsListModalData, FunnelMetricOrder, FunnelRatio, FunnelStrengthDetailModalData, FunnelStrengthInterface, FunnelStrengthsListModalData, FunnelWeaknessDetailModalData, FunnelWeaknessInterface, FunnelWeaknessesListModalData, GapDetailModalData, GoalActionStatesMap, GoalActionStatesOutput, GoalBusinessInsightsListModalData, GoalDetailModalData, GoalInsightsListModalData, GoalObjectivesModalData, HeaderScrollConfig, ItemDetailModalData, JourneyStep$1 as JourneyStep, KeyStrengthDetailModalData, KeyStrengthsListModalData, LayoutMode, Metric, MetricAnalysisNavigationData, MetricTargetCalculation, MetricTargetWithPrecision, MetricsListModalData, ModalState,
|
|
6659
|
+
export { AreaChartComponent, BarChartComponent, BreakdownSectionComponent, BusinessAnalysisModalComponent, BusinessProfileSearchService, ChartCardComponent, ChartContainerComponent, ChartThemeService, CircularProgressComponent, CompetitivePositioningSummaryComponent, CompetitorAnalysisCardComponent, ConfettiService, ConfidenceLevelCardComponent, ContentGenerationProgressComponent, ContentGenerationProgressWithConfettiComponent, CrossDashboardRelationshipsService, DashboardHeaderComponent, DataLoaderService, DisplayModeEnum, FloatingBackButtonComponent, FloatingTocComponent, FocusAreaDetailCardComponent, FocusAreaExecutiveSummaryComponent, FocusAreaQuestionComponent, FocusAreaStatusCardComponent, FocusAreaToolsModalComponent, FunnelOrderService, GoalActionStateEnum, GoalActionStateService, GradeBadgeComponent, HeaderScrollService, HierarchyDisplayComponent, HorizontalBarComponent, IconService, IndeterminateSpinnerComponent, InsightCardComponent, JourneyProgressIndicatorComponent, JourneyStepIdEnum, LineChartComponent, MetricCardComponent, MetricExecutiveSummaryComponent, MetricFormatterService, MetricListItemComponent, MetricReportModalComponent, MetricWelcomeBannerComponent, ModalComponent, ModalService, NapkinVisualPlaceholderComponent, NavigationStateService, OpportunityHighlightBannerComponent, OverallAssessmentComponent, PacingStatusBadgeComponent, PieChartComponent, ProfileItemCardComponent, ProfileSectionComponent, ProfileSubsectionComponent, RelatedContentSidebarComponent, RevenueCalculatorService, RevenueCalculatorWelcomeBannerComponent, ReviewButtonComponent, ScrollDepthService, ScrollProgressBarComponent, SearchButtonComponent, SearchModalComponent, SectionDividerComponent, SectionNavigationComponent, ShadowElevationDirective, ShopPlatformEnum, ShopProfileCategoryListComponent, ShopProfileQuestionAnswerComponent, ShopProfileQuestionCardComponent, ShopProfileQuestionsModalComponent, ShopProfileStatusCardComponent, ShopProfileStickyFooterComponent, ShopProfileViewToggleComponent, ShopWelcomeBannerComponent, SkeletonBarComponent, SkeletonCardBaseComponent, SkeletonCircleComponent, SkeletonCompetitorCardComponent, SkeletonCustomerSegmentCardComponent, SkeletonFocusAreaCardComponent, SkeletonGenericCardComponent, SkeletonLoaderComponent, SkeletonPriceTierCardComponent, SkeletonProductCategoryCardComponent, SkeletonRegionCardComponent, SkeletonSeasonCardComponent, StickySubscriptionContinueButtonComponent, SubscriptionValuePropositionCardComponent, SymphiqBusinessAnalysisDashboardComponent, SymphiqConnectGaDashboardComponent, SymphiqCreateAccountDashboardComponent, SymphiqFunnelAnalysisDashboardComponent, SymphiqFunnelAnalysisPreviewComponent, SymphiqIconComponent, SymphiqProfileAnalysisFocusAreaDashboardComponent, SymphiqProfileAnalysisMetricDashboardComponent, SymphiqProfileAnalysisUnifiedDashboardComponent, SymphiqProfileFocusAreaDashboardComponent, SymphiqProfileFocusAreasAnalysesDashboardComponent, SymphiqProfileMetricDashboardComponent, SymphiqProfileMetricsAnalysesDashboardComponent, SymphiqProfileShopAnalysisDashboardComponent, SymphiqRevenueCalculatorDashboardComponent, SymphiqWelcomeDashboardComponent, TargetChangeBadgeComponent, TooltipContainerComponent, TooltipDataService, TooltipDirective, TooltipService, UserAvatarComponent, UserDisplayComponent, ViewModeService, ViewModeSwitcherModalComponent, ViewportAnimationDirective, VisualizationContainerComponent, calculateFunnelRatios, calculateMetricTargetsFromRevenue, calculateMetricTargetsFromRevenueReverse, calculateRelatedMetricRatios, generateTargetsFromCalculations, getBadgeLabelClasses, getButtonClasses, getCategoryBadgeClasses, getCategoryColor, getCompetitiveBadgeClasses, getContainerClasses, getFooterClasses, getFunnelStageMetrics, getGradeBadgeClasses, getHeaderClasses, getInsightsBadgeClasses, getInsightsCardClasses, getMetricLabelClasses, getMetricMiniCardClasses, getMetricValueClasses, getNarrativeTextClasses, getRevenueCardClasses, getRevenueIconClasses, getStatusBadgeClasses, getStatusDotClasses, getStatusIconClasses, getStatusSummaryClasses, getSubtitleClasses, getTitleClasses, getTrendClasses, getTrendIconClasses, getTrendValueClasses, groupMetricsByFunnelStage, isLightMode, validateRevenueTarget };
|
|
6660
|
+
export type { AnimationType, AvatarSize, BusinessInsightDetailModalData, BusinessSearchResult, CategoryColorPalette, CategoryDetailModalData, CategoryProgressItem, ChartThemeColors, ConfettiConfig, ConfettiIntensity, CreateAccountData, CriticalGapDetailModalData, CriticalGapsListModalData, CrossDashboardRelationships, DataKey, FocusAreaGapDetailModalData, FocusAreaGapsListModalData, FocusAreaOpportunitiesListModalData, FocusAreaOpportunityDetailModalData, FocusAreaStrengthDetailModalData, FocusAreaStrengthsListModalData, FunnelMetricOrder, FunnelRatio, FunnelStrengthDetailModalData, FunnelStrengthInterface, FunnelStrengthsListModalData, FunnelWeaknessDetailModalData, FunnelWeaknessInterface, FunnelWeaknessesListModalData, GapDetailModalData, GoalActionStatesMap, GoalActionStatesOutput, GoalBusinessInsightsListModalData, GoalDetailModalData, GoalInsightsListModalData, GoalObjectivesModalData, HeaderScrollConfig, ItemDetailModalData, JourneyStep$1 as JourneyStep, KeyStrengthDetailModalData, KeyStrengthsListModalData, LayoutMode, Metric, MetricAnalysisNavigationData, MetricTargetCalculation, MetricTargetWithPrecision, MetricsListModalData, ModalState, NavigationState, ObjectiveStrategiesModalData, OpportunityDetailModalData, PriorityActionItemInterface, PriorityActionsListModalData, ProfileAnalysisNavigationData, ProfileQuestionAnswerSaveEvent, RecommendationBusinessInsightsListModalData, RecommendationInsightsListModalData, RelatedBusinessContent, RelatedFunnelContent, RelatedMetricRatio, RevenueCalculationResult, ReverseCalculationContext, SaveActionType, ScrollBaseCustomEvent, ScrollBaseDetail, ScrollCustomEvent, ScrollDepthInfo, ScrollDetail, ScrollProgressBarColorScheme, SemanticColors, ShadowLevel, ShopProfileViewType, SourceAnalysisRequestEvent, SourceGoalModalData, SourceObjectiveModalData, SourceRecommendationModalData, SourceStrategyModalData, SpinnerSize, StrategyRecommendationsModalData, StrengthDetailModalData, ThemeColorContext, ThemeMode, TooltipPosition, TooltipState, TooltipType, TopPrioritiesListModalData, TopPriorityDetailModalData, TopPriorityInterface, UnifiedGoalDetailModalData, UnifiedGoalObjectivesModalData, UnifiedGoalRelatedMetricsModalData, ViewMode, ViewportBounds, VisualizationData, VisualizationType };
|
|
6693
6661
|
//# sourceMappingURL=symphiq-components.d.ts.map
|