@eric-emg/symphiq-components 1.2.528 → 1.2.529
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 +1649 -810
- package/fesm2022/symphiq-components.mjs.map +1 -1
- package/index.d.ts +136 -33
- package/index.d.ts.map +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _jebgem_model from '@jebgem/model';
|
|
2
|
-
import { FocusAreaTopPriorityInterface, MetricTopPriorityInterface, ProfileItemInterface, ViewModeEnum, GoalV3Interface, ObjectiveV3Interface, StrategyV3Interface, OperationalCategoryInterface, CategoryStrengthInterface, CategoryGapInterface, CategoryOpportunityInterface, InsightBlockInterface, ProfileAnalysisRecommendationInterface, PerformanceMetricInterface, KeyStrengthInterface, CriticalGapInterface, AiChartInterface, ProfileAnalysisRecommendationActionStepInterface, MetricStatusEnum, TrendDirectionEnum, CompetitiveScoreEnum, ProfileSectionInterface, ProfileSubsectionInterface, ProfileInterface, MetricEnum, FunnelMetricInterface, TargetInterface, UiDataInterface, ProfileAnalysisInterface, 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, IconSourceEnum, ProfileAnalysisSectionV3Interface, ExecutiveSummaryInterface, ProfileFocusAreaInterface, ProfileFocusAreaQuestionInterface, ProfileAnalysisReviewStatusEnum, FocusAreaExecutiveSummaryInterface, MetricExecutiveSummaryInterface, ChartTypeEnum } from '@jebgem/model';
|
|
2
|
+
import { FocusAreaTopPriorityInterface, MetricTopPriorityInterface, ProfileItemInterface, ViewModeEnum, GoalV3Interface, ObjectiveV3Interface, StrategyV3Interface, OperationalCategoryInterface, CategoryStrengthInterface, CategoryGapInterface, CategoryOpportunityInterface, InsightBlockInterface, ProfileAnalysisRecommendationInterface, PerformanceMetricInterface, KeyStrengthInterface, CriticalGapInterface, AiChartInterface, ProfileAnalysisRecommendationActionStepInterface, MetricStatusEnum, TrendDirectionEnum, CompetitiveScoreEnum, ProfileSectionInterface, ProfileSubsectionInterface, ProfileInterface, MetricEnum, FunnelMetricInterface, TargetInterface, UiDataInterface, ProfileAnalysisInterface, 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, IconSourceEnum, ProfileAnalysisSectionV3Interface, ExecutiveSummaryInterface, ProfileFocusAreaInterface, ProfileFocusAreaQuestionInterface, ProfileAnalysisReviewStatusEnum, 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';
|
|
@@ -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" | "business-insight-detail" | "metrics-list" | "charts-list" | "recommendations-list" | "competitive-analysis" | "funnel-strengths-list" | "funnel-weaknesses-list" | "funnel-strength-detail" | "funnel-weakness-detail" | null>;
|
|
1076
1076
|
charts: _angular_core.Signal<AiChartInterface[]>;
|
|
1077
1077
|
modalKey: _angular_core.Signal<number>;
|
|
1078
1078
|
insightData: _angular_core.Signal<InsightBlockInterface | null>;
|
|
@@ -1091,7 +1091,7 @@ declare class ModalComponent {
|
|
|
1091
1091
|
description: string;
|
|
1092
1092
|
icon: string;
|
|
1093
1093
|
} | null>;
|
|
1094
|
-
metricsListData: _angular_core.Signal<
|
|
1094
|
+
metricsListData: _angular_core.Signal<PerformanceMetricInterface | AiChartInterface | InsightBlockInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (PerformanceMetricInterface | InsightBlockInterface)[] | null>;
|
|
1095
1095
|
metricsListMetrics: _angular_core.Signal<PerformanceMetricInterface[]>;
|
|
1096
1096
|
metricsListInsightContext: _angular_core.Signal<{
|
|
1097
1097
|
title: string;
|
|
@@ -1099,7 +1099,7 @@ declare class ModalComponent {
|
|
|
1099
1099
|
businessContext: string;
|
|
1100
1100
|
priority: number;
|
|
1101
1101
|
} | null>;
|
|
1102
|
-
chartsListData: _angular_core.Signal<
|
|
1102
|
+
chartsListData: _angular_core.Signal<PerformanceMetricInterface | AiChartInterface | InsightBlockInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (PerformanceMetricInterface | InsightBlockInterface)[] | null>;
|
|
1103
1103
|
chartsListCharts: _angular_core.Signal<AiChartInterface[]>;
|
|
1104
1104
|
chartsListInsightContext: _angular_core.Signal<{
|
|
1105
1105
|
title: string;
|
|
@@ -1107,7 +1107,7 @@ declare class ModalComponent {
|
|
|
1107
1107
|
businessContext: string;
|
|
1108
1108
|
priority: number;
|
|
1109
1109
|
} | null>;
|
|
1110
|
-
recommendationsListData: _angular_core.Signal<
|
|
1110
|
+
recommendationsListData: _angular_core.Signal<PerformanceMetricInterface | AiChartInterface | InsightBlockInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (PerformanceMetricInterface | InsightBlockInterface)[] | null>;
|
|
1111
1111
|
recommendationsListRecommendations: _angular_core.Signal<string[]>;
|
|
1112
1112
|
recommendationsListInsightContext: _angular_core.Signal<{
|
|
1113
1113
|
title: string;
|
|
@@ -1115,7 +1115,7 @@ declare class ModalComponent {
|
|
|
1115
1115
|
businessContext: string;
|
|
1116
1116
|
priority: number;
|
|
1117
1117
|
} | null>;
|
|
1118
|
-
competitiveAnalysisData: _angular_core.Signal<
|
|
1118
|
+
competitiveAnalysisData: _angular_core.Signal<PerformanceMetricInterface | AiChartInterface | InsightBlockInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (PerformanceMetricInterface | InsightBlockInterface)[] | null>;
|
|
1119
1119
|
competitiveAnalysisContext: _angular_core.Signal<{
|
|
1120
1120
|
title: string;
|
|
1121
1121
|
description: string;
|
|
@@ -1499,10 +1499,10 @@ declare class SymphiqFunnelAnalysisDashboardComponent implements AfterViewInit {
|
|
|
1499
1499
|
*/
|
|
1500
1500
|
private chartsById;
|
|
1501
1501
|
headerClass: _angular_core.Signal<string>;
|
|
1502
|
-
headerTitleClass: _angular_core.Signal<"text-
|
|
1502
|
+
headerTitleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
|
|
1503
1503
|
headerSubtitleClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
1504
1504
|
metaLabelClass: _angular_core.Signal<"text-slate-600" | "text-slate-500">;
|
|
1505
|
-
sectionTitleClass: _angular_core.Signal<"text-
|
|
1505
|
+
sectionTitleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
|
|
1506
1506
|
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">;
|
|
1507
1507
|
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">;
|
|
1508
1508
|
formattedGeneratedDate: _angular_core.Signal<string | null>;
|
|
@@ -1666,9 +1666,9 @@ declare class MetricCardComponent {
|
|
|
1666
1666
|
competitiveScoreBadgeLightClass: _angular_core.Signal<string>;
|
|
1667
1667
|
competitiveScoreBadgeDarkClass: _angular_core.Signal<string>;
|
|
1668
1668
|
competitiveScoreBadgeClass: _angular_core.Signal<string>;
|
|
1669
|
-
competitiveScoreTextClass: _angular_core.Signal<"" | "text-
|
|
1670
|
-
competitiveComparisonDefaultClass: _angular_core.Signal<"text-slate-
|
|
1671
|
-
competitiveComparisonClass: _angular_core.Signal<"text-slate-
|
|
1669
|
+
competitiveScoreTextClass: _angular_core.Signal<"" | "text-blue-700" | "text-blue-400" | "text-emerald-600" | "text-orange-600">;
|
|
1670
|
+
competitiveComparisonDefaultClass: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
|
|
1671
|
+
competitiveComparisonClass: _angular_core.Signal<"text-slate-300" | "text-slate-700" | "text-emerald-600 font-semibold" | "text-orange-600 font-semibold">;
|
|
1672
1672
|
getCompetitiveScoreIcon(): string;
|
|
1673
1673
|
getCompetitiveScoreLabel(): string;
|
|
1674
1674
|
getCompetitiveScoreLabelFull(): string;
|
|
@@ -2785,7 +2785,7 @@ declare class PacingStatusBadgeComponent implements OnDestroy {
|
|
|
2785
2785
|
private animateValue;
|
|
2786
2786
|
protected displayInfo: _angular_core.Signal<PacingDisplayInfo>;
|
|
2787
2787
|
protected containerClasses: _angular_core.Signal<string>;
|
|
2788
|
-
protected targetRotation: _angular_core.Signal<
|
|
2788
|
+
protected targetRotation: _angular_core.Signal<0 | 1 | -1>;
|
|
2789
2789
|
protected rotationStyle: _angular_core.Signal<string>;
|
|
2790
2790
|
protected fullBadgeRotationStyle: _angular_core.Signal<string>;
|
|
2791
2791
|
protected containerSizeClasses: _angular_core.Signal<"inline-flex flex-row items-center rounded-xl border-2 overflow-visible transition-transform hover:rotate-0 pl-1.5" | "inline-flex flex-row items-center rounded-xl border-2 overflow-visible transition-transform hover:rotate-0 pl-2">;
|
|
@@ -4164,6 +4164,109 @@ declare class SymphiqProfileAnalysisFocusAreaDashboardComponent implements OnIni
|
|
|
4164
4164
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SymphiqProfileAnalysisFocusAreaDashboardComponent, "symphiq-profile-analysis-focus-area-dashboard", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "profileAnalysis": { "alias": "profileAnalysis"; "required": false; "isSignal": true; }; "funnelAnalysis": { "alias": "funnelAnalysis"; "required": false; "isSignal": true; }; "profile": { "alias": "profile"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "requestedByUser": { "alias": "requestedByUser"; "required": false; "isSignal": true; }; "embedded": { "alias": "embedded"; "required": false; "isSignal": true; }; "scrollEvent": { "alias": "scrollEvent"; "required": false; "isSignal": true; }; "scrollElement": { "alias": "scrollElement"; "required": false; "isSignal": true; }; "focusAreaDetails": { "alias": "focusAreaDetails"; "required": false; "isSignal": true; }; "itemStatusProfileAnalysis": { "alias": "itemStatusProfileAnalysis"; "required": false; "isSignal": true; }; "isMarkingAsReviewed": { "alias": "isMarkingAsReviewed"; "required": false; "isSignal": true; }; }, { "nextStepClick": "nextStepClick"; "markAsReviewedClick": "markAsReviewedClick"; }, never, never, true, never>;
|
|
4165
4165
|
}
|
|
4166
4166
|
|
|
4167
|
+
interface MetricAnalysisNavigationData {
|
|
4168
|
+
profileAnalysis: ProfileAnalysisInterface;
|
|
4169
|
+
profileMetric: ProfileMetricInterface;
|
|
4170
|
+
}
|
|
4171
|
+
interface MetricCardData {
|
|
4172
|
+
metricEnum: MetricEnum;
|
|
4173
|
+
title: string;
|
|
4174
|
+
description: string;
|
|
4175
|
+
questionsAnswered: number;
|
|
4176
|
+
totalQuestions: number;
|
|
4177
|
+
hasAnalysis: boolean;
|
|
4178
|
+
icon: string;
|
|
4179
|
+
progressPercent: number;
|
|
4180
|
+
status: 'complete' | 'in-progress' | 'not-started' | 'pending';
|
|
4181
|
+
canViewDetails: boolean;
|
|
4182
|
+
selfContentStatusProfileMetric: AiDynamicContentStatusEnum | null;
|
|
4183
|
+
selfContentStatusProfileAnalysis: AiDynamicContentStatusEnum | null;
|
|
4184
|
+
itemStatusProfileMetric: ItemStatusInterface | null;
|
|
4185
|
+
itemStatusProfileAnalysis: ItemStatusInterface | null;
|
|
4186
|
+
profileMetric: ProfileMetricInterface | null;
|
|
4187
|
+
profileAnalysis: ProfileAnalysisInterface | null;
|
|
4188
|
+
}
|
|
4189
|
+
declare class SymphiqProfileMetricsAnalysesDashboardComponent {
|
|
4190
|
+
requestedByUser: _angular_core.InputSignal<UserInterface | undefined>;
|
|
4191
|
+
createdDate: _angular_core.InputSignal<Date | undefined>;
|
|
4192
|
+
embedded: _angular_core.InputSignal<boolean>;
|
|
4193
|
+
profileAnalyses: _angular_core.InputSignal<ProfileAnalysisInterface[] | undefined>;
|
|
4194
|
+
profileMetrics: _angular_core.InputSignal<ProfileMetricInterface[] | undefined>;
|
|
4195
|
+
itemStatusesProfileMetric: _angular_core.InputSignal<ItemStatusInterface[] | undefined>;
|
|
4196
|
+
itemStatusesProfileAnalysis: _angular_core.InputSignal<ItemStatusInterface[] | undefined>;
|
|
4197
|
+
profile: _angular_core.InputSignal<ProfileInterface | undefined>;
|
|
4198
|
+
funnelAnalysis: _angular_core.InputSignal<FunnelAnalysisInterface | undefined>;
|
|
4199
|
+
funnelMetrics: _angular_core.InputSignal<FunnelMetricInterface[] | undefined>;
|
|
4200
|
+
account: _angular_core.InputSignal<AccountInterface | undefined>;
|
|
4201
|
+
profileMetricQuestions: _angular_core.InputSignal<ProfileMetricQuestionInterface[] | undefined>;
|
|
4202
|
+
isOnboarded: _angular_core.InputSignal<boolean>;
|
|
4203
|
+
scrollEvent: _angular_core.InputSignal<ScrollCustomEvent | null | undefined>;
|
|
4204
|
+
scrollElement: _angular_core.InputSignal<HTMLElement | null | undefined>;
|
|
4205
|
+
users: _angular_core.InputSignal<UserInterface[] | undefined>;
|
|
4206
|
+
isLoading: _angular_core.InputSignal<boolean | undefined>;
|
|
4207
|
+
forDemo: _angular_core.InputSignal<boolean>;
|
|
4208
|
+
currentUser: _angular_core.InputSignal<UserInterface | undefined>;
|
|
4209
|
+
maxAccessibleStepId: _angular_core.InputSignal<JourneyStepIdEnum | undefined>;
|
|
4210
|
+
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
4211
|
+
displayMode: _angular_core.InputSignal<DisplayModeEnum>;
|
|
4212
|
+
currentStepId: _angular_core.InputSignal<JourneyStepIdEnum>;
|
|
4213
|
+
navigateToProfileMetric: _angular_core.OutputEmitterRef<ProfileMetricInterface>;
|
|
4214
|
+
navigateToProfileAnalysis: _angular_core.OutputEmitterRef<MetricAnalysisNavigationData>;
|
|
4215
|
+
stepClick: _angular_core.OutputEmitterRef<number>;
|
|
4216
|
+
nextStepClick: _angular_core.OutputEmitterRef<void>;
|
|
4217
|
+
answerMetricProfileQuestions: _angular_core.OutputEmitterRef<string | null>;
|
|
4218
|
+
continueMetricProfileQuestions: _angular_core.OutputEmitterRef<void>;
|
|
4219
|
+
profileQuestionAnswerSave: _angular_core.OutputEmitterRef<ProfileQuestionAnswerSaveEvent>;
|
|
4220
|
+
metricProfileAdminAnswerAction: _angular_core.OutputEmitterRef<boolean>;
|
|
4221
|
+
showSearchModal: _angular_core.WritableSignal<boolean>;
|
|
4222
|
+
scrollProgress: _angular_core.WritableSignal<number>;
|
|
4223
|
+
protected readonly headerScrollService: HeaderScrollService;
|
|
4224
|
+
isLightMode: _angular_core.Signal<boolean>;
|
|
4225
|
+
isSimplifiedView: _angular_core.Signal<boolean>;
|
|
4226
|
+
protected readonly AiDynamicContentStatusEnum: typeof AiDynamicContentStatusEnum;
|
|
4227
|
+
protected readonly ProfileAnalysisReviewStatusEnum: typeof ProfileAnalysisReviewStatusEnum;
|
|
4228
|
+
protected readonly metricStatusConfig: Partial<ProfileAnalysisStatusConfig>;
|
|
4229
|
+
protected readonly metricCardConfig: Partial<ProfileAnalysisCardConfig>;
|
|
4230
|
+
private readonly COLLAPSE_THRESHOLD;
|
|
4231
|
+
private readonly EXPAND_THRESHOLD;
|
|
4232
|
+
onScroll(): void;
|
|
4233
|
+
private embeddedScrollEffect;
|
|
4234
|
+
metricCards: _angular_core.Signal<MetricCardData[]>;
|
|
4235
|
+
allMetricsAnalysisReviewed: _angular_core.Signal<boolean>;
|
|
4236
|
+
metricStatusCounts: _angular_core.Signal<{
|
|
4237
|
+
generating: number;
|
|
4238
|
+
notStarted: number;
|
|
4239
|
+
inProgress: number;
|
|
4240
|
+
completed: number;
|
|
4241
|
+
}>;
|
|
4242
|
+
analysisStatusCounts: _angular_core.Signal<{
|
|
4243
|
+
generating: number;
|
|
4244
|
+
notReviewed: number;
|
|
4245
|
+
reviewed: number;
|
|
4246
|
+
}>;
|
|
4247
|
+
genericCardData: _angular_core.Signal<ProfileAnalysisCardData<MetricEnum, ProfileMetricInterface>[]>;
|
|
4248
|
+
getCurrentMetricForConfidence(): string | undefined;
|
|
4249
|
+
handleCardClick(event: CardClickEvent<MetricEnum, ProfileMetricInterface>): void;
|
|
4250
|
+
handleSearchClick(): void;
|
|
4251
|
+
handleCloseSearchModal(): void;
|
|
4252
|
+
getWelcomeBannerContainerClasses(): string;
|
|
4253
|
+
getWelcomeBannerIconClasses(): string;
|
|
4254
|
+
getWelcomeBannerTitleClasses(): string;
|
|
4255
|
+
getWelcomeBannerTextClasses(): string;
|
|
4256
|
+
getWelcomeBannerHighlightClasses(): string;
|
|
4257
|
+
getWelcomeBannerHighlightIconClasses(): string;
|
|
4258
|
+
getWelcomeBannerHighlightTitleClasses(): string;
|
|
4259
|
+
getWelcomeBannerHighlightListClasses(): string;
|
|
4260
|
+
getWelcomeBannerNextStepsClasses(): string;
|
|
4261
|
+
getWelcomeBannerNextStepsIconClasses(): string;
|
|
4262
|
+
getWelcomeBannerNextStepsTitleClasses(): string;
|
|
4263
|
+
getWelcomeBannerNextStepsTextClasses(): string;
|
|
4264
|
+
private getIconForMetric;
|
|
4265
|
+
private getMetricDescription;
|
|
4266
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SymphiqProfileMetricsAnalysesDashboardComponent, never>;
|
|
4267
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SymphiqProfileMetricsAnalysesDashboardComponent, "symphiq-profile-metrics-analyses-dashboard", never, { "requestedByUser": { "alias": "requestedByUser"; "required": false; "isSignal": true; }; "createdDate": { "alias": "createdDate"; "required": false; "isSignal": true; }; "embedded": { "alias": "embedded"; "required": false; "isSignal": true; }; "profileAnalyses": { "alias": "profileAnalyses"; "required": false; "isSignal": true; }; "profileMetrics": { "alias": "profileMetrics"; "required": false; "isSignal": true; }; "itemStatusesProfileMetric": { "alias": "itemStatusesProfileMetric"; "required": false; "isSignal": true; }; "itemStatusesProfileAnalysis": { "alias": "itemStatusesProfileAnalysis"; "required": false; "isSignal": true; }; "profile": { "alias": "profile"; "required": false; "isSignal": true; }; "funnelAnalysis": { "alias": "funnelAnalysis"; "required": false; "isSignal": true; }; "funnelMetrics": { "alias": "funnelMetrics"; "required": false; "isSignal": true; }; "account": { "alias": "account"; "required": false; "isSignal": true; }; "profileMetricQuestions": { "alias": "profileMetricQuestions"; "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; }; "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "displayMode": { "alias": "displayMode"; "required": false; "isSignal": true; }; "currentStepId": { "alias": "currentStepId"; "required": false; "isSignal": true; }; }, { "navigateToProfileMetric": "navigateToProfileMetric"; "navigateToProfileAnalysis": "navigateToProfileAnalysis"; "stepClick": "stepClick"; "nextStepClick": "nextStepClick"; "answerMetricProfileQuestions": "answerMetricProfileQuestions"; "continueMetricProfileQuestions": "continueMetricProfileQuestions"; "profileQuestionAnswerSave": "profileQuestionAnswerSave"; "metricProfileAdminAnswerAction": "metricProfileAdminAnswerAction"; }, never, never, true, never>;
|
|
4268
|
+
}
|
|
4269
|
+
|
|
4167
4270
|
declare class MetricWelcomeBannerComponent {
|
|
4168
4271
|
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
4169
4272
|
metricName: _angular_core.InputSignal<string | undefined>;
|
|
@@ -4242,7 +4345,7 @@ declare class MetricExecutiveSummaryComponent {
|
|
|
4242
4345
|
protected isDark: _angular_core.Signal<boolean>;
|
|
4243
4346
|
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">;
|
|
4244
4347
|
protected titleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
4245
|
-
protected textClasses: _angular_core.Signal<"text-slate-
|
|
4348
|
+
protected textClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
|
|
4246
4349
|
protected iconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
4247
4350
|
protected healthBadgeClasses: _angular_core.Signal<string>;
|
|
4248
4351
|
protected pacingBadgeClasses: _angular_core.Signal<string>;
|
|
@@ -4254,13 +4357,13 @@ declare class MetricExecutiveSummaryComponent {
|
|
|
4254
4357
|
protected getPacingValueClasses(): string;
|
|
4255
4358
|
protected getHealthValueClasses(): string;
|
|
4256
4359
|
protected narrativeClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-600/20">;
|
|
4257
|
-
protected narrativeTitleClasses: _angular_core.Signal<"text-slate-
|
|
4360
|
+
protected narrativeTitleClasses: _angular_core.Signal<"text-slate-800" | "text-slate-200">;
|
|
4258
4361
|
protected narrativeTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
4259
4362
|
protected sectionTitleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
4260
4363
|
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">;
|
|
4261
4364
|
protected priorityNumberClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-300" | "bg-blue-100 text-blue-800">;
|
|
4262
4365
|
protected priorityTitleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
4263
|
-
protected priorityTextClasses: _angular_core.Signal<"text-slate-
|
|
4366
|
+
protected priorityTextClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
|
|
4264
4367
|
protected impactBoxClasses: _angular_core.Signal<"bg-slate-800/30 border border-slate-700/30" | "bg-slate-50/50 border border-slate-200">;
|
|
4265
4368
|
protected impactLabelClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
4266
4369
|
protected impactTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
@@ -4746,16 +4849,16 @@ declare class SearchModalComponent {
|
|
|
4746
4849
|
clearButtonClass: _angular_core.Signal<"bg-slate-100 text-slate-600 hover:bg-slate-200" | "bg-slate-700 text-slate-300 hover:bg-slate-600">;
|
|
4747
4850
|
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">;
|
|
4748
4851
|
resultsContainerClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
|
|
4749
|
-
resultTitleClass: _angular_core.Signal<"text-
|
|
4852
|
+
resultTitleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
|
|
4750
4853
|
resultDescClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
4751
4854
|
breadcrumbClass: _angular_core.Signal<string>;
|
|
4752
4855
|
typeBadgeClass: _angular_core.Signal<"bg-slate-100 text-slate-600" | "bg-slate-700 text-slate-300">;
|
|
4753
4856
|
arrowClass: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
|
|
4754
4857
|
emptyStateClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
|
|
4755
4858
|
emptyIconClass: _angular_core.Signal<"text-slate-600" | "text-slate-300">;
|
|
4756
|
-
emptyTitleClass: _angular_core.Signal<"text-
|
|
4859
|
+
emptyTitleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
|
|
4757
4860
|
emptyDescClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
4758
|
-
shortcutsClass: _angular_core.Signal<"bg-slate-
|
|
4861
|
+
shortcutsClass: _angular_core.Signal<"bg-slate-50 border-slate-200" | "bg-slate-900/50 border-slate-700">;
|
|
4759
4862
|
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">;
|
|
4760
4863
|
shortcutTextClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
4761
4864
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SearchModalComponent, never>;
|
|
@@ -4792,7 +4895,7 @@ declare class DashboardHeaderComponent implements OnInit {
|
|
|
4792
4895
|
protected onTitleMouseLeave(): void;
|
|
4793
4896
|
formattedGeneratedDate: _angular_core.Signal<string>;
|
|
4794
4897
|
formatDate(dateString: string): string;
|
|
4795
|
-
headerTitleClass: _angular_core.Signal<"text-
|
|
4898
|
+
headerTitleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
|
|
4796
4899
|
metaLabelClass: _angular_core.Signal<"text-slate-600" | "text-slate-500">;
|
|
4797
4900
|
protected getHeaderClasses(): string;
|
|
4798
4901
|
protected getMainTitleClasses(): string;
|
|
@@ -4905,11 +5008,11 @@ declare class ConfidenceLevelCardComponent implements OnInit, OnDestroy {
|
|
|
4905
5008
|
protected gradeBadgeContainerClasses: _angular_core.Signal<string>;
|
|
4906
5009
|
protected glowEffectClasses: _angular_core.Signal<"bg-emerald-500" | "bg-blue-500" | "bg-orange-500" | "bg-red-500">;
|
|
4907
5010
|
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)]">;
|
|
4908
|
-
protected gradeLabelClasses: _angular_core.Signal<"text-
|
|
5011
|
+
protected gradeLabelClasses: _angular_core.Signal<"text-blue-700" | "text-emerald-700" | "text-red-700" | "text-orange-700" | "text-red-300" | "text-blue-300" | "text-emerald-300" | "text-orange-300">;
|
|
4909
5012
|
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">;
|
|
4910
|
-
protected descriptionClasses: _angular_core.Signal<"text-slate-
|
|
4911
|
-
protected progressLabelClasses: _angular_core.Signal<"text-slate-
|
|
4912
|
-
protected progressValueClasses: _angular_core.Signal<"text-
|
|
5013
|
+
protected descriptionClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
|
|
5014
|
+
protected progressLabelClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
|
|
5015
|
+
protected progressValueClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600" | "text-emerald-600" | "text-emerald-400" | "text-red-600" | "text-red-400" | "text-orange-600" | "text-orange-400">;
|
|
4913
5016
|
protected progressTrackClasses: _angular_core.Signal<"bg-slate-700/50 shadow-inner" | "bg-slate-200 shadow-inner">;
|
|
4914
5017
|
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">;
|
|
4915
5018
|
protected shimmerClasses: _angular_core.Signal<string>;
|
|
@@ -4935,7 +5038,7 @@ declare class RelatedContentSidebarComponent {
|
|
|
4935
5038
|
protected buttonClasses: _angular_core.Signal<"bg-slate-50 border-slate-200 hover:border-blue-500/50 hover:bg-slate-100" | "bg-slate-800/50 border-slate-700 hover:border-blue-500/50 hover:bg-slate-700/50">;
|
|
4936
5039
|
protected iconBgClasses: _angular_core.Signal<"bg-blue-100 text-blue-600" | "bg-blue-900/30 text-blue-400">;
|
|
4937
5040
|
protected iconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
4938
|
-
protected countClasses: _angular_core.Signal<"text-
|
|
5041
|
+
protected countClasses: _angular_core.Signal<"text-white" | "text-slate-900">;
|
|
4939
5042
|
protected labelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
4940
5043
|
protected chevronClasses: _angular_core.Signal<"text-slate-500 group-hover:text-blue-400" | "text-slate-400 group-hover:text-blue-600">;
|
|
4941
5044
|
protected onFunnelInsightsClick(): void;
|
|
@@ -4960,7 +5063,7 @@ declare class ContentGenerationProgressComponent {
|
|
|
4960
5063
|
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">;
|
|
4961
5064
|
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">;
|
|
4962
5065
|
protected subtitleClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
4963
|
-
protected progressMessageClasses: _angular_core.Signal<"text-slate-
|
|
5066
|
+
protected progressMessageClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
|
|
4964
5067
|
protected progressBarContainerClasses: _angular_core.Signal<string>;
|
|
4965
5068
|
protected progressBarBackgroundClasses: _angular_core.Signal<"bg-slate-200" | "bg-slate-700">;
|
|
4966
5069
|
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">;
|
|
@@ -4997,8 +5100,8 @@ declare class IndeterminateSpinnerComponent {
|
|
|
4997
5100
|
svgSize: _angular_core.Signal<40 | 80 | 60>;
|
|
4998
5101
|
circleRadius: _angular_core.Signal<16 | 36 | 26>;
|
|
4999
5102
|
svgCircleRadius: _angular_core.Signal<number>;
|
|
5000
|
-
strokeWidth: _angular_core.Signal<
|
|
5001
|
-
dotSize: _angular_core.Signal<
|
|
5103
|
+
strokeWidth: _angular_core.Signal<2 | 3 | 2.5>;
|
|
5104
|
+
dotSize: _angular_core.Signal<10 | 5 | 7>;
|
|
5002
5105
|
containerClasses: _angular_core.Signal<{
|
|
5003
5106
|
'w-10 h-10': boolean;
|
|
5004
5107
|
'w-[60px] h-[60px]': boolean;
|
|
@@ -5040,7 +5143,7 @@ declare class UserDisplayComponent {
|
|
|
5040
5143
|
avatarSize: _angular_core.InputSignal<AvatarSize>;
|
|
5041
5144
|
showEmail: _angular_core.InputSignal<boolean>;
|
|
5042
5145
|
protected displayName: _angular_core.Signal<string>;
|
|
5043
|
-
protected nameClasses: _angular_core.Signal<"text-
|
|
5146
|
+
protected nameClasses: _angular_core.Signal<"text-white" | "text-slate-900">;
|
|
5044
5147
|
protected emailClasses: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
|
|
5045
5148
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UserDisplayComponent, never>;
|
|
5046
5149
|
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>;
|
|
@@ -5059,7 +5162,7 @@ declare class ChartContainerComponent {
|
|
|
5059
5162
|
protected ChartTypeEnum: typeof ChartTypeEnum;
|
|
5060
5163
|
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">;
|
|
5061
5164
|
headerClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
|
|
5062
|
-
titleClass: _angular_core.Signal<"text-
|
|
5165
|
+
titleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
|
|
5063
5166
|
descriptionClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
5064
5167
|
iconClass: _angular_core.Signal<"text-slate-400 group-hover:text-blue-500" | "text-slate-500 group-hover:text-blue-400">;
|
|
5065
5168
|
chartIconClass: _angular_core.Signal<"bg-blue-100 text-blue-600" | "bg-blue-500/20 text-blue-400">;
|
|
@@ -5244,7 +5347,7 @@ declare class TooltipContainerComponent implements AfterViewInit, OnDestroy {
|
|
|
5244
5347
|
isVisible: _angular_core.Signal<boolean>;
|
|
5245
5348
|
tooltipType: _angular_core.Signal<string | null>;
|
|
5246
5349
|
tooltipContent: _angular_core.Signal<string | Record<string, unknown> | undefined>;
|
|
5247
|
-
tooltipPosition: _angular_core.Signal<"
|
|
5350
|
+
tooltipPosition: _angular_core.Signal<"auto" | "top" | "bottom" | "left" | "right">;
|
|
5248
5351
|
targetRect: _angular_core.Signal<DOMRect | null>;
|
|
5249
5352
|
mousePosition: _angular_core.Signal<{
|
|
5250
5353
|
x: number;
|
|
@@ -5499,7 +5602,7 @@ declare class OpportunityHighlightBannerComponent {
|
|
|
5499
5602
|
bannerClick: _angular_core.OutputEmitterRef<void>;
|
|
5500
5603
|
protected iconSource: IconSourceEnum;
|
|
5501
5604
|
protected bannerClasses: _angular_core.Signal<"bg-gradient-to-r from-amber-500/10 to-orange-500/10 border-l-amber-500 border-r border-t border-b border-amber-500/30" | "bg-gradient-to-r from-amber-50 to-orange-50 border-l-amber-500 border-r border-t border-b border-amber-200">;
|
|
5502
|
-
protected iconContainerClasses: _angular_core.Signal<"bg-amber-
|
|
5605
|
+
protected iconContainerClasses: _angular_core.Signal<"bg-amber-100 text-amber-600" | "bg-amber-500/20 text-amber-400">;
|
|
5503
5606
|
protected titleClasses: _angular_core.Signal<"text-amber-300" | "text-amber-900">;
|
|
5504
5607
|
protected badgeClasses: _angular_core.Signal<"bg-amber-500/30 text-amber-300" | "bg-amber-200 text-amber-800">;
|
|
5505
5608
|
protected messageClasses: _angular_core.Signal<"text-amber-700" | "text-amber-400/90">;
|
|
@@ -5755,6 +5858,6 @@ declare function validateRevenueTarget(targetRevenue: number, calculations: Metr
|
|
|
5755
5858
|
withinTolerance: boolean;
|
|
5756
5859
|
};
|
|
5757
5860
|
|
|
5758
|
-
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, SymphiqProfileFocusAreaDashboardComponent, SymphiqProfileFocusAreasAnalysesDashboardComponent, 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 };
|
|
5759
|
-
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, 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 };
|
|
5861
|
+
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, SymphiqProfileFocusAreaDashboardComponent, SymphiqProfileFocusAreasAnalysesDashboardComponent, 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 };
|
|
5862
|
+
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 };
|
|
5760
5863
|
//# sourceMappingURL=index.d.ts.map
|