@eric-emg/symphiq-components 1.2.552 → 1.2.555
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 +2445 -3253
- package/fesm2022/symphiq-components.mjs.map +1 -1
- package/index.d.ts +49 -60
- package/index.d.ts.map +1 -1
- package/package.json +2 -2
- package/styles.css +13 -12
package/index.d.ts
CHANGED
|
@@ -1072,7 +1072,7 @@ declare class ModalComponent {
|
|
|
1072
1072
|
private animatedTrendValues;
|
|
1073
1073
|
private animationFrames;
|
|
1074
1074
|
isOpen: _angular_core.Signal<boolean>;
|
|
1075
|
-
modalType: _angular_core.Signal<"
|
|
1075
|
+
modalType: _angular_core.Signal<"insight" | "metric" | "chart" | "insights-list" | "goal-insights-list" | "goal-business-insights-list" | "metrics-list" | "charts-list" | "recommendations-list" | "competitive-analysis" | "funnel-strengths-list" | "funnel-weaknesses-list" | "funnel-strength-detail" | "funnel-weakness-detail" | "business-insight-detail" | null>;
|
|
1076
1076
|
charts: _angular_core.Signal<AiChartInterface[]>;
|
|
1077
1077
|
modalKey: _angular_core.Signal<number>;
|
|
1078
1078
|
insightData: _angular_core.Signal<InsightBlockInterface | null>;
|
|
@@ -1671,9 +1671,9 @@ declare class MetricCardComponent {
|
|
|
1671
1671
|
competitiveScoreBadgeLightClass: _angular_core.Signal<string>;
|
|
1672
1672
|
competitiveScoreBadgeDarkClass: _angular_core.Signal<string>;
|
|
1673
1673
|
competitiveScoreBadgeClass: _angular_core.Signal<string>;
|
|
1674
|
-
competitiveScoreTextClass: _angular_core.Signal<"" | "text-
|
|
1675
|
-
competitiveComparisonDefaultClass: _angular_core.Signal<"text-slate-
|
|
1676
|
-
competitiveComparisonClass: _angular_core.Signal<"text-slate-
|
|
1674
|
+
competitiveScoreTextClass: _angular_core.Signal<"" | "text-emerald-600" | "text-blue-700" | "text-blue-400" | "text-orange-600">;
|
|
1675
|
+
competitiveComparisonDefaultClass: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
1676
|
+
competitiveComparisonClass: _angular_core.Signal<"text-slate-700" | "text-slate-300" | "text-emerald-600 font-semibold" | "text-orange-600 font-semibold">;
|
|
1677
1677
|
getCompetitiveScoreIcon(): string;
|
|
1678
1678
|
getCompetitiveScoreLabel(): string;
|
|
1679
1679
|
getCompetitiveScoreLabelFull(): string;
|
|
@@ -1723,9 +1723,9 @@ declare class InsightCardComponent {
|
|
|
1723
1723
|
recommendationsContainerLightClass: _angular_core.Signal<string>;
|
|
1724
1724
|
recommendationsContainerDarkClass: _angular_core.Signal<string>;
|
|
1725
1725
|
recommendationsContainerClass: _angular_core.Signal<string>;
|
|
1726
|
-
priorityBadgeLightClass: _angular_core.Signal<"w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md
|
|
1727
|
-
priorityBadgeDarkClass: _angular_core.Signal<"w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md
|
|
1728
|
-
priorityBadgeClass: _angular_core.Signal<"w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md
|
|
1726
|
+
priorityBadgeLightClass: _angular_core.Signal<"w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-amber-100/70 text-amber-700 border-amber-400/60" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-blue-100/70 text-blue-700 border-blue-400/60" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-slate-100/70 text-slate-700 border-slate-400/60" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md animate-pulse bg-red-100/70 text-red-700 border-red-400/60">;
|
|
1727
|
+
priorityBadgeDarkClass: _angular_core.Signal<"w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-amber-500/20 text-amber-400 border-amber-500/50" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-blue-500/20 text-blue-400 border-blue-500/50" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-slate-500/20 text-slate-400 border-slate-500/50" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md animate-pulse bg-red-500/20 text-red-400 border-red-500/50">;
|
|
1728
|
+
priorityBadgeClass: _angular_core.Signal<"w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-amber-100/70 text-amber-700 border-amber-400/60" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-blue-100/70 text-blue-700 border-blue-400/60" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-slate-100/70 text-slate-700 border-slate-400/60" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-amber-500/20 text-amber-400 border-amber-500/50" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-blue-500/20 text-blue-400 border-blue-500/50" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-slate-500/20 text-slate-400 border-slate-500/50" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md animate-pulse bg-red-100/70 text-red-700 border-red-400/60" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md animate-pulse bg-red-500/20 text-red-400 border-red-500/50">;
|
|
1729
1729
|
containerLightClass: _angular_core.Signal<"transition-all duration-300 hover:shadow-2xl hover:-translate-y-1 cursor-pointer group bg-gradient-to-br from-white to-blue-50/50 border-2 border-blue-300 hover:border-blue-400 shadow-lg shadow-blue-200/50 hover:shadow-blue-300/60" | "transition-all duration-300 hover:shadow-2xl hover:-translate-y-1 cursor-pointer group bg-white border-slate-200 hover:border-blue-400 hover:shadow-blue-100/50">;
|
|
1730
1730
|
containerDarkClass: _angular_core.Signal<"transition-all duration-300 hover:shadow-2xl hover:-translate-y-1 cursor-pointer group bg-gradient-to-br from-slate-800 to-blue-900/20 border-2 border-blue-500/40 hover:border-blue-400/60 shadow-lg shadow-blue-500/20 hover:shadow-blue-500/30" | "transition-all duration-300 hover:shadow-2xl hover:-translate-y-1 cursor-pointer group bg-slate-800 border-slate-700 hover:border-slate-500 hover:shadow-slate-900/50">;
|
|
1731
1731
|
containerClass: _angular_core.Signal<"transition-all duration-300 hover:shadow-2xl hover:-translate-y-1 cursor-pointer group bg-gradient-to-br from-white to-blue-50/50 border-2 border-blue-300 hover:border-blue-400 shadow-lg shadow-blue-200/50 hover:shadow-blue-300/60" | "transition-all duration-300 hover:shadow-2xl hover:-translate-y-1 cursor-pointer group bg-white border-slate-200 hover:border-blue-400 hover:shadow-blue-100/50" | "transition-all duration-300 hover:shadow-2xl hover:-translate-y-1 cursor-pointer group bg-gradient-to-br from-slate-800 to-blue-900/20 border-2 border-blue-500/40 hover:border-blue-400/60 shadow-lg shadow-blue-500/20 hover:shadow-blue-500/30" | "transition-all duration-300 hover:shadow-2xl hover:-translate-y-1 cursor-pointer group bg-slate-800 border-slate-700 hover:border-slate-500 hover:shadow-slate-900/50">;
|
|
@@ -2197,7 +2197,7 @@ declare class SymphiqFunnelAnalysisPreviewComponent {
|
|
|
2197
2197
|
topMetrics: _angular_core.Signal<PerformanceMetricInterface[]>;
|
|
2198
2198
|
formattedRevenueValue: _angular_core.Signal<string>;
|
|
2199
2199
|
formattedRevenueTrend: _angular_core.Signal<string>;
|
|
2200
|
-
revenueStatusIcon: _angular_core.Signal<"↑" | "
|
|
2200
|
+
revenueStatusIcon: _angular_core.Signal<"↑" | "→" | "⚠" | "•">;
|
|
2201
2201
|
hasCompetitiveData: _angular_core.Signal<boolean>;
|
|
2202
2202
|
hasOverallCompetitiveBenchmark: _angular_core.Signal<boolean>;
|
|
2203
2203
|
overallCompetitiveDescription: _angular_core.Signal<string>;
|
|
@@ -2239,7 +2239,7 @@ declare class SymphiqFunnelAnalysisPreviewComponent {
|
|
|
2239
2239
|
competitiveTooltip: _angular_core.Signal<{
|
|
2240
2240
|
industry: string;
|
|
2241
2241
|
metricBenchmark: string;
|
|
2242
|
-
competitiveScore: "LEADING" | "
|
|
2242
|
+
competitiveScore: "LEADING" | "COMPETITIVE" | "LAGGING";
|
|
2243
2243
|
description: string;
|
|
2244
2244
|
keyOpportunities: string;
|
|
2245
2245
|
}>;
|
|
@@ -2827,6 +2827,7 @@ declare class MetricReportModalComponent {
|
|
|
2827
2827
|
pacingResponse: _angular_core.InputSignal<PacingResponseInterface | undefined>;
|
|
2828
2828
|
trendChartData: _angular_core.InputSignal<AiChartInterface | null>;
|
|
2829
2829
|
currencySymbol: _angular_core.InputSignal<string>;
|
|
2830
|
+
showLiveIndicator: _angular_core.InputSignal<boolean>;
|
|
2830
2831
|
isOpen: _angular_core.InputSignal<boolean>;
|
|
2831
2832
|
closed: _angular_core.OutputEmitterRef<void>;
|
|
2832
2833
|
protected showDefinition: _angular_core.WritableSignal<boolean>;
|
|
@@ -2910,7 +2911,7 @@ declare class MetricReportModalComponent {
|
|
|
2910
2911
|
protected footerClasses(): string;
|
|
2911
2912
|
protected closeFooterButtonClasses(): string;
|
|
2912
2913
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MetricReportModalComponent, never>;
|
|
2913
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MetricReportModalComponent, "symphiq-metric-report-modal", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "metricEnum": { "alias": "metricEnum"; "required": false; "isSignal": true; }; "metricData": { "alias": "metricData"; "required": false; "isSignal": true; }; "contributingMetrics": { "alias": "contributingMetrics"; "required": false; "isSignal": true; }; "pacingResponse": { "alias": "pacingResponse"; "required": false; "isSignal": true; }; "trendChartData": { "alias": "trendChartData"; "required": false; "isSignal": true; }; "currencySymbol": { "alias": "currencySymbol"; "required": false; "isSignal": true; }; "isOpen": { "alias": "isOpen"; "required": false; "isSignal": true; }; }, { "closed": "closed"; }, never, never, true, never>;
|
|
2914
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MetricReportModalComponent, "symphiq-metric-report-modal", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "metricEnum": { "alias": "metricEnum"; "required": false; "isSignal": true; }; "metricData": { "alias": "metricData"; "required": false; "isSignal": true; }; "contributingMetrics": { "alias": "contributingMetrics"; "required": false; "isSignal": true; }; "pacingResponse": { "alias": "pacingResponse"; "required": false; "isSignal": true; }; "trendChartData": { "alias": "trendChartData"; "required": false; "isSignal": true; }; "currencySymbol": { "alias": "currencySymbol"; "required": false; "isSignal": true; }; "showLiveIndicator": { "alias": "showLiveIndicator"; "required": false; "isSignal": true; }; "isOpen": { "alias": "isOpen"; "required": false; "isSignal": true; }; }, { "closed": "closed"; }, never, never, true, never>;
|
|
2914
2915
|
}
|
|
2915
2916
|
|
|
2916
2917
|
declare class SymphiqBusinessAnalysisDashboardComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
@@ -3257,7 +3258,7 @@ declare class BusinessAnalysisModalComponent implements OnInit, OnDestroy {
|
|
|
3257
3258
|
baseZIndex: _angular_core.Signal<number>;
|
|
3258
3259
|
backdropZIndex: _angular_core.Signal<number>;
|
|
3259
3260
|
contentZIndex: _angular_core.Signal<number>;
|
|
3260
|
-
visualizationType: _angular_core.Signal<"
|
|
3261
|
+
visualizationType: _angular_core.Signal<"horizontal-bar" | "circular-progress" | "napkin-visual" | "custom" | null>;
|
|
3261
3262
|
horizontalBarData: _angular_core.Signal<{
|
|
3262
3263
|
percentage: number;
|
|
3263
3264
|
label: string;
|
|
@@ -3554,6 +3555,7 @@ declare class SymphiqProfileShopAnalysisDashboardComponent implements OnInit, On
|
|
|
3554
3555
|
targetValue?: string;
|
|
3555
3556
|
projectedValue?: string;
|
|
3556
3557
|
pacingStatus?: _jebgem_model.PacingStatusEnum;
|
|
3558
|
+
pacingStatusDescription?: string;
|
|
3557
3559
|
yoyChange?: string;
|
|
3558
3560
|
topPriorities?: _jebgem_model.MetricTopPriorityInterface[];
|
|
3559
3561
|
quickWins?: _jebgem_model.QuickWinItemInterface[];
|
|
@@ -3693,25 +3695,23 @@ declare class SymphiqProfileShopAnalysisDashboardComponent implements OnInit, On
|
|
|
3693
3695
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SymphiqProfileShopAnalysisDashboardComponent, "symphiq-profile-shop-analysis-dashboard", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "requestedByUser": { "alias": "requestedByUser"; "required": false; "isSignal": true; }; "createdDate": { "alias": "createdDate"; "required": false; "isSignal": true; }; "embedded": { "alias": "embedded"; "required": false; "isSignal": true; }; "profileAnalysis": { "alias": "profileAnalysis"; "required": false; "isSignal": true; }; "profile": { "alias": "profile"; "required": false; "isSignal": true; }; "funnelAnalysis": { "alias": "funnelAnalysis"; "required": false; "isSignal": true; }; "focusAreaDetails": { "alias": "focusAreaDetails"; "required": false; "isSignal": true; }; "account": { "alias": "account"; "required": false; "isSignal": true; }; "profileShop": { "alias": "profileShop"; "required": false; "isSignal": true; }; "profileShopQuestions": { "alias": "profileShopQuestions"; "required": false; "isSignal": true; }; "profileAnswers": { "alias": "profileAnswers"; "required": false; "isSignal": true; }; "profileAnswerHistories": { "alias": "profileAnswerHistories"; "required": false; "isSignal": true; }; "itemStatusProfileShop": { "alias": "itemStatusProfileShop"; "required": false; "isSignal": true; }; "itemStatusProfileAnalysis": { "alias": "itemStatusProfileAnalysis"; "required": false; "isSignal": true; }; "planCardInfos": { "alias": "planCardInfos"; "required": false; "isSignal": true; }; "isOnboarded": { "alias": "isOnboarded"; "required": false; "isSignal": true; }; "scrollEvent": { "alias": "scrollEvent"; "required": false; "isSignal": true; }; "scrollElement": { "alias": "scrollElement"; "required": false; "isSignal": true; }; "users": { "alias": "users"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "forDemo": { "alias": "forDemo"; "required": false; "isSignal": true; }; "currentUser": { "alias": "currentUser"; "required": false; "isSignal": true; }; "maxAccessibleStepId": { "alias": "maxAccessibleStepId"; "required": false; "isSignal": true; }; "isMarkingAsReviewed": { "alias": "isMarkingAsReviewed"; "required": false; "isSignal": true; }; }, { "stepClick": "stepClick"; "nextStepClick": "nextStepClick"; "currencySelectionClick": "currencySelectionClick"; "editCurrencyClick": "editCurrencyClick"; "periodUnitChanged": "periodUnitChanged"; "planSelected": "planSelected"; "checkoutPlanClick": "checkoutPlanClick"; "answerShopProfileQuestions": "answerShopProfileQuestions"; "continueShopProfileQuestions": "continueShopProfileQuestions"; "profileQuestionAnswerSave": "profileQuestionAnswerSave"; "shopProfileAdminAnswerAction": "shopProfileAdminAnswerAction"; "markAsReviewedClick": "markAsReviewedClick"; }, never, never, true, never>;
|
|
3694
3696
|
}
|
|
3695
3697
|
|
|
3698
|
+
interface WhatYoullSeeBelowItem {
|
|
3699
|
+
title: string;
|
|
3700
|
+
description: string;
|
|
3701
|
+
}
|
|
3702
|
+
|
|
3696
3703
|
declare class ShopWelcomeBannerComponent {
|
|
3697
3704
|
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
3698
3705
|
businessName: _angular_core.InputSignal<string>;
|
|
3699
3706
|
isOnboarded: _angular_core.InputSignal<boolean>;
|
|
3700
3707
|
analysisDate: _angular_core.InputSignal<Date | undefined>;
|
|
3708
|
+
protected readonly whatYoullSeeBelowItems: WhatYoullSeeBelowItem[];
|
|
3701
3709
|
protected formattedAnalysisDate: _angular_core.Signal<string | null>;
|
|
3702
3710
|
protected containerClasses(): string;
|
|
3703
3711
|
protected contentClasses(): string;
|
|
3704
3712
|
protected iconContainerClasses(): string;
|
|
3705
3713
|
protected titleClasses(): string;
|
|
3706
3714
|
protected textClasses(): string;
|
|
3707
|
-
protected highlightBoxClasses(): string;
|
|
3708
|
-
protected highlightIconClasses(): string;
|
|
3709
|
-
protected highlightTitleClasses(): string;
|
|
3710
|
-
protected highlightListClasses(): string;
|
|
3711
|
-
protected nextStepsBoxClasses(): string;
|
|
3712
|
-
protected nextStepsIconClasses(): string;
|
|
3713
|
-
protected nextStepsTitleClasses(): string;
|
|
3714
|
-
protected nextStepsTextClasses(): string;
|
|
3715
3715
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ShopWelcomeBannerComponent, never>;
|
|
3716
3716
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ShopWelcomeBannerComponent, "symphiq-shop-welcome-banner", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "businessName": { "alias": "businessName"; "required": false; "isSignal": true; }; "isOnboarded": { "alias": "isOnboarded"; "required": false; "isSignal": true; }; "analysisDate": { "alias": "analysisDate"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
3717
3717
|
}
|
|
@@ -3928,6 +3928,7 @@ declare class SymphiqProfileFocusAreasAnalysesDashboardComponent {
|
|
|
3928
3928
|
protected readonly ProfileAnalysisReviewStatusEnum: typeof ProfileAnalysisReviewStatusEnum;
|
|
3929
3929
|
protected readonly focusAreaStatusConfig: Partial<ProfileAnalysisStatusConfig>;
|
|
3930
3930
|
protected readonly focusAreaCardConfig: Partial<ProfileAnalysisCardConfig>;
|
|
3931
|
+
protected readonly whatYoullSeeBelowItems: WhatYoullSeeBelowItem[];
|
|
3931
3932
|
private readonly COLLAPSE_THRESHOLD;
|
|
3932
3933
|
private readonly EXPAND_THRESHOLD;
|
|
3933
3934
|
onScroll(): void;
|
|
@@ -3952,6 +3953,7 @@ declare class SymphiqProfileFocusAreasAnalysesDashboardComponent {
|
|
|
3952
3953
|
latest: Date;
|
|
3953
3954
|
} | null>;
|
|
3954
3955
|
formattedAnalysisDateRange: _angular_core.Signal<string | null>;
|
|
3956
|
+
analysisDatePreposition: _angular_core.Signal<string>;
|
|
3955
3957
|
genericCardData: _angular_core.Signal<ProfileAnalysisCardData<FocusAreaDomainEnum, ProfileFocusAreaInterface>[]>;
|
|
3956
3958
|
handleCardClick(event: CardClickEvent<FocusAreaDomainEnum, ProfileFocusAreaInterface>): void;
|
|
3957
3959
|
handleFooterClick(profileFocusArea: ProfileFocusAreaInterface | null): void;
|
|
@@ -3973,10 +3975,6 @@ declare class SymphiqProfileFocusAreasAnalysesDashboardComponent {
|
|
|
3973
3975
|
getWelcomeBannerHighlightIconClasses(): string;
|
|
3974
3976
|
getWelcomeBannerHighlightTitleClasses(): string;
|
|
3975
3977
|
getWelcomeBannerHighlightListClasses(): string;
|
|
3976
|
-
getWelcomeBannerNextStepsClasses(): string;
|
|
3977
|
-
getWelcomeBannerNextStepsIconClasses(): string;
|
|
3978
|
-
getWelcomeBannerNextStepsTitleClasses(): string;
|
|
3979
|
-
getWelcomeBannerNextStepsTextClasses(): string;
|
|
3980
3978
|
getStatusComponentContainerClasses(): string;
|
|
3981
3979
|
getStatusSectionTitleClasses(): string;
|
|
3982
3980
|
private getIconForDomain;
|
|
@@ -4273,6 +4271,8 @@ declare class SymphiqProfileMetricsAnalysesDashboardComponent {
|
|
|
4273
4271
|
latest: Date;
|
|
4274
4272
|
} | null>;
|
|
4275
4273
|
formattedAnalysisDateRange: _angular_core.Signal<string | null>;
|
|
4274
|
+
analysisDatePreposition: _angular_core.Signal<string>;
|
|
4275
|
+
protected readonly whatYoullSeeBelowItems: WhatYoullSeeBelowItem[];
|
|
4276
4276
|
genericCardData: _angular_core.Signal<ProfileAnalysisCardData<MetricEnum, ProfileMetricInterface>[]>;
|
|
4277
4277
|
getCurrentMetricForConfidence(): string | undefined;
|
|
4278
4278
|
handleCardClick(event: CardClickEvent<MetricEnum, ProfileMetricInterface>): void;
|
|
@@ -4282,14 +4282,6 @@ declare class SymphiqProfileMetricsAnalysesDashboardComponent {
|
|
|
4282
4282
|
getWelcomeBannerIconClasses(): string;
|
|
4283
4283
|
getWelcomeBannerTitleClasses(): string;
|
|
4284
4284
|
getWelcomeBannerTextClasses(): string;
|
|
4285
|
-
getWelcomeBannerHighlightClasses(): string;
|
|
4286
|
-
getWelcomeBannerHighlightIconClasses(): string;
|
|
4287
|
-
getWelcomeBannerHighlightTitleClasses(): string;
|
|
4288
|
-
getWelcomeBannerHighlightListClasses(): string;
|
|
4289
|
-
getWelcomeBannerNextStepsClasses(): string;
|
|
4290
|
-
getWelcomeBannerNextStepsIconClasses(): string;
|
|
4291
|
-
getWelcomeBannerNextStepsTitleClasses(): string;
|
|
4292
|
-
getWelcomeBannerNextStepsTextClasses(): string;
|
|
4293
4285
|
private getIconForMetric;
|
|
4294
4286
|
private getMetricDescription;
|
|
4295
4287
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SymphiqProfileMetricsAnalysesDashboardComponent, never>;
|
|
@@ -4441,6 +4433,7 @@ declare class SymphiqProfileAnalysisMetricDashboardComponent implements OnInit,
|
|
|
4441
4433
|
targetValue?: string;
|
|
4442
4434
|
projectedValue?: string;
|
|
4443
4435
|
pacingStatus?: _jebgem_model.PacingStatusEnum;
|
|
4436
|
+
pacingStatusDescription?: string;
|
|
4444
4437
|
yoyChange?: string;
|
|
4445
4438
|
topPriorities?: _jebgem_model.MetricTopPriorityInterface[];
|
|
4446
4439
|
quickWins?: _jebgem_model.QuickWinItemInterface[];
|
|
@@ -4541,6 +4534,7 @@ declare class MetricWelcomeBannerComponent {
|
|
|
4541
4534
|
analysisDate: _angular_core.InputSignal<Date | undefined>;
|
|
4542
4535
|
protected readonly IconSourceEnum: typeof IconSourceEnum;
|
|
4543
4536
|
protected formattedAnalysisDate: _angular_core.Signal<string | null>;
|
|
4537
|
+
protected whatYoullSeeBelowItems: _angular_core.Signal<WhatYoullSeeBelowItem[]>;
|
|
4544
4538
|
protected metricDisplayName: _angular_core.Signal<string>;
|
|
4545
4539
|
protected metricIcon: _angular_core.Signal<{
|
|
4546
4540
|
name: string;
|
|
@@ -4551,14 +4545,6 @@ declare class MetricWelcomeBannerComponent {
|
|
|
4551
4545
|
protected iconContainerClasses(): string;
|
|
4552
4546
|
protected titleClasses(): string;
|
|
4553
4547
|
protected textClasses(): string;
|
|
4554
|
-
protected highlightBoxClasses(): string;
|
|
4555
|
-
protected highlightIconClasses(): string;
|
|
4556
|
-
protected highlightTitleClasses(): string;
|
|
4557
|
-
protected highlightListClasses(): string;
|
|
4558
|
-
protected nextStepsBoxClasses(): string;
|
|
4559
|
-
protected nextStepsIconClasses(): string;
|
|
4560
|
-
protected nextStepsTitleClasses(): string;
|
|
4561
|
-
protected nextStepsTextClasses(): string;
|
|
4562
4548
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MetricWelcomeBannerComponent, never>;
|
|
4563
4549
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MetricWelcomeBannerComponent, "symphiq-metric-welcome-banner", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "metricName": { "alias": "metricName"; "required": false; "isSignal": true; }; "isOnboarded": { "alias": "isOnboarded"; "required": false; "isSignal": true; }; "analysisDate": { "alias": "analysisDate"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
4564
4550
|
}
|
|
@@ -4619,7 +4605,7 @@ declare class MetricExecutiveSummaryComponent {
|
|
|
4619
4605
|
protected projectedValue: _angular_core.Signal<string | undefined>;
|
|
4620
4606
|
protected bannerClasses: _angular_core.Signal<"bg-gradient-to-br from-slate-800/50 to-slate-800/30 border border-slate-700/50" | "bg-gradient-to-br from-white to-slate-50/50 border border-slate-200">;
|
|
4621
4607
|
protected titleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
4622
|
-
protected textClasses: _angular_core.Signal<"text-slate-
|
|
4608
|
+
protected textClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
4623
4609
|
protected iconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
4624
4610
|
protected healthBadgeClasses: _angular_core.Signal<string>;
|
|
4625
4611
|
protected pacingBadgeClasses: _angular_core.Signal<string>;
|
|
@@ -4641,7 +4627,7 @@ declare class MetricExecutiveSummaryComponent {
|
|
|
4641
4627
|
protected priorityCardClasses: _angular_core.Signal<"bg-slate-800/50 border border-slate-700/50 hover:border-slate-600/70" | "bg-white border border-slate-200 hover:border-slate-300">;
|
|
4642
4628
|
protected priorityNumberClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-300" | "bg-blue-100 text-blue-800">;
|
|
4643
4629
|
protected priorityTitleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
4644
|
-
protected priorityTextClasses: _angular_core.Signal<"text-slate-
|
|
4630
|
+
protected priorityTextClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
4645
4631
|
protected impactBoxClasses: _angular_core.Signal<"bg-slate-800/30 border border-slate-700/30" | "bg-slate-50/50 border border-slate-200">;
|
|
4646
4632
|
protected impactLabelClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
4647
4633
|
protected impactTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
@@ -5054,14 +5040,17 @@ declare class VisualizationContainerComponent {
|
|
|
5054
5040
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<VisualizationContainerComponent, "symphiq-visualization-container", never, { "isLightMode": { "alias": "isLightMode"; "required": false; "isSignal": true; }; "visualizationType": { "alias": "visualizationType"; "required": false; "isSignal": true; }; "visualizationData": { "alias": "visualizationData"; "required": false; "isSignal": true; }; "disableInteraction": { "alias": "disableInteraction"; "required": false; "isSignal": true; }; }, { "visualizationClick": "visualizationClick"; }, never, ["*"], true, never>;
|
|
5055
5041
|
}
|
|
5056
5042
|
|
|
5043
|
+
type ScrollProgressBarColorScheme = 'blue-purple' | 'blue-cyan';
|
|
5057
5044
|
declare class ScrollProgressBarComponent {
|
|
5045
|
+
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
5058
5046
|
progress: _angular_core.InputSignal<number>;
|
|
5059
|
-
isLightMode: _angular_core.InputSignal<boolean>;
|
|
5060
5047
|
embedded: _angular_core.InputSignal<boolean>;
|
|
5061
|
-
|
|
5062
|
-
protected
|
|
5048
|
+
colorScheme: _angular_core.InputSignal<ScrollProgressBarColorScheme>;
|
|
5049
|
+
protected isLightMode: _angular_core.Signal<boolean>;
|
|
5050
|
+
protected containerClasses: _angular_core.Signal<string>;
|
|
5051
|
+
protected barClasses: _angular_core.Signal<"bg-gradient-to-r from-blue-500 to-cyan-500" | "bg-gradient-to-r from-blue-400 to-cyan-400" | "bg-gradient-to-r from-blue-500 to-purple-500" | "bg-gradient-to-r from-blue-400 to-purple-400">;
|
|
5063
5052
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ScrollProgressBarComponent, never>;
|
|
5064
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ScrollProgressBarComponent, "symphiq-scroll-progress-bar", never, { "
|
|
5053
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ScrollProgressBarComponent, "symphiq-scroll-progress-bar", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "progress": { "alias": "progress"; "required": false; "isSignal": true; }; "embedded": { "alias": "embedded"; "required": false; "isSignal": true; }; "colorScheme": { "alias": "colorScheme"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
5065
5054
|
}
|
|
5066
5055
|
|
|
5067
5056
|
interface IconObjectInterface {
|
|
@@ -5137,7 +5126,7 @@ declare class SearchModalComponent {
|
|
|
5137
5126
|
emptyIconClass: _angular_core.Signal<"text-slate-600" | "text-slate-300">;
|
|
5138
5127
|
emptyTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
5139
5128
|
emptyDescClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
5140
|
-
shortcutsClass: _angular_core.Signal<"bg-slate-
|
|
5129
|
+
shortcutsClass: _angular_core.Signal<"bg-slate-50 border-slate-200" | "bg-slate-900/50 border-slate-700">;
|
|
5141
5130
|
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">;
|
|
5142
5131
|
shortcutTextClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
5143
5132
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SearchModalComponent, never>;
|
|
@@ -5191,7 +5180,7 @@ declare class GradeBadgeComponent {
|
|
|
5191
5180
|
gradeRationale: _angular_core.InputSignal<string>;
|
|
5192
5181
|
label: _angular_core.InputSignal<string>;
|
|
5193
5182
|
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
5194
|
-
tooltipPosition: _angular_core.InputSignal<"top" | "
|
|
5183
|
+
tooltipPosition: _angular_core.InputSignal<"top" | "left" | "right" | "bottom">;
|
|
5195
5184
|
isLightMode: _angular_core.Signal<boolean>;
|
|
5196
5185
|
formattedGrade: _angular_core.Signal<string>;
|
|
5197
5186
|
shouldPulse: _angular_core.Signal<boolean>;
|
|
@@ -5285,17 +5274,17 @@ declare class ConfidenceLevelCardComponent implements OnInit, OnDestroy {
|
|
|
5285
5274
|
protected titleClasses: _angular_core.Signal<"text-white" | "bg-gradient-to-r from-slate-700 to-slate-900 bg-clip-text text-transparent">;
|
|
5286
5275
|
protected subtitleClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
5287
5276
|
protected gradeBadgeContainerClasses: _angular_core.Signal<string>;
|
|
5288
|
-
protected glowEffectClasses: _angular_core.Signal<"bg-
|
|
5277
|
+
protected glowEffectClasses: _angular_core.Signal<"bg-blue-500" | "bg-emerald-500" | "bg-orange-500" | "bg-red-500">;
|
|
5289
5278
|
protected gradeBadgeClasses: _angular_core.Signal<"bg-gradient-to-br from-emerald-500/30 to-teal-500/30 border-2 border-emerald-500/50 shadow-[0_0_20px_rgba(16,185,129,0.3)]" | "bg-gradient-to-br from-emerald-50 to-teal-50 border-2 border-emerald-300/50 shadow-[0_0_20px_rgba(16,185,129,0.2)]" | "bg-gradient-to-br from-blue-500/30 to-cyan-500/30 border-2 border-blue-500/50 shadow-[0_0_20px_rgba(59,130,246,0.3)]" | "bg-gradient-to-br from-blue-50 to-cyan-50 border-2 border-blue-300/50 shadow-[0_0_20px_rgba(59,130,246,0.2)]" | "bg-gradient-to-br from-orange-500/30 to-amber-500/30 border-2 border-orange-500/50 shadow-[0_0_20px_rgba(249,115,22,0.3)]" | "bg-gradient-to-br from-orange-50 to-amber-50 border-2 border-orange-300/50 shadow-[0_0_20px_rgba(249,115,22,0.2)]" | "bg-gradient-to-br from-red-500/30 to-rose-500/30 border-2 border-red-500/50 shadow-[0_0_20px_rgba(239,68,68,0.3)]" | "bg-gradient-to-br from-red-50 to-rose-50 border-2 border-red-300/50 shadow-[0_0_20px_rgba(239,68,68,0.2)]">;
|
|
5290
|
-
protected gradeLabelClasses: _angular_core.Signal<"text-blue-700" | "text-emerald-700" | "text-red-700" | "text-
|
|
5279
|
+
protected gradeLabelClasses: _angular_core.Signal<"text-blue-700" | "text-emerald-700" | "text-red-700" | "text-blue-300" | "text-emerald-300" | "text-red-300" | "text-orange-700" | "text-orange-300">;
|
|
5291
5280
|
protected gradeValueClasses: _angular_core.Signal<"bg-gradient-to-b from-emerald-300 to-emerald-500 bg-clip-text text-transparent" | "bg-gradient-to-b from-emerald-600 to-emerald-800 bg-clip-text text-transparent" | "bg-gradient-to-b from-blue-300 to-blue-500 bg-clip-text text-transparent" | "bg-gradient-to-b from-blue-600 to-blue-800 bg-clip-text text-transparent" | "bg-gradient-to-b from-orange-300 to-orange-500 bg-clip-text text-transparent" | "bg-gradient-to-b from-orange-600 to-orange-800 bg-clip-text text-transparent" | "bg-gradient-to-b from-red-300 to-red-500 bg-clip-text text-transparent" | "bg-gradient-to-b from-red-600 to-red-800 bg-clip-text text-transparent">;
|
|
5292
|
-
protected descriptionClasses: _angular_core.Signal<"text-slate-
|
|
5293
|
-
protected progressLabelClasses: _angular_core.Signal<"text-slate-
|
|
5294
|
-
protected progressValueClasses: _angular_core.Signal<"text-
|
|
5281
|
+
protected descriptionClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
5282
|
+
protected progressLabelClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
5283
|
+
protected progressValueClasses: _angular_core.Signal<"text-emerald-400" | "text-red-400" | "text-emerald-600" | "text-blue-400" | "text-orange-600" | "text-red-600" | "text-blue-600" | "text-orange-400">;
|
|
5295
5284
|
protected progressTrackClasses: _angular_core.Signal<"bg-slate-700/50 shadow-inner" | "bg-slate-200 shadow-inner">;
|
|
5296
5285
|
protected progressBarClasses: _angular_core.Signal<"rounded-full overflow-hidden bg-gradient-to-r from-emerald-500 via-teal-500 to-emerald-600" | "rounded-full overflow-hidden bg-gradient-to-r from-blue-500 via-cyan-500 to-blue-600" | "rounded-full overflow-hidden bg-gradient-to-r from-orange-500 via-amber-500 to-orange-600" | "rounded-full overflow-hidden bg-gradient-to-r from-red-500 via-rose-500 to-red-600">;
|
|
5297
5286
|
protected shimmerClasses: _angular_core.Signal<string>;
|
|
5298
|
-
protected progressGlowClasses: _angular_core.Signal<"bg-gradient-to-r from-
|
|
5287
|
+
protected progressGlowClasses: _angular_core.Signal<"bg-gradient-to-r from-blue-500 to-cyan-500" | "bg-gradient-to-r from-emerald-500 to-teal-500" | "bg-gradient-to-r from-orange-500 to-amber-500" | "bg-gradient-to-r from-red-500 to-rose-500">;
|
|
5299
5288
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ConfidenceLevelCardComponent, never>;
|
|
5300
5289
|
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; }; }, {}, never, never, true, never>;
|
|
5301
5290
|
}
|
|
@@ -5342,7 +5331,7 @@ declare class ContentGenerationProgressComponent {
|
|
|
5342
5331
|
protected iconContainerClasses: _angular_core.Signal<"bg-gradient-to-br from-blue-500 to-purple-500 text-white shadow-lg shadow-blue-500/30" | "bg-gradient-to-br from-blue-400 to-purple-400 text-white shadow-lg shadow-blue-400/30">;
|
|
5343
5332
|
protected titleClasses: _angular_core.Signal<"bg-gradient-to-r from-blue-600 via-purple-600 to-blue-600 bg-clip-text text-transparent" | "bg-gradient-to-r from-blue-400 via-purple-400 to-blue-400 bg-clip-text text-transparent">;
|
|
5344
5333
|
protected subtitleClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
5345
|
-
protected progressMessageClasses: _angular_core.Signal<"text-slate-
|
|
5334
|
+
protected progressMessageClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
5346
5335
|
protected progressBarContainerClasses: _angular_core.Signal<string>;
|
|
5347
5336
|
protected progressBarBackgroundClasses: _angular_core.Signal<"bg-slate-200" | "bg-slate-700">;
|
|
5348
5337
|
protected progressBarFillClasses: _angular_core.Signal<"bg-gradient-to-r from-blue-500 via-cyan-500 to-blue-600 shadow-lg shadow-blue-500/40" | "bg-gradient-to-r from-blue-400 via-cyan-400 to-blue-500 shadow-lg shadow-blue-400/40">;
|
|
@@ -5376,10 +5365,10 @@ declare class IndeterminateSpinnerComponent {
|
|
|
5376
5365
|
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
5377
5366
|
size: _angular_core.InputSignal<SpinnerSize>;
|
|
5378
5367
|
color: _angular_core.InputSignal<string | undefined>;
|
|
5379
|
-
svgSize: _angular_core.Signal<
|
|
5368
|
+
svgSize: _angular_core.Signal<80 | 60 | 40>;
|
|
5380
5369
|
circleRadius: _angular_core.Signal<16 | 36 | 26>;
|
|
5381
5370
|
svgCircleRadius: _angular_core.Signal<number>;
|
|
5382
|
-
strokeWidth: _angular_core.Signal<
|
|
5371
|
+
strokeWidth: _angular_core.Signal<3 | 2 | 2.5>;
|
|
5383
5372
|
dotSize: _angular_core.Signal<10 | 5 | 7>;
|
|
5384
5373
|
containerClasses: _angular_core.Signal<{
|
|
5385
5374
|
'w-10 h-10': boolean;
|
|
@@ -5444,7 +5433,7 @@ declare class ChartContainerComponent {
|
|
|
5444
5433
|
titleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
5445
5434
|
descriptionClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
5446
5435
|
iconClass: _angular_core.Signal<"text-slate-400 group-hover:text-blue-500" | "text-slate-500 group-hover:text-blue-400">;
|
|
5447
|
-
chartIconClass: _angular_core.Signal<"bg-blue-
|
|
5436
|
+
chartIconClass: _angular_core.Signal<"bg-blue-100 text-blue-600" | "bg-blue-500/20 text-blue-400">;
|
|
5448
5437
|
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">;
|
|
5449
5438
|
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">;
|
|
5450
5439
|
isCollapsible: _angular_core.Signal<boolean>;
|
|
@@ -5626,7 +5615,7 @@ declare class TooltipContainerComponent implements AfterViewInit, OnDestroy {
|
|
|
5626
5615
|
isVisible: _angular_core.Signal<boolean>;
|
|
5627
5616
|
tooltipType: _angular_core.Signal<string | null>;
|
|
5628
5617
|
tooltipContent: _angular_core.Signal<string | Record<string, unknown> | undefined>;
|
|
5629
|
-
tooltipPosition: _angular_core.Signal<"top" | "
|
|
5618
|
+
tooltipPosition: _angular_core.Signal<"top" | "auto" | "left" | "right" | "bottom">;
|
|
5630
5619
|
targetRect: _angular_core.Signal<DOMRect | null>;
|
|
5631
5620
|
mousePosition: _angular_core.Signal<{
|
|
5632
5621
|
x: number;
|
|
@@ -5885,7 +5874,7 @@ declare class OpportunityHighlightBannerComponent {
|
|
|
5885
5874
|
protected titleClasses: _angular_core.Signal<"text-amber-300" | "text-amber-900">;
|
|
5886
5875
|
protected badgeClasses: _angular_core.Signal<"bg-amber-500/30 text-amber-300" | "bg-amber-200 text-amber-800">;
|
|
5887
5876
|
protected messageClasses: _angular_core.Signal<"text-amber-700" | "text-amber-400/90">;
|
|
5888
|
-
protected chevronClasses: _angular_core.Signal<"text-amber-
|
|
5877
|
+
protected chevronClasses: _angular_core.Signal<"text-amber-600" | "text-amber-400">;
|
|
5889
5878
|
handleClick(event: Event): void;
|
|
5890
5879
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OpportunityHighlightBannerComponent, never>;
|
|
5891
5880
|
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>;
|
|
@@ -6138,5 +6127,5 @@ declare function validateRevenueTarget(targetRevenue: number, calculations: Metr
|
|
|
6138
6127
|
};
|
|
6139
6128
|
|
|
6140
6129
|
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, GradeBadgeComponent, HeaderScrollService, HierarchyDisplayComponent, HorizontalBarComponent, IconService, IndeterminateSpinnerComponent, InsightCardComponent, JourneyProgressIndicatorComponent, JourneyStepIdEnum, LineChartComponent, MetricCardComponent, MetricExecutiveSummaryComponent, MetricFormatterService, MetricListItemComponent, MetricReportModalComponent, MetricWelcomeBannerComponent, MobileBottomNavComponent, MobileFABComponent, ModalComponent, ModalService, NapkinVisualPlaceholderComponent, NavigationStateService, OpportunityHighlightBannerComponent, OverallAssessmentComponent, PacingStatusBadgeComponent, PieChartComponent, ProfileItemCardComponent, ProfileSectionComponent, ProfileSubsectionComponent, RelatedContentSidebarComponent, RevenueCalculatorService, RevenueCalculatorWelcomeBannerComponent, 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, 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 };
|
|
6141
|
-
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, GoalBusinessInsightsListModalData, GoalDetailModalData, GoalInsightsListModalData, GoalObjectivesModalData, HeaderScrollConfig, ItemDetailModalData, JourneyStep$1 as JourneyStep, KeyStrengthDetailModalData, KeyStrengthsListModalData, LayoutMode, Metric, MetricAnalysisNavigationData, MetricTargetCalculation, MetricTargetWithPrecision, MetricsListModalData, ModalState, NavSection, NavigationState, ObjectiveStrategiesModalData, OpportunityDetailModalData, ProfileAnalysisNavigationData, ProfileQuestionAnswerSaveEvent, RecommendationBusinessInsightsListModalData, RecommendationInsightsListModalData, RelatedBusinessContent, RelatedFunnelContent, RelatedMetricRatio, RevenueCalculationResult, ReverseCalculationContext, SaveActionType, ScrollBaseCustomEvent, ScrollBaseDetail, ScrollCustomEvent, ScrollDepthInfo, ScrollDetail, SemanticColors, ShadowLevel, ShopProfileViewType, SpinnerSize, StrategyRecommendationsModalData, StrengthDetailModalData, ThemeColorContext, ThemeMode, TooltipPosition, TooltipState, TooltipType, TopPrioritiesListModalData, TopPriorityDetailModalData, TopPriorityInterface, ViewMode, ViewportBounds, VisualizationData, VisualizationType };
|
|
6130
|
+
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, GoalBusinessInsightsListModalData, GoalDetailModalData, GoalInsightsListModalData, GoalObjectivesModalData, HeaderScrollConfig, ItemDetailModalData, JourneyStep$1 as JourneyStep, KeyStrengthDetailModalData, KeyStrengthsListModalData, LayoutMode, Metric, MetricAnalysisNavigationData, MetricTargetCalculation, MetricTargetWithPrecision, MetricsListModalData, ModalState, NavSection, NavigationState, ObjectiveStrategiesModalData, OpportunityDetailModalData, ProfileAnalysisNavigationData, ProfileQuestionAnswerSaveEvent, RecommendationBusinessInsightsListModalData, RecommendationInsightsListModalData, RelatedBusinessContent, RelatedFunnelContent, RelatedMetricRatio, RevenueCalculationResult, ReverseCalculationContext, SaveActionType, ScrollBaseCustomEvent, ScrollBaseDetail, ScrollCustomEvent, ScrollDepthInfo, ScrollDetail, ScrollProgressBarColorScheme, SemanticColors, ShadowLevel, ShopProfileViewType, SpinnerSize, StrategyRecommendationsModalData, StrengthDetailModalData, ThemeColorContext, ThemeMode, TooltipPosition, TooltipState, TooltipType, TopPrioritiesListModalData, TopPriorityDetailModalData, TopPriorityInterface, ViewMode, ViewportBounds, VisualizationData, VisualizationType };
|
|
6142
6131
|
//# sourceMappingURL=index.d.ts.map
|