@eric-emg/symphiq-components 1.2.422 → 1.2.423
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 +13243 -371
- package/fesm2022/symphiq-components.mjs.map +1 -1
- package/index.d.ts +898 -57
- 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,
|
|
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, AccountInterface, ProfileShopInterface, ProfileShopQuestionInterface, AbstractItemProfileAnswerInterface, AbstractItemProfileAnswerHistoryInterface, PlanCardInfoInterface, CurrencyCodeEnum, ChargebeeItemPricePeriodUnitEnum, ChargebeeItemPriceInterface, IconSourceEnum, ProfileAnalysisSectionV3Interface, ExecutiveSummaryInterface, FocusAreaExecutiveSummaryInterface, MetricExecutiveSummaryInterface, ProfileFocusAreaInterface, 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';
|
|
@@ -11,22 +11,8 @@ import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
|
|
|
11
11
|
import * as _jebgem_model_lib_funnel_analysis_performance_overview_structured_v3_interface from '@jebgem/model/lib/funnel-analysis/performance-overview-structured-v3.interface';
|
|
12
12
|
import { FormGroup } from '@angular/forms';
|
|
13
13
|
import { ScrollCustomEvent as ScrollCustomEvent$1 } from '@symphiq-components/components/funnel-analysis-dashboard/symphiq-funnel-analysis-dashboard.component';
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
export * from '@symphiq-components/components/profile-analyses-focus-areas-dashboard/symphiq-profile-focus-areas-analyses-dashboard.component';
|
|
17
|
-
export * from '@symphiq-components/components/profile-analysis-shop-dashboard/metric-welcome-banner.component';
|
|
18
|
-
export * from '@symphiq-components/components/profile-analyses-focus-areas-dashboard/focus-area-executive-summary.component';
|
|
19
|
-
export * from '@symphiq-components/components/profile-analysis-shop-dashboard/metric-executive-summary.component';
|
|
20
|
-
export * from '@symphiq-components/components/profile-analysis-shop-dashboard/cards/subscription-value-proposition-card.component';
|
|
21
|
-
export * from '@symphiq-components/components/profile-analysis-shop-dashboard/cards/sticky-subscription-continue-button.component';
|
|
22
|
-
export * from '@symphiq-components/components/profile-analysis-shop-dashboard/cards/shop-profile-status-card.component';
|
|
23
|
-
export * from '@symphiq-components/components/profile-analysis-shop-dashboard/cards/shop-profile-category-list.component';
|
|
24
|
-
export * from '@symphiq-components/components/profile-analysis-shop-dashboard/cards/shop-profile-view-toggle.component';
|
|
25
|
-
export * from '@symphiq-components/components/profile-analysis-shop-dashboard/cards/shop-profile-sticky-footer.component';
|
|
26
|
-
export * from '@symphiq-components/components/profile-analysis-shop-dashboard/cards/shop-profile-questions-modal.component';
|
|
27
|
-
export * from '@symphiq-components/components/profile-analysis-shop-dashboard/cards/shop-profile-question-card.component';
|
|
28
|
-
export * from '@symphiq-components/components/profile-analysis-shop-dashboard/cards/shop-profile-question-answer.component';
|
|
29
|
-
export * from '@symphiq-components/components/profile-analysis-shop-dashboard/cards/focus-area-status-card.component';
|
|
14
|
+
import { ShopProfileStatusCardComponent as ShopProfileStatusCardComponent$1 } from '@symphiq-components/components/profile-analysis-shop-dashboard/cards/shop-profile-status-card.component';
|
|
15
|
+
import { ProfileQuestionAnswerSaveEvent as ProfileQuestionAnswerSaveEvent$1 } from '@symphiq-components/components/profile-analysis-shop-dashboard/cards/shop-profile-question-answer.component';
|
|
30
16
|
|
|
31
17
|
interface FunnelMetricOrder {
|
|
32
18
|
metric: string;
|
|
@@ -1076,7 +1062,7 @@ declare class ModalComponent {
|
|
|
1076
1062
|
private animatedTrendValues;
|
|
1077
1063
|
private animationFrames;
|
|
1078
1064
|
isOpen: _angular_core.Signal<boolean>;
|
|
1079
|
-
modalType: _angular_core.Signal<"
|
|
1065
|
+
modalType: _angular_core.Signal<"metric" | "insight" | "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>;
|
|
1080
1066
|
charts: _angular_core.Signal<AiChartInterface[]>;
|
|
1081
1067
|
modalKey: _angular_core.Signal<number>;
|
|
1082
1068
|
insightData: _angular_core.Signal<InsightBlockInterface | null>;
|
|
@@ -1095,7 +1081,7 @@ declare class ModalComponent {
|
|
|
1095
1081
|
description: string;
|
|
1096
1082
|
icon: string;
|
|
1097
1083
|
} | null>;
|
|
1098
|
-
metricsListData: _angular_core.Signal<
|
|
1084
|
+
metricsListData: _angular_core.Signal<InsightBlockInterface | PerformanceMetricInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | AiChartInterface | (InsightBlockInterface | PerformanceMetricInterface)[] | null>;
|
|
1099
1085
|
metricsListMetrics: _angular_core.Signal<PerformanceMetricInterface[]>;
|
|
1100
1086
|
metricsListInsightContext: _angular_core.Signal<{
|
|
1101
1087
|
title: string;
|
|
@@ -1103,7 +1089,7 @@ declare class ModalComponent {
|
|
|
1103
1089
|
businessContext: string;
|
|
1104
1090
|
priority: number;
|
|
1105
1091
|
} | null>;
|
|
1106
|
-
chartsListData: _angular_core.Signal<
|
|
1092
|
+
chartsListData: _angular_core.Signal<InsightBlockInterface | PerformanceMetricInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | AiChartInterface | (InsightBlockInterface | PerformanceMetricInterface)[] | null>;
|
|
1107
1093
|
chartsListCharts: _angular_core.Signal<AiChartInterface[]>;
|
|
1108
1094
|
chartsListInsightContext: _angular_core.Signal<{
|
|
1109
1095
|
title: string;
|
|
@@ -1111,7 +1097,7 @@ declare class ModalComponent {
|
|
|
1111
1097
|
businessContext: string;
|
|
1112
1098
|
priority: number;
|
|
1113
1099
|
} | null>;
|
|
1114
|
-
recommendationsListData: _angular_core.Signal<
|
|
1100
|
+
recommendationsListData: _angular_core.Signal<InsightBlockInterface | PerformanceMetricInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | AiChartInterface | (InsightBlockInterface | PerformanceMetricInterface)[] | null>;
|
|
1115
1101
|
recommendationsListRecommendations: _angular_core.Signal<string[]>;
|
|
1116
1102
|
recommendationsListInsightContext: _angular_core.Signal<{
|
|
1117
1103
|
title: string;
|
|
@@ -1119,7 +1105,7 @@ declare class ModalComponent {
|
|
|
1119
1105
|
businessContext: string;
|
|
1120
1106
|
priority: number;
|
|
1121
1107
|
} | null>;
|
|
1122
|
-
competitiveAnalysisData: _angular_core.Signal<
|
|
1108
|
+
competitiveAnalysisData: _angular_core.Signal<InsightBlockInterface | PerformanceMetricInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | AiChartInterface | (InsightBlockInterface | PerformanceMetricInterface)[] | null>;
|
|
1123
1109
|
competitiveAnalysisContext: _angular_core.Signal<{
|
|
1124
1110
|
title: string;
|
|
1125
1111
|
description: string;
|
|
@@ -1663,7 +1649,7 @@ declare class MetricCardComponent {
|
|
|
1663
1649
|
competitiveScoreBadgeLightClass: _angular_core.Signal<string>;
|
|
1664
1650
|
competitiveScoreBadgeDarkClass: _angular_core.Signal<string>;
|
|
1665
1651
|
competitiveScoreBadgeClass: _angular_core.Signal<string>;
|
|
1666
|
-
competitiveScoreTextClass: _angular_core.Signal<"" | "text-
|
|
1652
|
+
competitiveScoreTextClass: _angular_core.Signal<"" | "text-emerald-600" | "text-blue-700" | "text-blue-400" | "text-orange-600">;
|
|
1667
1653
|
competitiveComparisonDefaultClass: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
1668
1654
|
competitiveComparisonClass: _angular_core.Signal<"text-slate-700" | "text-slate-300" | "text-emerald-600 font-semibold" | "text-orange-600 font-semibold">;
|
|
1669
1655
|
getCompetitiveScoreIcon(): string;
|
|
@@ -1906,10 +1892,10 @@ declare class OverallAssessmentComponent {
|
|
|
1906
1892
|
revenueTrendArrowPath: _angular_core.Signal<"M5.293 9.707a1 1 0 010-1.414l4-4a1 1 0 011.414 0l4 4a1 1 0 01-1.414 1.414L11 7.414V15a1 1 0 11-2 0V7.414L6.707 9.707a1 1 0 01-1.414 0z" | "M14.707 10.293a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 111.414-1.414L9 12.586V5a1 1 0 012 0v7.586l2.293-2.293a1 1 0 011.414 0z" | "M3 10h11m0 0l-4-4m4 4l-4 4">;
|
|
1907
1893
|
lightModeTrendIconClass: _angular_core.Signal<"text-emerald-600" | "text-red-600">;
|
|
1908
1894
|
darkModeTrendIconClass: _angular_core.Signal<"text-emerald-400" | "text-red-400">;
|
|
1909
|
-
trendIconClass: _angular_core.Signal<"text-emerald-
|
|
1895
|
+
trendIconClass: _angular_core.Signal<"text-emerald-600" | "text-emerald-400" | "text-red-600" | "text-red-400">;
|
|
1910
1896
|
lightModeTrendValueClass: _angular_core.Signal<"text-emerald-600" | "text-red-600">;
|
|
1911
1897
|
darkModeTrendValueClass: _angular_core.Signal<"text-emerald-400" | "text-red-400">;
|
|
1912
|
-
trendValueClass: _angular_core.Signal<"text-emerald-
|
|
1898
|
+
trendValueClass: _angular_core.Signal<"text-emerald-600" | "text-emerald-400" | "text-red-600" | "text-red-400">;
|
|
1913
1899
|
formattedRevenueTrend: _angular_core.Signal<string>;
|
|
1914
1900
|
formattedRevenueTarget: _angular_core.Signal<string>;
|
|
1915
1901
|
hasRevenuePacing: _angular_core.Signal<boolean>;
|
|
@@ -2231,7 +2217,7 @@ declare class SymphiqFunnelAnalysisPreviewComponent {
|
|
|
2231
2217
|
competitiveTooltip: _angular_core.Signal<{
|
|
2232
2218
|
industry: string;
|
|
2233
2219
|
metricBenchmark: string;
|
|
2234
|
-
competitiveScore: "LEADING" | "
|
|
2220
|
+
competitiveScore: "LEADING" | "COMPETITIVE" | "LAGGING";
|
|
2235
2221
|
description: string;
|
|
2236
2222
|
keyOpportunities: string;
|
|
2237
2223
|
}>;
|
|
@@ -2795,7 +2781,7 @@ declare class PacingStatusBadgeComponent implements OnDestroy {
|
|
|
2795
2781
|
private animateValue;
|
|
2796
2782
|
protected displayInfo: _angular_core.Signal<PacingDisplayInfo>;
|
|
2797
2783
|
protected containerClasses: _angular_core.Signal<string>;
|
|
2798
|
-
protected targetRotation: _angular_core.Signal<
|
|
2784
|
+
protected targetRotation: _angular_core.Signal<1 | 0 | -1>;
|
|
2799
2785
|
protected rotationStyle: _angular_core.Signal<string>;
|
|
2800
2786
|
protected fullBadgeRotationStyle: _angular_core.Signal<string>;
|
|
2801
2787
|
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">;
|
|
@@ -2810,7 +2796,7 @@ declare class PacingStatusBadgeComponent implements OnDestroy {
|
|
|
2810
2796
|
protected animatedPercentage: _angular_core.Signal<string>;
|
|
2811
2797
|
protected extractPercentage: _angular_core.Signal<string>;
|
|
2812
2798
|
protected displayTextWithoutPercentage: _angular_core.Signal<string>;
|
|
2813
|
-
protected overlayBadgeClasses: _angular_core.Signal<"bg-
|
|
2799
|
+
protected overlayBadgeClasses: _angular_core.Signal<"bg-red-500 text-white" | "bg-amber-500 text-white" | "bg-emerald-500 text-white" | "bg-emerald-600 text-emerald-50" | "bg-amber-600 text-amber-50" | "bg-red-600 text-red-50">;
|
|
2814
2800
|
protected overlaySizeClasses: _angular_core.Signal<"px-2 py-1.5 rounded-lg text-sm font-extrabold tracking-wide shadow-md transition-all duration-200 -my-1 -mr-1 z-10 inline-flex items-center gap-0.5 tabular-nums" | "px-2.5 py-2 rounded-lg text-sm font-extrabold tracking-wide shadow-md transition-all duration-200 -my-1.5 -mr-1 z-10 inline-flex items-center gap-1 tabular-nums">;
|
|
2815
2801
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<PacingStatusBadgeComponent, never>;
|
|
2816
2802
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<PacingStatusBadgeComponent, "symphiq-pacing-status-badge", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "pacingPercentage": { "alias": "pacingPercentage"; "required": false; "isSignal": true; }; "status": { "alias": "status"; "required": false; "isSignal": true; }; "showAsFullText": { "alias": "showAsFullText"; "required": false; "isSignal": true; }; "isCompact": { "alias": "isCompact"; "required": false; "isSignal": true; }; "showEmphasizedPercentage": { "alias": "showEmphasizedPercentage"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
@@ -3291,6 +3277,861 @@ declare class BusinessAnalysisModalComponent implements OnInit, OnDestroy {
|
|
|
3291
3277
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BusinessAnalysisModalComponent, "symphiq-business-analysis-modal", never, { "isLightMode": { "alias": "isLightMode"; "required": false; "isSignal": true; }; }, { "viewInContextRequested": "viewInContextRequested"; }, never, never, true, never>;
|
|
3292
3278
|
}
|
|
3293
3279
|
|
|
3280
|
+
type ProfileModalData = {
|
|
3281
|
+
goal: GoalV3Interface;
|
|
3282
|
+
viewMode: ViewModeEnum;
|
|
3283
|
+
} | {
|
|
3284
|
+
goal: GoalV3Interface;
|
|
3285
|
+
viewMode: ViewModeEnum;
|
|
3286
|
+
} | {
|
|
3287
|
+
objective: ObjectiveV3Interface;
|
|
3288
|
+
goalTitle?: string;
|
|
3289
|
+
viewMode: ViewModeEnum;
|
|
3290
|
+
} | {
|
|
3291
|
+
strategy: StrategyV3Interface;
|
|
3292
|
+
objectiveTitle?: string;
|
|
3293
|
+
goalTitle?: string;
|
|
3294
|
+
viewMode: ViewModeEnum;
|
|
3295
|
+
} | {
|
|
3296
|
+
category: OperationalCategoryInterface;
|
|
3297
|
+
viewMode: ViewModeEnum;
|
|
3298
|
+
scrollToSection?: 'strengths' | 'gaps' | 'opportunities';
|
|
3299
|
+
} | {
|
|
3300
|
+
strength: CategoryStrengthInterface;
|
|
3301
|
+
categoryTitle: string;
|
|
3302
|
+
viewMode: ViewModeEnum;
|
|
3303
|
+
} | {
|
|
3304
|
+
gap: CategoryGapInterface;
|
|
3305
|
+
categoryTitle: string;
|
|
3306
|
+
viewMode: ViewModeEnum;
|
|
3307
|
+
} | {
|
|
3308
|
+
opportunity: CategoryOpportunityInterface;
|
|
3309
|
+
categoryTitle: string;
|
|
3310
|
+
viewMode: ViewModeEnum;
|
|
3311
|
+
} | null;
|
|
3312
|
+
declare class SymphiqProfileShopAnalysisDashboardComponent implements OnInit, OnChanges, OnDestroy, AfterViewInit {
|
|
3313
|
+
funnelModalComponent?: ModalComponent;
|
|
3314
|
+
shopProfileStatusCard?: ShopProfileStatusCardComponent$1;
|
|
3315
|
+
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
3316
|
+
constructor();
|
|
3317
|
+
requestedByUser: _angular_core.InputSignal<UserInterface | undefined>;
|
|
3318
|
+
createdDate: _angular_core.InputSignal<Date | undefined>;
|
|
3319
|
+
embedded: _angular_core.InputSignal<boolean>;
|
|
3320
|
+
profileAnalysis: _angular_core.InputSignal<ProfileAnalysisInterface | undefined>;
|
|
3321
|
+
profile: _angular_core.InputSignal<ProfileInterface | undefined>;
|
|
3322
|
+
funnelAnalysis: _angular_core.InputSignal<FunnelAnalysisInterface | undefined>;
|
|
3323
|
+
focusAreaDetails: _angular_core.InputSignal<FocusAreaDetailInterface[] | undefined>;
|
|
3324
|
+
account: _angular_core.InputSignal<AccountInterface | undefined>;
|
|
3325
|
+
profileShop: _angular_core.InputSignal<ProfileShopInterface | undefined>;
|
|
3326
|
+
profileShopQuestions: _angular_core.InputSignal<ProfileShopQuestionInterface[] | undefined>;
|
|
3327
|
+
profileAnswers: _angular_core.InputSignal<AbstractItemProfileAnswerInterface[] | undefined>;
|
|
3328
|
+
profileAnswerHistories: _angular_core.InputSignal<AbstractItemProfileAnswerHistoryInterface[] | undefined>;
|
|
3329
|
+
itemStatusProfileShop: _angular_core.InputSignal<ItemStatusInterface | undefined>;
|
|
3330
|
+
itemStatusProfileAnalysis: _angular_core.InputSignal<ItemStatusInterface | undefined>;
|
|
3331
|
+
planCardInfos: _angular_core.InputSignal<PlanCardInfoInterface[] | undefined>;
|
|
3332
|
+
isOnboarded: _angular_core.InputSignal<boolean>;
|
|
3333
|
+
scrollEvent: _angular_core.InputSignal<ScrollCustomEvent$1 | null | undefined>;
|
|
3334
|
+
scrollElement: _angular_core.InputSignal<HTMLElement | null | undefined>;
|
|
3335
|
+
users: _angular_core.InputSignal<UserInterface[] | undefined>;
|
|
3336
|
+
isLoading: _angular_core.InputSignal<boolean | undefined>;
|
|
3337
|
+
forDemo: _angular_core.InputSignal<boolean>;
|
|
3338
|
+
currentUser: _angular_core.InputSignal<UserInterface | undefined>;
|
|
3339
|
+
maxAccessibleStepId: _angular_core.InputSignal<JourneyStepIdEnum | undefined>;
|
|
3340
|
+
stepClick: _angular_core.OutputEmitterRef<number>;
|
|
3341
|
+
nextStepClick: _angular_core.OutputEmitterRef<void>;
|
|
3342
|
+
currencySelectionClick: _angular_core.OutputEmitterRef<CurrencyCodeEnum>;
|
|
3343
|
+
editCurrencyClick: _angular_core.OutputEmitterRef<void>;
|
|
3344
|
+
periodUnitChanged: _angular_core.OutputEmitterRef<ChargebeeItemPricePeriodUnitEnum>;
|
|
3345
|
+
planSelected: _angular_core.OutputEmitterRef<PlanCardInfoInterface>;
|
|
3346
|
+
checkoutPlanClick: _angular_core.OutputEmitterRef<ChargebeeItemPriceInterface>;
|
|
3347
|
+
answerShopProfileQuestions: _angular_core.OutputEmitterRef<string | null>;
|
|
3348
|
+
continueShopProfileQuestions: _angular_core.OutputEmitterRef<void>;
|
|
3349
|
+
profileQuestionAnswerSave: _angular_core.OutputEmitterRef<ProfileQuestionAnswerSaveEvent$1>;
|
|
3350
|
+
shopProfileAdminAnswerAction: _angular_core.OutputEmitterRef<boolean>;
|
|
3351
|
+
protected isCurrencySelectionLoading: _angular_core.WritableSignal<boolean>;
|
|
3352
|
+
protected selectedCurrency: _angular_core.WritableSignal<CurrencyCodeEnum | null>;
|
|
3353
|
+
protected isPlanLoading: _angular_core.WritableSignal<boolean>;
|
|
3354
|
+
private planLoadingStartTime;
|
|
3355
|
+
protected isEditingCurrency: _angular_core.WritableSignal<boolean>;
|
|
3356
|
+
protected editingCurrencySelection: _angular_core.WritableSignal<CurrencyCodeEnum | null>;
|
|
3357
|
+
protected selectedPeriodUnit: _angular_core.Signal<ChargebeeItemPricePeriodUnitEnum>;
|
|
3358
|
+
protected showPlanSelection: _angular_core.Signal<boolean | undefined>;
|
|
3359
|
+
private accountSignal;
|
|
3360
|
+
private accountInputEffect;
|
|
3361
|
+
private profileIndexEffect;
|
|
3362
|
+
protected isSubscriptionActive: _angular_core.Signal<boolean>;
|
|
3363
|
+
protected hasBillingCurrency: _angular_core.Signal<boolean>;
|
|
3364
|
+
protected hasCurrencySelected: _angular_core.Signal<boolean>;
|
|
3365
|
+
protected shouldShowContinueButton: _angular_core.Signal<boolean>;
|
|
3366
|
+
protected shouldShowStickyButton: _angular_core.Signal<boolean>;
|
|
3367
|
+
protected shouldShowShopProfileStickyFooter: _angular_core.Signal<boolean | undefined>;
|
|
3368
|
+
protected isProfileShopGenerating: _angular_core.Signal<boolean>;
|
|
3369
|
+
protected isProfileAnalysisGenerating: _angular_core.Signal<boolean>;
|
|
3370
|
+
protected profileAnalysisGeneratingTitle: _angular_core.Signal<"Generating Your Metric Analysis" | "Generating Your Shop Profile Analysis">;
|
|
3371
|
+
protected shouldShowShopProfileStatus: _angular_core.Signal<boolean | undefined>;
|
|
3372
|
+
protected shouldShowHeaderControls: _angular_core.Signal<boolean>;
|
|
3373
|
+
protected totalShopQuestions: _angular_core.Signal<number>;
|
|
3374
|
+
protected answeredShopQuestions: _angular_core.Signal<number>;
|
|
3375
|
+
protected shopQuestionsCompletionPercentage: _angular_core.Signal<number>;
|
|
3376
|
+
private readonly COLLAPSE_THRESHOLD;
|
|
3377
|
+
private readonly EXPAND_THRESHOLD;
|
|
3378
|
+
private currencySelectionEffect;
|
|
3379
|
+
private planLoadingEffect;
|
|
3380
|
+
private embeddedScrollEffect;
|
|
3381
|
+
protected funnelAnalysisSignal: _angular_core.WritableSignal<FunnelAnalysisInterface | undefined>;
|
|
3382
|
+
protected readonly headerScrollService: HeaderScrollService;
|
|
3383
|
+
protected readonly modalService: ModalService;
|
|
3384
|
+
protected readonly viewModeService: ViewModeService;
|
|
3385
|
+
protected readonly profileContextService: ProfileContextService;
|
|
3386
|
+
protected readonly profileItemLookupService: ProfileItemLookupService;
|
|
3387
|
+
protected readonly IconSourceEnum: typeof IconSourceEnum;
|
|
3388
|
+
protected scrollProgress: _angular_core.WritableSignal<number>;
|
|
3389
|
+
protected currentDisplayMode: _angular_core.WritableSignal<DisplayModeEnum>;
|
|
3390
|
+
protected isSearchOpen: _angular_core.WritableSignal<boolean>;
|
|
3391
|
+
protected isViewModeSwitcherOpen: _angular_core.WritableSignal<boolean>;
|
|
3392
|
+
protected modalType: _angular_core.WritableSignal<string | null>;
|
|
3393
|
+
protected modalData: _angular_core.WritableSignal<ProfileModalData>;
|
|
3394
|
+
protected currentModalNavigationStack: _angular_core.WritableSignal<ModalState[]>;
|
|
3395
|
+
protected isLightMode: _angular_core.Signal<boolean>;
|
|
3396
|
+
protected isSimplifiedView: _angular_core.Signal<boolean>;
|
|
3397
|
+
protected isMetricAnalysis: _angular_core.Signal<boolean>;
|
|
3398
|
+
protected currentStepId: _angular_core.Signal<JourneyStepIdEnum.SHOP_ANALYSIS | JourneyStepIdEnum.METRIC_ANALYSIS>;
|
|
3399
|
+
protected metricName: _angular_core.Signal<string>;
|
|
3400
|
+
protected metricExecutiveSummary: _angular_core.Signal<{
|
|
3401
|
+
gradeRationale: string | undefined;
|
|
3402
|
+
narrative: string | undefined;
|
|
3403
|
+
metric?: string;
|
|
3404
|
+
overallGrade?: _jebgem_model.OverallGradeEnum;
|
|
3405
|
+
metricHealth?: _jebgem_model.MetricHealthEnum;
|
|
3406
|
+
currentValue?: string;
|
|
3407
|
+
targetValue?: string;
|
|
3408
|
+
pacingStatus?: _jebgem_model.PacingStatusEnum;
|
|
3409
|
+
yoyChange?: string;
|
|
3410
|
+
topPriorities?: _jebgem_model.MetricTopPriorityInterface[];
|
|
3411
|
+
quickWins?: _jebgem_model.QuickWinItemInterface[];
|
|
3412
|
+
napkinVisual?: _jebgem_model.NapkinVisualInterface;
|
|
3413
|
+
} | undefined>;
|
|
3414
|
+
protected executiveSummary: _angular_core.Signal<{
|
|
3415
|
+
gradeRationale: string | undefined;
|
|
3416
|
+
overallGrade?: _jebgem_model.OverallGradeEnum;
|
|
3417
|
+
operationalMaturity?: _jebgem_model.OperationalMaturityEnum;
|
|
3418
|
+
narrative?: string;
|
|
3419
|
+
keyStrengths?: _jebgem_model.KeyStrengthInterface[];
|
|
3420
|
+
criticalGaps?: _jebgem_model.CriticalGapInterface[];
|
|
3421
|
+
quickWins?: _jebgem_model.QuickWinItemInterface[];
|
|
3422
|
+
napkinVisual?: _jebgem_model.NapkinVisualInterface;
|
|
3423
|
+
} | undefined>;
|
|
3424
|
+
protected sections: _angular_core.Signal<ProfileAnalysisSectionV3Interface[] | undefined>;
|
|
3425
|
+
protected allGoals: _angular_core.Signal<GoalV3Interface[]>;
|
|
3426
|
+
protected strategicRoadmapGoals: _angular_core.Signal<GoalV3Interface[]>;
|
|
3427
|
+
protected nonStrategicSections: _angular_core.Signal<ProfileAnalysisSectionV3Interface[]>;
|
|
3428
|
+
protected tocSections: _angular_core.Signal<{
|
|
3429
|
+
id: string;
|
|
3430
|
+
title: string;
|
|
3431
|
+
subsections: never[];
|
|
3432
|
+
}[]>;
|
|
3433
|
+
protected displayModeLabel: _angular_core.Signal<string>;
|
|
3434
|
+
protected allMetrics: _angular_core.Signal<PerformanceMetricInterface[]>;
|
|
3435
|
+
protected allCharts: _angular_core.Signal<_jebgem_model.AiChartInterface[]>;
|
|
3436
|
+
protected allInsights: _angular_core.Signal<_jebgem_model.InsightBlockInterface[]>;
|
|
3437
|
+
protected funnelWeaknesses: _angular_core.Signal<_jebgem_model_lib_funnel_analysis_performance_overview_structured_v3_interface.FunnelWeaknessInterface[]>;
|
|
3438
|
+
protected funnelStrengths: _angular_core.Signal<_jebgem_model_lib_funnel_analysis_performance_overview_structured_v3_interface.FunnelStrengthInterface[]>;
|
|
3439
|
+
protected allBusinessInsights: _angular_core.Signal<ProfileAnalysisRecommendationInterface[]>;
|
|
3440
|
+
onWindowScroll(): void;
|
|
3441
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
3442
|
+
ngOnInit(): void;
|
|
3443
|
+
ngAfterViewInit(): void;
|
|
3444
|
+
ngOnDestroy(): void;
|
|
3445
|
+
protected openSearch(): void;
|
|
3446
|
+
protected closeSearch(): void;
|
|
3447
|
+
protected openViewModeSwitcher(): void;
|
|
3448
|
+
protected closeViewModeSwitcher(): void;
|
|
3449
|
+
protected openGoalModal(goal: GoalV3Interface): void;
|
|
3450
|
+
protected handleMetricTopPrioritiesClick(): void;
|
|
3451
|
+
protected handleMetricPriorityDetailClick(priority: TopPriorityInterface): void;
|
|
3452
|
+
protected getCurrentModalState(): ModalState;
|
|
3453
|
+
protected getGoalDetailData(): {
|
|
3454
|
+
goal: GoalV3Interface;
|
|
3455
|
+
viewMode: ViewModeEnum;
|
|
3456
|
+
} | null;
|
|
3457
|
+
protected getObjectiveStrategiesData(): {
|
|
3458
|
+
objective: ObjectiveV3Interface;
|
|
3459
|
+
goalTitle?: string;
|
|
3460
|
+
viewMode: ViewModeEnum;
|
|
3461
|
+
} | null;
|
|
3462
|
+
protected getStrategyRecommendationsData(): {
|
|
3463
|
+
strategy: StrategyV3Interface;
|
|
3464
|
+
objectiveTitle?: string;
|
|
3465
|
+
goalTitle?: string;
|
|
3466
|
+
viewMode: ViewModeEnum;
|
|
3467
|
+
expandedRecommendationId?: string;
|
|
3468
|
+
} | null;
|
|
3469
|
+
protected getCategoryDetailData(): {
|
|
3470
|
+
category: OperationalCategoryInterface;
|
|
3471
|
+
viewMode: ViewModeEnum;
|
|
3472
|
+
scrollToSection?: 'strengths' | 'gaps' | 'opportunities';
|
|
3473
|
+
} | null;
|
|
3474
|
+
protected getStrengthDetailData(): {
|
|
3475
|
+
strength: CategoryStrengthInterface;
|
|
3476
|
+
categoryTitle: string;
|
|
3477
|
+
viewMode: ViewModeEnum;
|
|
3478
|
+
} | null;
|
|
3479
|
+
protected getGapDetailData(): {
|
|
3480
|
+
gap: CategoryGapInterface;
|
|
3481
|
+
categoryTitle: string;
|
|
3482
|
+
viewMode: ViewModeEnum;
|
|
3483
|
+
} | null;
|
|
3484
|
+
protected getOpportunityDetailData(): {
|
|
3485
|
+
opportunity: CategoryOpportunityInterface;
|
|
3486
|
+
categoryTitle: string;
|
|
3487
|
+
viewMode: ViewModeEnum;
|
|
3488
|
+
} | null;
|
|
3489
|
+
protected handleDisplayModeChange(mode: DisplayModeEnum): void;
|
|
3490
|
+
protected handleStickyButtonClick(): void;
|
|
3491
|
+
protected readonly CurrencyCodeEnum: typeof CurrencyCodeEnum;
|
|
3492
|
+
protected getAnalysisSubtitle(): string;
|
|
3493
|
+
protected getGradeDisplay(): string;
|
|
3494
|
+
protected getContainerClasses(): string;
|
|
3495
|
+
protected getBannerClasses(): string;
|
|
3496
|
+
protected getProgressCardClasses(): string;
|
|
3497
|
+
protected getSectionTitleClasses(): string;
|
|
3498
|
+
protected getSubheadingClasses(): string;
|
|
3499
|
+
protected getTextClasses(): string;
|
|
3500
|
+
protected getNarrativeClasses(): string;
|
|
3501
|
+
protected getKeyStrengthsStatCardClasses(): string;
|
|
3502
|
+
protected getKeyStrengthsStatLabelClasses(): string;
|
|
3503
|
+
protected getKeyStrengthsStatValueClasses(): string;
|
|
3504
|
+
protected getKeyStrengthsButtonTextClasses(): string;
|
|
3505
|
+
protected getCriticalGapsStatCardClasses(): string;
|
|
3506
|
+
protected getCriticalGapsStatLabelClasses(): string;
|
|
3507
|
+
protected getCriticalGapsStatValueClasses(): string;
|
|
3508
|
+
protected getCriticalGapsButtonTextClasses(): string;
|
|
3509
|
+
protected getQuickWinsStatCardClasses(): string;
|
|
3510
|
+
protected getQuickWinsStatLabelClasses(): string;
|
|
3511
|
+
protected getQuickWinsStatValueClasses(): string;
|
|
3512
|
+
protected getQuickWinsButtonTextClasses(): string;
|
|
3513
|
+
protected getQuickWinCardClasses(): string;
|
|
3514
|
+
protected getQuickWinTextClasses(): string;
|
|
3515
|
+
protected getNumberBadgeClasses(): string;
|
|
3516
|
+
protected getEffortBadgeClasses(effort?: string): string;
|
|
3517
|
+
protected getImpactBadgeClasses(impact?: string): string;
|
|
3518
|
+
protected getMetaTextClasses(): string;
|
|
3519
|
+
protected formatLabel(label?: string): string;
|
|
3520
|
+
protected getSectionCardClasses(): string;
|
|
3521
|
+
protected getSectionIconClasses(): string;
|
|
3522
|
+
protected getSectionDescriptionClasses(): string;
|
|
3523
|
+
private formatGradeInText;
|
|
3524
|
+
protected onKeyStrengthsClick(summary: ExecutiveSummaryInterface): void;
|
|
3525
|
+
protected onCriticalGapsClick(summary: ExecutiveSummaryInterface): void;
|
|
3526
|
+
protected scrollToQuickWins(): void;
|
|
3527
|
+
protected handleCurrencySelection(currency: CurrencyCodeEnum): void;
|
|
3528
|
+
protected handleCurrencyChange(currency: CurrencyCodeEnum): void;
|
|
3529
|
+
protected handlePeriodUnitChange(periodUnit: ChargebeeItemPricePeriodUnitEnum): void;
|
|
3530
|
+
protected handlePlanSelection(plan: PlanCardInfoInterface): void;
|
|
3531
|
+
protected handleEditCurrencyClick(): void;
|
|
3532
|
+
protected handleCancelCurrencyEdit(): void;
|
|
3533
|
+
protected handleContinueToPlans(): void;
|
|
3534
|
+
protected getEditCurrencyFooterClasses(): string;
|
|
3535
|
+
protected getEditCurrencyCancelButtonClasses(): string;
|
|
3536
|
+
protected getEditCurrencyContinueButtonClasses(): string;
|
|
3537
|
+
protected handleStartCategoryQuestions(categoryId: string): void;
|
|
3538
|
+
protected handleProfileQuestionAnswerSave(event: ProfileQuestionAnswerSaveEvent$1): void;
|
|
3539
|
+
protected handleShopProfileContinueClick(): void;
|
|
3540
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SymphiqProfileShopAnalysisDashboardComponent, never>;
|
|
3541
|
+
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; }; }, { "stepClick": "stepClick"; "nextStepClick": "nextStepClick"; "currencySelectionClick": "currencySelectionClick"; "editCurrencyClick": "editCurrencyClick"; "periodUnitChanged": "periodUnitChanged"; "planSelected": "planSelected"; "checkoutPlanClick": "checkoutPlanClick"; "answerShopProfileQuestions": "answerShopProfileQuestions"; "continueShopProfileQuestions": "continueShopProfileQuestions"; "profileQuestionAnswerSave": "profileQuestionAnswerSave"; "shopProfileAdminAnswerAction": "shopProfileAdminAnswerAction"; }, never, never, true, never>;
|
|
3542
|
+
}
|
|
3543
|
+
|
|
3544
|
+
declare class ShopWelcomeBannerComponent {
|
|
3545
|
+
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
3546
|
+
businessName: _angular_core.InputSignal<string>;
|
|
3547
|
+
isOnboarded: _angular_core.InputSignal<boolean>;
|
|
3548
|
+
protected containerClasses(): string;
|
|
3549
|
+
protected contentClasses(): string;
|
|
3550
|
+
protected iconContainerClasses(): string;
|
|
3551
|
+
protected titleClasses(): string;
|
|
3552
|
+
protected textClasses(): string;
|
|
3553
|
+
protected highlightBoxClasses(): string;
|
|
3554
|
+
protected highlightIconClasses(): string;
|
|
3555
|
+
protected highlightTitleClasses(): string;
|
|
3556
|
+
protected highlightListClasses(): string;
|
|
3557
|
+
protected nextStepsBoxClasses(): string;
|
|
3558
|
+
protected nextStepsIconClasses(): string;
|
|
3559
|
+
protected nextStepsTitleClasses(): string;
|
|
3560
|
+
protected nextStepsTextClasses(): string;
|
|
3561
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ShopWelcomeBannerComponent, never>;
|
|
3562
|
+
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; }; }, {}, never, never, true, never>;
|
|
3563
|
+
}
|
|
3564
|
+
|
|
3565
|
+
interface FocusAreaCardData {
|
|
3566
|
+
domain: FocusAreaDomainEnum;
|
|
3567
|
+
title: string;
|
|
3568
|
+
description: string;
|
|
3569
|
+
questionsAnswered: number;
|
|
3570
|
+
totalQuestions: number;
|
|
3571
|
+
hasAnalysis: boolean;
|
|
3572
|
+
icon: string;
|
|
3573
|
+
progressPercent: number;
|
|
3574
|
+
status: 'complete' | 'in-progress' | 'not-started';
|
|
3575
|
+
}
|
|
3576
|
+
declare class SymphiqProfileFocusAreasAnalysesDashboardComponent {
|
|
3577
|
+
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
3578
|
+
focusAreaDetails: _angular_core.InputSignal<FocusAreaDetailInterface[]>;
|
|
3579
|
+
focusAreaClicked: _angular_core.OutputEmitterRef<FocusAreaDomainEnum>;
|
|
3580
|
+
scrollEvent: _angular_core.OutputEmitterRef<any>;
|
|
3581
|
+
showSearchModal: _angular_core.WritableSignal<boolean>;
|
|
3582
|
+
scrollProgress: _angular_core.WritableSignal<number>;
|
|
3583
|
+
isLightMode: _angular_core.Signal<boolean>;
|
|
3584
|
+
focusAreaCards: _angular_core.Signal<FocusAreaCardData[]>;
|
|
3585
|
+
handleFocusAreaClick(domain: FocusAreaDomainEnum): void;
|
|
3586
|
+
handleSearchClick(): void;
|
|
3587
|
+
handleCloseSearchModal(): void;
|
|
3588
|
+
handleScroll(event: any): void;
|
|
3589
|
+
getContainerClasses(): string;
|
|
3590
|
+
getCardClasses(): string;
|
|
3591
|
+
getTitleClasses(): string;
|
|
3592
|
+
getDescriptionClasses(): string;
|
|
3593
|
+
getLabelClasses(): string;
|
|
3594
|
+
getValueClasses(): string;
|
|
3595
|
+
getProgressBarContainerClasses(): string;
|
|
3596
|
+
getCardFooterClasses(): string;
|
|
3597
|
+
getWelcomeBannerContainerClasses(): string;
|
|
3598
|
+
getWelcomeBannerIconClasses(): string;
|
|
3599
|
+
getWelcomeBannerTitleClasses(): string;
|
|
3600
|
+
getWelcomeBannerTextClasses(): string;
|
|
3601
|
+
getWelcomeBannerHighlightClasses(): string;
|
|
3602
|
+
getWelcomeBannerHighlightIconClasses(): string;
|
|
3603
|
+
getWelcomeBannerHighlightTitleClasses(): string;
|
|
3604
|
+
getWelcomeBannerHighlightListClasses(): string;
|
|
3605
|
+
private getIconForDomain;
|
|
3606
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SymphiqProfileFocusAreasAnalysesDashboardComponent, never>;
|
|
3607
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SymphiqProfileFocusAreasAnalysesDashboardComponent, "symphiq-profile-focus-areas-analyses-dashboard", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "focusAreaDetails": { "alias": "focusAreaDetails"; "required": false; "isSignal": true; }; }, { "focusAreaClicked": "focusAreaClicked"; "scrollEvent": "scrollEvent"; }, never, never, true, never>;
|
|
3608
|
+
}
|
|
3609
|
+
|
|
3610
|
+
declare class MetricWelcomeBannerComponent {
|
|
3611
|
+
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
3612
|
+
metricName: _angular_core.InputSignal<string | undefined>;
|
|
3613
|
+
isOnboarded: _angular_core.InputSignal<boolean>;
|
|
3614
|
+
protected readonly IconSourceEnum: typeof IconSourceEnum;
|
|
3615
|
+
protected metricDisplayName: _angular_core.Signal<string>;
|
|
3616
|
+
protected metricIcon: _angular_core.Signal<{
|
|
3617
|
+
name: string;
|
|
3618
|
+
source: IconSourceEnum;
|
|
3619
|
+
}>;
|
|
3620
|
+
protected containerClasses(): string;
|
|
3621
|
+
protected contentClasses(): string;
|
|
3622
|
+
protected iconContainerClasses(): string;
|
|
3623
|
+
protected titleClasses(): string;
|
|
3624
|
+
protected textClasses(): string;
|
|
3625
|
+
protected highlightBoxClasses(): string;
|
|
3626
|
+
protected highlightIconClasses(): string;
|
|
3627
|
+
protected highlightTitleClasses(): string;
|
|
3628
|
+
protected highlightListClasses(): string;
|
|
3629
|
+
protected nextStepsBoxClasses(): string;
|
|
3630
|
+
protected nextStepsIconClasses(): string;
|
|
3631
|
+
protected nextStepsTitleClasses(): string;
|
|
3632
|
+
protected nextStepsTextClasses(): string;
|
|
3633
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MetricWelcomeBannerComponent, never>;
|
|
3634
|
+
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; }; }, {}, never, never, true, never>;
|
|
3635
|
+
}
|
|
3636
|
+
|
|
3637
|
+
declare class FocusAreaExecutiveSummaryComponent {
|
|
3638
|
+
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
3639
|
+
summary: _angular_core.InputSignal<FocusAreaExecutiveSummaryInterface | undefined>;
|
|
3640
|
+
allGoals: _angular_core.InputSignal<GoalV3Interface[]>;
|
|
3641
|
+
topPrioritiesClick: _angular_core.OutputEmitterRef<void>;
|
|
3642
|
+
priorityDetailClick: _angular_core.OutputEmitterRef<{
|
|
3643
|
+
priority: FocusAreaTopPriorityInterface;
|
|
3644
|
+
index: number;
|
|
3645
|
+
}>;
|
|
3646
|
+
protected readonly IconSourceEnum: typeof IconSourceEnum;
|
|
3647
|
+
protected onTopPrioritiesClick(): void;
|
|
3648
|
+
protected onPriorityDetailClick(event: {
|
|
3649
|
+
priority: FocusAreaTopPriorityInterface;
|
|
3650
|
+
index: number;
|
|
3651
|
+
}): void;
|
|
3652
|
+
protected scrollToQuickWins(): void;
|
|
3653
|
+
protected formatLabel(label?: string): string;
|
|
3654
|
+
protected getBannerClasses(): string;
|
|
3655
|
+
protected getSectionTitleClasses(): string;
|
|
3656
|
+
protected getSubheadingClasses(): string;
|
|
3657
|
+
protected getTextClasses(): string;
|
|
3658
|
+
protected getNarrativeClasses(): string;
|
|
3659
|
+
protected getTopPrioritiesStatCardClasses(): string;
|
|
3660
|
+
protected getTopPrioritiesStatLabelClasses(): string;
|
|
3661
|
+
protected getTopPrioritiesStatValueClasses(): string;
|
|
3662
|
+
protected getTopPrioritiesButtonTextClasses(): string;
|
|
3663
|
+
protected getQuickWinsStatCardClasses(): string;
|
|
3664
|
+
protected getQuickWinsStatLabelClasses(): string;
|
|
3665
|
+
protected getQuickWinsStatValueClasses(): string;
|
|
3666
|
+
protected getQuickWinsButtonTextClasses(): string;
|
|
3667
|
+
protected getQuickWinCardClasses(): string;
|
|
3668
|
+
protected getQuickWinTextClasses(): string;
|
|
3669
|
+
protected getNumberBadgeClasses(): string;
|
|
3670
|
+
protected getEffortBadgeClasses(effort?: string): string;
|
|
3671
|
+
protected getImpactBadgeClasses(impact?: string): string;
|
|
3672
|
+
protected getMetaTextClasses(): string;
|
|
3673
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FocusAreaExecutiveSummaryComponent, never>;
|
|
3674
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FocusAreaExecutiveSummaryComponent, "symphiq-focus-area-executive-summary", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "summary": { "alias": "summary"; "required": false; "isSignal": true; }; "allGoals": { "alias": "allGoals"; "required": false; "isSignal": true; }; }, { "topPrioritiesClick": "topPrioritiesClick"; "priorityDetailClick": "priorityDetailClick"; }, never, never, true, never>;
|
|
3675
|
+
}
|
|
3676
|
+
|
|
3677
|
+
declare class MetricExecutiveSummaryComponent {
|
|
3678
|
+
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
3679
|
+
summary: _angular_core.InputSignal<MetricExecutiveSummaryInterface>;
|
|
3680
|
+
metricName: _angular_core.InputSignal<string>;
|
|
3681
|
+
allGoals: _angular_core.InputSignal<GoalV3Interface[] | undefined>;
|
|
3682
|
+
topPrioritiesClick: _angular_core.OutputEmitterRef<void>;
|
|
3683
|
+
priorityDetailClick: _angular_core.OutputEmitterRef<any>;
|
|
3684
|
+
protected iconSource: IconSourceEnum;
|
|
3685
|
+
protected isDark: _angular_core.Signal<boolean>;
|
|
3686
|
+
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">;
|
|
3687
|
+
protected titleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
3688
|
+
protected textClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
3689
|
+
protected iconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
3690
|
+
protected healthBadgeClasses: _angular_core.Signal<string>;
|
|
3691
|
+
protected pacingBadgeClasses: _angular_core.Signal<string>;
|
|
3692
|
+
protected metricCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
|
|
3693
|
+
protected metricLabelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
3694
|
+
protected metricValueClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
3695
|
+
protected yoyChangeClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400" | "text-emerald-600" | "text-emerald-400" | "text-red-600" | "text-red-400">;
|
|
3696
|
+
protected getYoyIcon(): string;
|
|
3697
|
+
protected getPacingValueClasses(): string;
|
|
3698
|
+
protected getHealthValueClasses(): string;
|
|
3699
|
+
protected narrativeClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-600/20">;
|
|
3700
|
+
protected narrativeTitleClasses: _angular_core.Signal<"text-slate-200" | "text-slate-800">;
|
|
3701
|
+
protected narrativeTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
3702
|
+
protected sectionTitleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
3703
|
+
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">;
|
|
3704
|
+
protected priorityNumberClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-300" | "bg-blue-100 text-blue-800">;
|
|
3705
|
+
protected priorityTitleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
3706
|
+
protected priorityTextClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
3707
|
+
protected impactBoxClasses: _angular_core.Signal<"bg-slate-800/30 border border-slate-700/30" | "bg-slate-50/50 border border-slate-200">;
|
|
3708
|
+
protected impactLabelClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
3709
|
+
protected impactTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
3710
|
+
protected quickWinCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
|
|
3711
|
+
protected numberBadgeClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-300" | "bg-blue-100 text-blue-800">;
|
|
3712
|
+
protected quickWinTextClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
3713
|
+
protected metaTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
3714
|
+
protected getEffortBadgeClasses(effort: string | undefined): string;
|
|
3715
|
+
protected getImpactBadgeClasses(impact: string | undefined): string;
|
|
3716
|
+
protected formatMetricName(name: string): string;
|
|
3717
|
+
protected formatLabel(str: string | undefined): string;
|
|
3718
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MetricExecutiveSummaryComponent, never>;
|
|
3719
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MetricExecutiveSummaryComponent, "symphiq-metric-executive-summary", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "summary": { "alias": "summary"; "required": true; "isSignal": true; }; "metricName": { "alias": "metricName"; "required": false; "isSignal": true; }; "allGoals": { "alias": "allGoals"; "required": false; "isSignal": true; }; }, { "topPrioritiesClick": "topPrioritiesClick"; "priorityDetailClick": "priorityDetailClick"; }, never, never, true, never>;
|
|
3720
|
+
}
|
|
3721
|
+
|
|
3722
|
+
declare class SubscriptionValuePropositionCardComponent {
|
|
3723
|
+
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
3724
|
+
protected containerClasses(): string;
|
|
3725
|
+
protected gradientOverlayClasses(): string;
|
|
3726
|
+
protected iconContainerClasses(): string;
|
|
3727
|
+
protected titleClasses(): string;
|
|
3728
|
+
protected subtitleClasses(): string;
|
|
3729
|
+
protected accomplishedBoxClasses(): string;
|
|
3730
|
+
protected sectionTitleClasses(): string;
|
|
3731
|
+
protected checkIconClasses(): string;
|
|
3732
|
+
protected itemTextClasses(): string;
|
|
3733
|
+
protected unlockBoxClasses(): string;
|
|
3734
|
+
protected unlockTitleClasses(): string;
|
|
3735
|
+
protected numberBadgeClasses(): string;
|
|
3736
|
+
protected unlockItemTitleClasses(): string;
|
|
3737
|
+
protected unlockItemDescClasses(): string;
|
|
3738
|
+
protected benefitsBoxClasses(): string;
|
|
3739
|
+
protected benefitsTitleClasses(): string;
|
|
3740
|
+
protected benefitIconClasses(): string;
|
|
3741
|
+
protected benefitTextClasses(): string;
|
|
3742
|
+
protected ctaBoxClasses(): string;
|
|
3743
|
+
protected ctaTextClasses(): string;
|
|
3744
|
+
protected ctaSubtextClasses(): string;
|
|
3745
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SubscriptionValuePropositionCardComponent, never>;
|
|
3746
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SubscriptionValuePropositionCardComponent, "symphiq-subscription-value-proposition-card", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
3747
|
+
}
|
|
3748
|
+
|
|
3749
|
+
declare class StickySubscriptionContinueButtonComponent {
|
|
3750
|
+
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
3751
|
+
isEnabled: _angular_core.InputSignal<boolean>;
|
|
3752
|
+
isLoading: _angular_core.InputSignal<boolean>;
|
|
3753
|
+
continueClick: _angular_core.OutputEmitterRef<void>;
|
|
3754
|
+
protected handleClick(): void;
|
|
3755
|
+
protected containerClasses(): string;
|
|
3756
|
+
protected buttonClasses(): string;
|
|
3757
|
+
protected hintTextClasses(): string;
|
|
3758
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<StickySubscriptionContinueButtonComponent, never>;
|
|
3759
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<StickySubscriptionContinueButtonComponent, "symphiq-sticky-subscription-continue-button", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "isEnabled": { "alias": "isEnabled"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; }, { "continueClick": "continueClick"; }, never, never, true, never>;
|
|
3760
|
+
}
|
|
3761
|
+
|
|
3762
|
+
interface CategoryProgressItem {
|
|
3763
|
+
id: string;
|
|
3764
|
+
label: string;
|
|
3765
|
+
name: string;
|
|
3766
|
+
totalQuestions: number;
|
|
3767
|
+
answeredQuestions: number;
|
|
3768
|
+
progress: number;
|
|
3769
|
+
}
|
|
3770
|
+
declare class ShopProfileCategoryListComponent {
|
|
3771
|
+
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
3772
|
+
items: _angular_core.InputSignal<CategoryProgressItem[]>;
|
|
3773
|
+
delayAnimation: _angular_core.InputSignal<boolean>;
|
|
3774
|
+
itemClick: _angular_core.OutputEmitterRef<CategoryProgressItem>;
|
|
3775
|
+
protected onItemClick(item: CategoryProgressItem): void;
|
|
3776
|
+
protected getButtonText(item: CategoryProgressItem): string;
|
|
3777
|
+
protected getCardClasses(): string;
|
|
3778
|
+
protected getLabelClasses(): string;
|
|
3779
|
+
protected getNameClasses(): string;
|
|
3780
|
+
protected getButtonClasses(item: CategoryProgressItem): string;
|
|
3781
|
+
protected getProgressBarContainerClasses(): string;
|
|
3782
|
+
protected getProgressBarFillClasses(): string;
|
|
3783
|
+
protected getProgressTextClasses(): string;
|
|
3784
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ShopProfileCategoryListComponent, never>;
|
|
3785
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ShopProfileCategoryListComponent, "symphiq-shop-profile-category-list", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "items": { "alias": "items"; "required": false; "isSignal": true; }; "delayAnimation": { "alias": "delayAnimation"; "required": false; "isSignal": true; }; }, { "itemClick": "itemClick"; }, never, never, true, never>;
|
|
3786
|
+
}
|
|
3787
|
+
|
|
3788
|
+
type ShopProfileViewType = 'category' | 'focus-area';
|
|
3789
|
+
declare class ShopProfileViewToggleComponent {
|
|
3790
|
+
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
3791
|
+
currentView: _angular_core.InputSignal<ShopProfileViewType>;
|
|
3792
|
+
viewChanged: _angular_core.OutputEmitterRef<ShopProfileViewType>;
|
|
3793
|
+
protected selectView(view: ShopProfileViewType): void;
|
|
3794
|
+
protected getContainerClasses(): string;
|
|
3795
|
+
protected getButtonClasses(view: ShopProfileViewType): string;
|
|
3796
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ShopProfileViewToggleComponent, never>;
|
|
3797
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ShopProfileViewToggleComponent, "symphiq-shop-profile-view-toggle", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "currentView": { "alias": "currentView"; "required": false; "isSignal": true; }; }, { "viewChanged": "viewChanged"; }, never, never, true, never>;
|
|
3798
|
+
}
|
|
3799
|
+
|
|
3800
|
+
interface AnswerOption {
|
|
3801
|
+
text: string;
|
|
3802
|
+
isCustom: boolean;
|
|
3803
|
+
isSelected: boolean;
|
|
3804
|
+
tempId: string;
|
|
3805
|
+
}
|
|
3806
|
+
interface ProfileQuestionAnswerSaveEvent {
|
|
3807
|
+
profileQuestionId: number;
|
|
3808
|
+
answers: string[];
|
|
3809
|
+
}
|
|
3810
|
+
type SaveActionType = 'save' | 'saveAndNext' | null;
|
|
3811
|
+
declare class ShopProfileQuestionAnswerComponent implements AfterViewInit, OnDestroy {
|
|
3812
|
+
question: _angular_core.InputSignal<ProfileShopQuestionInterface>;
|
|
3813
|
+
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
3814
|
+
viewType: _angular_core.InputSignal<"category" | "focus-area" | "all">;
|
|
3815
|
+
selectedCategoryId: _angular_core.InputSignal<string | null>;
|
|
3816
|
+
selectedFocusAreaId: _angular_core.InputSignal<string | null>;
|
|
3817
|
+
filteredQuestions: _angular_core.InputSignal<ProfileShopQuestionInterface[]>;
|
|
3818
|
+
profileAnswers: _angular_core.InputSignal<AbstractItemProfileAnswerInterface[]>;
|
|
3819
|
+
backClick: _angular_core.OutputEmitterRef<void>;
|
|
3820
|
+
saveClick: _angular_core.OutputEmitterRef<ProfileQuestionAnswerSaveEvent>;
|
|
3821
|
+
saveAndNextClick: _angular_core.OutputEmitterRef<ProfileQuestionAnswerSaveEvent>;
|
|
3822
|
+
navigateToList: _angular_core.OutputEmitterRef<void>;
|
|
3823
|
+
navigateToNextQuestion: _angular_core.OutputEmitterRef<void>;
|
|
3824
|
+
scrollContainer?: ElementRef<HTMLDivElement>;
|
|
3825
|
+
stickySentinel?: ElementRef<HTMLDivElement>;
|
|
3826
|
+
stickyHeader?: ElementRef<HTMLDivElement>;
|
|
3827
|
+
questionTitle?: ElementRef<HTMLHeadingElement>;
|
|
3828
|
+
private ngZone;
|
|
3829
|
+
private intersectionObserver?;
|
|
3830
|
+
protected isSticky: boolean;
|
|
3831
|
+
protected selectedAnswerTexts: _angular_core.WritableSignal<string[]>;
|
|
3832
|
+
private initialAnswerTexts;
|
|
3833
|
+
protected addOtherAnswersExpanded: _angular_core.WritableSignal<boolean>;
|
|
3834
|
+
protected customAnswerText: _angular_core.WritableSignal<string>;
|
|
3835
|
+
protected isSaving: _angular_core.WritableSignal<boolean>;
|
|
3836
|
+
protected pendingSaveAction: _angular_core.WritableSignal<SaveActionType>;
|
|
3837
|
+
private pendingQuestionId;
|
|
3838
|
+
protected isCountAnimating: _angular_core.WritableSignal<boolean>;
|
|
3839
|
+
private previousAnsweredCount;
|
|
3840
|
+
private saveStartTime;
|
|
3841
|
+
private lastLoadedQuestionId;
|
|
3842
|
+
protected answerOptions: _angular_core.Signal<AnswerOption[]>;
|
|
3843
|
+
protected relatedFocusAreas: _angular_core.Signal<FocusAreaDomainEnum[]>;
|
|
3844
|
+
protected breadcrumbPath: _angular_core.Signal<string>;
|
|
3845
|
+
protected unansweredQuestions: _angular_core.Signal<ProfileShopQuestionInterface[]>;
|
|
3846
|
+
protected answeredCount: _angular_core.Signal<number>;
|
|
3847
|
+
protected totalCount: _angular_core.Signal<number>;
|
|
3848
|
+
protected progressPercentage: _angular_core.Signal<number>;
|
|
3849
|
+
protected allQuestionsAnswered: _angular_core.Signal<boolean>;
|
|
3850
|
+
protected canAddCustomAnswers: _angular_core.Signal<boolean>;
|
|
3851
|
+
protected hasAnswersChanged: _angular_core.Signal<boolean>;
|
|
3852
|
+
protected saveButtonsDisabled: _angular_core.Signal<boolean>;
|
|
3853
|
+
constructor();
|
|
3854
|
+
ngAfterViewInit(): void;
|
|
3855
|
+
ngOnDestroy(): void;
|
|
3856
|
+
private stickyState;
|
|
3857
|
+
private lastStickyChange;
|
|
3858
|
+
private setupStickyObserver;
|
|
3859
|
+
protected toggleAnswer(text: string): void;
|
|
3860
|
+
protected toggleAddOtherAnswers(): void;
|
|
3861
|
+
protected addCustomAnswers(): void;
|
|
3862
|
+
protected cancelCustomAnswers(): void;
|
|
3863
|
+
protected onSave(): void;
|
|
3864
|
+
protected onSaveAndNext(): void;
|
|
3865
|
+
protected getFocusAreaTitle(focusArea: FocusAreaDomainEnum): string;
|
|
3866
|
+
protected formatCategoryName(category: string): string;
|
|
3867
|
+
protected formatFocusAreaName(focusArea: string): string;
|
|
3868
|
+
protected isLightMode(): boolean;
|
|
3869
|
+
protected skeletonClasses(): string;
|
|
3870
|
+
protected savingTextClasses(): string;
|
|
3871
|
+
protected statusHeaderClasses(): string;
|
|
3872
|
+
protected statusTitleClasses(): string;
|
|
3873
|
+
protected progressBarContainerClasses(): string;
|
|
3874
|
+
protected progressBarFillClasses(): string;
|
|
3875
|
+
protected progressTextClasses(): string;
|
|
3876
|
+
protected breadcrumbClasses(): string;
|
|
3877
|
+
protected stickyHeaderClasses(): string;
|
|
3878
|
+
protected questionTextClasses(): string;
|
|
3879
|
+
protected contextTextClasses(): string;
|
|
3880
|
+
protected relatedLabelClasses(): string;
|
|
3881
|
+
protected focusAreaChipClasses(): string;
|
|
3882
|
+
protected checkboxRowClasses(): string;
|
|
3883
|
+
protected checkboxClasses(): string;
|
|
3884
|
+
protected checkboxLabelClasses(): string;
|
|
3885
|
+
protected textareaClasses(): string;
|
|
3886
|
+
protected cancelButtonClasses(): string;
|
|
3887
|
+
protected addButtonClasses(): string;
|
|
3888
|
+
protected addOtherAnswersButtonClasses(): string;
|
|
3889
|
+
protected footerClasses(): string;
|
|
3890
|
+
protected saveButtonClasses(): string;
|
|
3891
|
+
protected saveAndNextButtonClasses(): string;
|
|
3892
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ShopProfileQuestionAnswerComponent, never>;
|
|
3893
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ShopProfileQuestionAnswerComponent, "symphiq-shop-profile-question-answer", never, { "question": { "alias": "question"; "required": true; "isSignal": true; }; "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "viewType": { "alias": "viewType"; "required": false; "isSignal": true; }; "selectedCategoryId": { "alias": "selectedCategoryId"; "required": false; "isSignal": true; }; "selectedFocusAreaId": { "alias": "selectedFocusAreaId"; "required": false; "isSignal": true; }; "filteredQuestions": { "alias": "filteredQuestions"; "required": false; "isSignal": true; }; "profileAnswers": { "alias": "profileAnswers"; "required": false; "isSignal": true; }; }, { "backClick": "backClick"; "saveClick": "saveClick"; "saveAndNextClick": "saveAndNextClick"; "navigateToList": "navigateToList"; "navigateToNextQuestion": "navigateToNextQuestion"; }, never, never, true, never>;
|
|
3894
|
+
}
|
|
3895
|
+
|
|
3896
|
+
declare class ShopProfileStatusCardComponent implements AfterViewInit, OnDestroy {
|
|
3897
|
+
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
3898
|
+
totalQuestions: _angular_core.InputSignal<number>;
|
|
3899
|
+
answeredQuestions: _angular_core.InputSignal<number>;
|
|
3900
|
+
questions: _angular_core.InputSignal<ProfileShopQuestionInterface[]>;
|
|
3901
|
+
profileAnswers: _angular_core.InputSignal<AbstractItemProfileAnswerInterface[]>;
|
|
3902
|
+
profileAnswerHistories: _angular_core.InputSignal<AbstractItemProfileAnswerHistoryInterface[]>;
|
|
3903
|
+
users: _angular_core.InputSignal<UserInterface[]>;
|
|
3904
|
+
startAnsweringAll: _angular_core.InputSignal<boolean>;
|
|
3905
|
+
currentUser: _angular_core.InputSignal<UserInterface | null | undefined>;
|
|
3906
|
+
startCategoryQuestions: _angular_core.OutputEmitterRef<string>;
|
|
3907
|
+
questionAnswerRequested: _angular_core.OutputEmitterRef<ProfileShopQuestionInterface>;
|
|
3908
|
+
answerSave: _angular_core.OutputEmitterRef<ProfileQuestionAnswerSaveEvent>;
|
|
3909
|
+
adminAnswerAction: _angular_core.OutputEmitterRef<boolean>;
|
|
3910
|
+
chartDiv: ElementRef;
|
|
3911
|
+
private root?;
|
|
3912
|
+
private chartElement?;
|
|
3913
|
+
private chartSeries?;
|
|
3914
|
+
private centerLabel?;
|
|
3915
|
+
protected currentView: _angular_core.WritableSignal<ShopProfileViewType>;
|
|
3916
|
+
protected questionsModalOpen: _angular_core.WritableSignal<boolean>;
|
|
3917
|
+
protected selectedCategoryId: _angular_core.WritableSignal<string | null>;
|
|
3918
|
+
protected selectedFocusAreaId: _angular_core.WritableSignal<string | null>;
|
|
3919
|
+
protected showAllQuestions: _angular_core.WritableSignal<boolean>;
|
|
3920
|
+
protected startDirectAnswer: _angular_core.WritableSignal<boolean>;
|
|
3921
|
+
protected computedAnsweredCount: _angular_core.Signal<number>;
|
|
3922
|
+
protected completionPercentage: _angular_core.Signal<number>;
|
|
3923
|
+
protected notStartedPercentage: _angular_core.Signal<number>;
|
|
3924
|
+
protected shouldShowFullIntro: _angular_core.Signal<boolean>;
|
|
3925
|
+
protected hasQuestions: _angular_core.Signal<boolean>;
|
|
3926
|
+
protected showAdminButtons: _angular_core.Signal<boolean>;
|
|
3927
|
+
protected unansweredQuestions: _angular_core.Signal<number>;
|
|
3928
|
+
protected questionsByCategory: _angular_core.Signal<CategoryProgressItem[]>;
|
|
3929
|
+
protected questionsByFocusArea: _angular_core.Signal<CategoryProgressItem[]>;
|
|
3930
|
+
protected currentGroupedQuestions: _angular_core.Signal<CategoryProgressItem[]>;
|
|
3931
|
+
constructor();
|
|
3932
|
+
private updateChartData;
|
|
3933
|
+
protected handleViewChange(view: ShopProfileViewType): void;
|
|
3934
|
+
protected handleItemClick(item: CategoryProgressItem): void;
|
|
3935
|
+
protected onQuestionsModalClose(): void;
|
|
3936
|
+
openAllQuestionsAnswerMode(): void;
|
|
3937
|
+
protected onQuestionAnswerClick(question: ProfileShopQuestionInterface): void;
|
|
3938
|
+
protected onAnswerSave(event: ProfileQuestionAnswerSaveEvent): void;
|
|
3939
|
+
private formatCategoryName;
|
|
3940
|
+
private formatFocusAreaName;
|
|
3941
|
+
ngAfterViewInit(): void;
|
|
3942
|
+
ngOnDestroy(): void;
|
|
3943
|
+
private createChart;
|
|
3944
|
+
protected containerClasses(): string;
|
|
3945
|
+
protected headerClasses(): string;
|
|
3946
|
+
protected iconContainerClasses(): string;
|
|
3947
|
+
protected titleClasses(): string;
|
|
3948
|
+
protected subtitleClasses(): string;
|
|
3949
|
+
protected contentClasses(): string;
|
|
3950
|
+
protected getIntroductionContainerClasses(): string;
|
|
3951
|
+
protected getIntroIconClasses(): string;
|
|
3952
|
+
protected getIntroTitleClasses(): string;
|
|
3953
|
+
protected getIntroTextClasses(): string;
|
|
3954
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ShopProfileStatusCardComponent, never>;
|
|
3955
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ShopProfileStatusCardComponent, "symphiq-shop-profile-status-card", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "totalQuestions": { "alias": "totalQuestions"; "required": false; "isSignal": true; }; "answeredQuestions": { "alias": "answeredQuestions"; "required": false; "isSignal": true; }; "questions": { "alias": "questions"; "required": false; "isSignal": true; }; "profileAnswers": { "alias": "profileAnswers"; "required": false; "isSignal": true; }; "profileAnswerHistories": { "alias": "profileAnswerHistories"; "required": false; "isSignal": true; }; "users": { "alias": "users"; "required": false; "isSignal": true; }; "startAnsweringAll": { "alias": "startAnsweringAll"; "required": false; "isSignal": true; }; "currentUser": { "alias": "currentUser"; "required": false; "isSignal": true; }; }, { "startCategoryQuestions": "startCategoryQuestions"; "questionAnswerRequested": "questionAnswerRequested"; "answerSave": "answerSave"; "adminAnswerAction": "adminAnswerAction"; }, never, never, true, never>;
|
|
3956
|
+
}
|
|
3957
|
+
|
|
3958
|
+
declare class ShopProfileStickyFooterComponent {
|
|
3959
|
+
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
3960
|
+
totalQuestions: _angular_core.InputSignal<number>;
|
|
3961
|
+
answeredQuestions: _angular_core.InputSignal<number>;
|
|
3962
|
+
continueClick: _angular_core.OutputEmitterRef<void>;
|
|
3963
|
+
protected buttonText: _angular_core.Signal<"Start Answering Questions" | "Review Your Answers" | "Continue Answering Questions">;
|
|
3964
|
+
protected onContinueClick(): void;
|
|
3965
|
+
protected getFooterClasses(): string;
|
|
3966
|
+
protected getButtonClasses(): string;
|
|
3967
|
+
protected getProgressTextClasses(): string;
|
|
3968
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ShopProfileStickyFooterComponent, never>;
|
|
3969
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ShopProfileStickyFooterComponent, "symphiq-shop-profile-sticky-footer", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "totalQuestions": { "alias": "totalQuestions"; "required": false; "isSignal": true; }; "answeredQuestions": { "alias": "answeredQuestions"; "required": false; "isSignal": true; }; }, { "continueClick": "continueClick"; }, never, never, true, never>;
|
|
3970
|
+
}
|
|
3971
|
+
|
|
3972
|
+
declare class ShopProfileQuestionsModalComponent {
|
|
3973
|
+
isOpen: _angular_core.InputSignal<boolean>;
|
|
3974
|
+
questions: _angular_core.InputSignal<ProfileShopQuestionInterface[]>;
|
|
3975
|
+
profileAnswers: _angular_core.InputSignal<AbstractItemProfileAnswerInterface[]>;
|
|
3976
|
+
profileAnswerHistories: _angular_core.InputSignal<AbstractItemProfileAnswerHistoryInterface[]>;
|
|
3977
|
+
users: _angular_core.InputSignal<UserInterface[]>;
|
|
3978
|
+
selectedCategoryId: _angular_core.InputSignal<string | null>;
|
|
3979
|
+
selectedFocusAreaId: _angular_core.InputSignal<string | null>;
|
|
3980
|
+
showAllQuestions: _angular_core.InputSignal<boolean>;
|
|
3981
|
+
startDirectAnswer: _angular_core.InputSignal<boolean>;
|
|
3982
|
+
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
3983
|
+
close: _angular_core.OutputEmitterRef<void>;
|
|
3984
|
+
questionAnswerClick: _angular_core.OutputEmitterRef<ProfileShopQuestionInterface>;
|
|
3985
|
+
answerSave: _angular_core.OutputEmitterRef<ProfileQuestionAnswerSaveEvent>;
|
|
3986
|
+
private renderer;
|
|
3987
|
+
private document;
|
|
3988
|
+
private hostElement;
|
|
3989
|
+
private animationService;
|
|
3990
|
+
modalContent?: ElementRef<HTMLDivElement>;
|
|
3991
|
+
modalWrapper?: ElementRef<HTMLDivElement>;
|
|
3992
|
+
scrollContainer?: ElementRef<HTMLDivElement>;
|
|
3993
|
+
protected modalReady: _angular_core.WritableSignal<boolean>;
|
|
3994
|
+
protected answerModeActive: _angular_core.WritableSignal<boolean>;
|
|
3995
|
+
protected historyModeActive: _angular_core.WritableSignal<boolean>;
|
|
3996
|
+
protected questionForAnswer: _angular_core.WritableSignal<ProfileShopQuestionInterface | null>;
|
|
3997
|
+
protected questionForHistory: _angular_core.WritableSignal<ProfileShopQuestionInterface | null>;
|
|
3998
|
+
protected navigationHistory: _angular_core.WritableSignal<number[]>;
|
|
3999
|
+
private modalMovedToBody;
|
|
4000
|
+
private snapshotAnswerIds;
|
|
4001
|
+
private scrollToQuestionId;
|
|
4002
|
+
protected viewType: _angular_core.Signal<"category" | "focus-area" | "all">;
|
|
4003
|
+
protected displayTitle: _angular_core.Signal<string>;
|
|
4004
|
+
protected filteredQuestions: _angular_core.Signal<ProfileShopQuestionInterface[]>;
|
|
4005
|
+
protected answeredCount: _angular_core.Signal<number>;
|
|
4006
|
+
protected totalCount: _angular_core.Signal<number>;
|
|
4007
|
+
protected progressPercentage: _angular_core.Signal<number>;
|
|
4008
|
+
constructor();
|
|
4009
|
+
protected onBackdropClick(): void;
|
|
4010
|
+
protected onClose(): void;
|
|
4011
|
+
protected onQuestionAnswerClick(question: ProfileShopQuestionInterface): void;
|
|
4012
|
+
protected onQuestionHistoryClick(question: ProfileShopQuestionInterface): void;
|
|
4013
|
+
protected onBackFromHistoryMode(questionId?: number): void;
|
|
4014
|
+
protected onBackFromAnswerMode(): void;
|
|
4015
|
+
protected onSaveAnswer(event: ProfileQuestionAnswerSaveEvent): void;
|
|
4016
|
+
protected onSaveAndNextAnswer(event: ProfileQuestionAnswerSaveEvent): void;
|
|
4017
|
+
private snapshotAnswersForAnimation;
|
|
4018
|
+
protected onNavigateToList(): void;
|
|
4019
|
+
private scrollToQuestion;
|
|
4020
|
+
protected onNavigateToNextQuestion(): void;
|
|
4021
|
+
protected formatCategoryName(category: string): string;
|
|
4022
|
+
protected formatFocusAreaName(focusArea: string): string;
|
|
4023
|
+
private moveModalToBody;
|
|
4024
|
+
private returnModalToHost;
|
|
4025
|
+
protected isLightMode(): boolean;
|
|
4026
|
+
protected backdropClasses(): string;
|
|
4027
|
+
protected containerClasses(): string;
|
|
4028
|
+
protected headerClasses(): string;
|
|
4029
|
+
protected labelClasses(): string;
|
|
4030
|
+
protected titleClasses(): string;
|
|
4031
|
+
protected progressBarContainerClasses(): string;
|
|
4032
|
+
protected progressBarFillClasses(): string;
|
|
4033
|
+
protected progressTextClasses(): string;
|
|
4034
|
+
protected closeButtonClasses(): string;
|
|
4035
|
+
protected contentClasses(): string;
|
|
4036
|
+
protected emptyStateIconClasses(): string;
|
|
4037
|
+
protected emptyStateTitleClasses(): string;
|
|
4038
|
+
protected emptyStateTextClasses(): string;
|
|
4039
|
+
ngOnDestroy(): void;
|
|
4040
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ShopProfileQuestionsModalComponent, never>;
|
|
4041
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ShopProfileQuestionsModalComponent, "symphiq-shop-profile-questions-modal", never, { "isOpen": { "alias": "isOpen"; "required": false; "isSignal": true; }; "questions": { "alias": "questions"; "required": false; "isSignal": true; }; "profileAnswers": { "alias": "profileAnswers"; "required": false; "isSignal": true; }; "profileAnswerHistories": { "alias": "profileAnswerHistories"; "required": false; "isSignal": true; }; "users": { "alias": "users"; "required": false; "isSignal": true; }; "selectedCategoryId": { "alias": "selectedCategoryId"; "required": false; "isSignal": true; }; "selectedFocusAreaId": { "alias": "selectedFocusAreaId"; "required": false; "isSignal": true; }; "showAllQuestions": { "alias": "showAllQuestions"; "required": false; "isSignal": true; }; "startDirectAnswer": { "alias": "startDirectAnswer"; "required": false; "isSignal": true; }; "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; }, { "close": "close"; "questionAnswerClick": "questionAnswerClick"; "answerSave": "answerSave"; }, never, never, true, never>;
|
|
4042
|
+
}
|
|
4043
|
+
|
|
4044
|
+
declare class ShopProfileQuestionCardComponent {
|
|
4045
|
+
private animationService;
|
|
4046
|
+
question: _angular_core.InputSignal<ProfileShopQuestionInterface>;
|
|
4047
|
+
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
4048
|
+
viewType: _angular_core.InputSignal<"category" | "focus-area" | "all">;
|
|
4049
|
+
profileAnswers: _angular_core.InputSignal<AbstractItemProfileAnswerInterface[]>;
|
|
4050
|
+
profileAnswerHistories: _angular_core.InputSignal<AbstractItemProfileAnswerHistoryInterface[]>;
|
|
4051
|
+
users: _angular_core.InputSignal<UserInterface[]>;
|
|
4052
|
+
answerClick: _angular_core.OutputEmitterRef<ProfileShopQuestionInterface>;
|
|
4053
|
+
historyClick: _angular_core.OutputEmitterRef<ProfileShopQuestionInterface>;
|
|
4054
|
+
protected questionAnswers: _angular_core.Signal<{
|
|
4055
|
+
answer: AbstractItemProfileAnswerInterface;
|
|
4056
|
+
user: UserInterface | undefined;
|
|
4057
|
+
}[]>;
|
|
4058
|
+
protected displayAnswers: _angular_core.Signal<{
|
|
4059
|
+
answer: AbstractItemProfileAnswerInterface;
|
|
4060
|
+
user: UserInterface | undefined;
|
|
4061
|
+
}[]>;
|
|
4062
|
+
protected isNewAnswer(answerId: number | undefined): boolean;
|
|
4063
|
+
protected isRemovedAnswer(answerId: number | undefined): boolean;
|
|
4064
|
+
protected onAnimationEnd(answerId: number | undefined): void;
|
|
4065
|
+
protected isAnswered: _angular_core.Signal<boolean>;
|
|
4066
|
+
protected showFocusAreaChips: _angular_core.Signal<boolean>;
|
|
4067
|
+
protected relatedFocusAreas: _angular_core.Signal<FocusAreaDomainEnum[]>;
|
|
4068
|
+
protected hasHistory: _angular_core.Signal<boolean>;
|
|
4069
|
+
protected getFocusAreaTitle(focusArea: FocusAreaDomainEnum): string;
|
|
4070
|
+
protected formatAnswerDate(date: Date | string | undefined): string;
|
|
4071
|
+
protected onAnswerClick(): void;
|
|
4072
|
+
protected onHistoryClick(): void;
|
|
4073
|
+
protected isLightMode(): boolean;
|
|
4074
|
+
protected containerClasses(): string;
|
|
4075
|
+
protected questionTextClasses(): string;
|
|
4076
|
+
protected contextTextClasses(): string;
|
|
4077
|
+
protected relatedLabelClasses(): string;
|
|
4078
|
+
protected focusAreaChipClasses(): string;
|
|
4079
|
+
protected checkboxClasses(): string;
|
|
4080
|
+
protected answerChipClasses(): string;
|
|
4081
|
+
protected answerTextClasses(): string;
|
|
4082
|
+
protected answerDateClasses(): string;
|
|
4083
|
+
protected unansweredContainerClasses(): string;
|
|
4084
|
+
protected emptyStateIconContainerClasses(): string;
|
|
4085
|
+
protected emptyStateIconClasses(): string;
|
|
4086
|
+
protected emptyStateDotClasses(): string;
|
|
4087
|
+
protected unansweredLabelClasses(): string;
|
|
4088
|
+
protected unansweredTextClasses(): string;
|
|
4089
|
+
protected historyButtonClasses(): string;
|
|
4090
|
+
protected buttonClasses(): string;
|
|
4091
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ShopProfileQuestionCardComponent, never>;
|
|
4092
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ShopProfileQuestionCardComponent, "symphiq-shop-profile-question-card", never, { "question": { "alias": "question"; "required": true; "isSignal": true; }; "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "viewType": { "alias": "viewType"; "required": false; "isSignal": true; }; "profileAnswers": { "alias": "profileAnswers"; "required": false; "isSignal": true; }; "profileAnswerHistories": { "alias": "profileAnswerHistories"; "required": false; "isSignal": true; }; "users": { "alias": "users"; "required": false; "isSignal": true; }; }, { "answerClick": "answerClick"; "historyClick": "historyClick"; }, never, never, true, never>;
|
|
4093
|
+
}
|
|
4094
|
+
|
|
4095
|
+
declare class FocusAreaStatusCardComponent {
|
|
4096
|
+
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
4097
|
+
focusAreaDetail: _angular_core.InputSignal<FocusAreaDetailInterface>;
|
|
4098
|
+
profileFocusArea: _angular_core.InputSignal<ProfileFocusAreaInterface | undefined>;
|
|
4099
|
+
profileAnalysis: _angular_core.InputSignal<ProfileAnalysisInterface | undefined>;
|
|
4100
|
+
itemStatusProfileFocusArea: _angular_core.InputSignal<ItemStatusInterface | undefined>;
|
|
4101
|
+
itemStatusProfileAnalysis: _angular_core.InputSignal<ItemStatusInterface | undefined>;
|
|
4102
|
+
cardClick: _angular_core.OutputEmitterRef<FocusAreaDomainEnum>;
|
|
4103
|
+
protected readonly IconSourceEnum: typeof IconSourceEnum;
|
|
4104
|
+
protected isLightMode: _angular_core.Signal<boolean>;
|
|
4105
|
+
protected focusAreaDisplayName: _angular_core.Signal<string>;
|
|
4106
|
+
protected engagementStatusLabel: _angular_core.Signal<"Engaged" | "Interested" | "Not Engaged">;
|
|
4107
|
+
protected focusAreaIcon: _angular_core.Signal<{
|
|
4108
|
+
name: string;
|
|
4109
|
+
source: IconSourceEnum;
|
|
4110
|
+
}>;
|
|
4111
|
+
protected isGenerating: _angular_core.Signal<boolean>;
|
|
4112
|
+
protected generatingMessage: _angular_core.Signal<"Generating Profile Questions..." | "Generating Analysis..." | "Generating...">;
|
|
4113
|
+
protected hasAnalysis: _angular_core.Signal<boolean>;
|
|
4114
|
+
protected hasProfile: _angular_core.Signal<boolean>;
|
|
4115
|
+
protected profileCompletionPercentage: _angular_core.Signal<0 | 100 | 50>;
|
|
4116
|
+
protected isProfileComplete: _angular_core.Signal<boolean>;
|
|
4117
|
+
protected handleCardClick(): void;
|
|
4118
|
+
protected cardClasses(): string;
|
|
4119
|
+
protected iconContainerClasses(): string;
|
|
4120
|
+
protected titleClasses(): string;
|
|
4121
|
+
protected engagementBadgeClasses(): string;
|
|
4122
|
+
protected contentBoxClasses(): string;
|
|
4123
|
+
protected successBoxClasses(): string;
|
|
4124
|
+
protected ctaBoxClasses(): string;
|
|
4125
|
+
protected statusTextClasses(): string;
|
|
4126
|
+
protected statusSubtextClasses(): string;
|
|
4127
|
+
protected successIconClasses(): string;
|
|
4128
|
+
protected ctaIconClasses(): string;
|
|
4129
|
+
protected progressBarBgClasses(): string;
|
|
4130
|
+
protected progressBarFillClasses(): string;
|
|
4131
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FocusAreaStatusCardComponent, never>;
|
|
4132
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FocusAreaStatusCardComponent, "symphiq-focus-area-status-card", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "focusAreaDetail": { "alias": "focusAreaDetail"; "required": true; "isSignal": true; }; "profileFocusArea": { "alias": "profileFocusArea"; "required": false; "isSignal": true; }; "profileAnalysis": { "alias": "profileAnalysis"; "required": false; "isSignal": true; }; "itemStatusProfileFocusArea": { "alias": "itemStatusProfileFocusArea"; "required": false; "isSignal": true; }; "itemStatusProfileAnalysis": { "alias": "itemStatusProfileAnalysis"; "required": false; "isSignal": true; }; }, { "cardClick": "cardClick"; }, never, never, true, never>;
|
|
4133
|
+
}
|
|
4134
|
+
|
|
3294
4135
|
declare class HorizontalBarComponent implements OnInit, OnDestroy {
|
|
3295
4136
|
percentage: _angular_core.InputSignal<number>;
|
|
3296
4137
|
label: _angular_core.InputSignal<string>;
|
|
@@ -3327,7 +4168,7 @@ declare class CircularProgressComponent implements OnInit, OnDestroy {
|
|
|
3327
4168
|
backgroundColor: _angular_core.InputSignal<string>;
|
|
3328
4169
|
showPercentage: _angular_core.InputSignal<boolean>;
|
|
3329
4170
|
textClasses: _angular_core.InputSignal<string>;
|
|
3330
|
-
strokeLinecap: _angular_core.InputSignal<"
|
|
4171
|
+
strokeLinecap: _angular_core.InputSignal<"square" | "round" | "butt">;
|
|
3331
4172
|
animationDuration: _angular_core.InputSignal<number>;
|
|
3332
4173
|
animationDelay: _angular_core.InputSignal<number>;
|
|
3333
4174
|
private elementRef;
|
|
@@ -3358,7 +4199,7 @@ declare class VisualizationContainerComponent {
|
|
|
3358
4199
|
data: unknown;
|
|
3359
4200
|
}>;
|
|
3360
4201
|
containerClass: _angular_core.Signal<"" | "cursor-pointer">;
|
|
3361
|
-
iconClass: _angular_core.Signal<"text-slate-
|
|
4202
|
+
iconClass: _angular_core.Signal<"text-slate-400 group-hover:text-blue-500" | "text-slate-500 group-hover:text-blue-400">;
|
|
3362
4203
|
onExpandClick(event: Event): void;
|
|
3363
4204
|
onVisualizationClick(event: Event): void;
|
|
3364
4205
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<VisualizationContainerComponent, never>;
|
|
@@ -3448,7 +4289,7 @@ declare class SearchModalComponent {
|
|
|
3448
4289
|
emptyIconClass: _angular_core.Signal<"text-slate-600" | "text-slate-300">;
|
|
3449
4290
|
emptyTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
3450
4291
|
emptyDescClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
3451
|
-
shortcutsClass: _angular_core.Signal<"bg-slate-50 border-slate-
|
|
4292
|
+
shortcutsClass: _angular_core.Signal<"bg-slate-900/50 border-slate-700" | "bg-slate-50 border-slate-200">;
|
|
3452
4293
|
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">;
|
|
3453
4294
|
shortcutTextClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
3454
4295
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SearchModalComponent, never>;
|
|
@@ -3491,7 +4332,7 @@ declare class GradeBadgeComponent {
|
|
|
3491
4332
|
gradeRationale: _angular_core.InputSignal<string>;
|
|
3492
4333
|
label: _angular_core.InputSignal<string>;
|
|
3493
4334
|
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
3494
|
-
tooltipPosition: _angular_core.InputSignal<"top" | "
|
|
4335
|
+
tooltipPosition: _angular_core.InputSignal<"top" | "bottom" | "left" | "right">;
|
|
3495
4336
|
isLightMode: _angular_core.Signal<boolean>;
|
|
3496
4337
|
formattedGrade: _angular_core.Signal<string>;
|
|
3497
4338
|
shouldPulse: _angular_core.Signal<boolean>;
|
|
@@ -3578,17 +4419,17 @@ declare class ConfidenceLevelCardComponent implements OnInit, OnDestroy {
|
|
|
3578
4419
|
protected titleClasses: _angular_core.Signal<"text-white" | "bg-gradient-to-r from-slate-700 to-slate-900 bg-clip-text text-transparent">;
|
|
3579
4420
|
protected subtitleClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
3580
4421
|
protected gradeBadgeContainerClasses: _angular_core.Signal<string>;
|
|
3581
|
-
protected glowEffectClasses: _angular_core.Signal<"bg-
|
|
4422
|
+
protected glowEffectClasses: _angular_core.Signal<"bg-emerald-500" | "bg-blue-500" | "bg-orange-500" | "bg-red-500">;
|
|
3582
4423
|
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)]">;
|
|
3583
|
-
protected gradeLabelClasses: _angular_core.Signal<"text-emerald-700" | "text-
|
|
4424
|
+
protected gradeLabelClasses: _angular_core.Signal<"text-emerald-700" | "text-blue-700" | "text-red-700" | "text-orange-700" | "text-red-300" | "text-blue-300" | "text-emerald-300" | "text-orange-300">;
|
|
3584
4425
|
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">;
|
|
3585
4426
|
protected descriptionClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
3586
4427
|
protected progressLabelClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
3587
|
-
protected progressValueClasses: _angular_core.Signal<"text-
|
|
4428
|
+
protected progressValueClasses: _angular_core.Signal<"text-emerald-600" | "text-emerald-400" | "text-red-600" | "text-red-400" | "text-blue-400" | "text-orange-600" | "text-orange-400" | "text-blue-600">;
|
|
3588
4429
|
protected progressTrackClasses: _angular_core.Signal<"bg-slate-700/50 shadow-inner" | "bg-slate-200 shadow-inner">;
|
|
3589
4430
|
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">;
|
|
3590
4431
|
protected shimmerClasses: _angular_core.Signal<string>;
|
|
3591
|
-
protected progressGlowClasses: _angular_core.Signal<"bg-gradient-to-r from-
|
|
4432
|
+
protected progressGlowClasses: _angular_core.Signal<"bg-gradient-to-r from-emerald-500 to-teal-500" | "bg-gradient-to-r from-blue-500 to-cyan-500" | "bg-gradient-to-r from-orange-500 to-amber-500" | "bg-gradient-to-r from-red-500 to-rose-500">;
|
|
3592
4433
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ConfidenceLevelCardComponent, never>;
|
|
3593
4434
|
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>;
|
|
3594
4435
|
}
|
|
@@ -3607,12 +4448,12 @@ declare class RelatedContentSidebarComponent {
|
|
|
3607
4448
|
protected funnelMetricsCount: _angular_core.Signal<number>;
|
|
3608
4449
|
protected businessInsightsCount: _angular_core.Signal<number>;
|
|
3609
4450
|
protected headerClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
3610
|
-
protected buttonClasses: _angular_core.Signal<"bg-slate-
|
|
4451
|
+
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">;
|
|
3611
4452
|
protected iconBgClasses: _angular_core.Signal<"bg-blue-100 text-blue-600" | "bg-blue-900/30 text-blue-400">;
|
|
3612
|
-
protected iconClasses: _angular_core.Signal<"text-blue-
|
|
4453
|
+
protected iconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
3613
4454
|
protected countClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
3614
4455
|
protected labelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
3615
|
-
protected chevronClasses: _angular_core.Signal<"text-slate-
|
|
4456
|
+
protected chevronClasses: _angular_core.Signal<"text-slate-500 group-hover:text-blue-400" | "text-slate-400 group-hover:text-blue-600">;
|
|
3616
4457
|
protected onFunnelInsightsClick(): void;
|
|
3617
4458
|
protected onFunnelMetricsClick(): void;
|
|
3618
4459
|
protected onBusinessInsightsClick(): void;
|
|
@@ -3629,7 +4470,7 @@ declare class ContentGenerationProgressComponent {
|
|
|
3629
4470
|
protected progressPercentage: _angular_core.Signal<number>;
|
|
3630
4471
|
protected progressMessage: _angular_core.Signal<string>;
|
|
3631
4472
|
protected isLightMode: _angular_core.Signal<boolean>;
|
|
3632
|
-
protected containerClasses: _angular_core.Signal<"bg-gradient-to-br from-slate-
|
|
4473
|
+
protected containerClasses: _angular_core.Signal<"bg-gradient-to-br from-slate-50 to-white" | "bg-gradient-to-br from-slate-900 to-slate-800">;
|
|
3633
4474
|
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">;
|
|
3634
4475
|
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">;
|
|
3635
4476
|
protected subtitleClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
@@ -3667,11 +4508,11 @@ declare class IndeterminateSpinnerComponent {
|
|
|
3667
4508
|
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
3668
4509
|
size: _angular_core.InputSignal<SpinnerSize>;
|
|
3669
4510
|
color: _angular_core.InputSignal<string | undefined>;
|
|
3670
|
-
svgSize: _angular_core.Signal<
|
|
4511
|
+
svgSize: _angular_core.Signal<40 | 80 | 60>;
|
|
3671
4512
|
circleRadius: _angular_core.Signal<16 | 36 | 26>;
|
|
3672
4513
|
svgCircleRadius: _angular_core.Signal<number>;
|
|
3673
|
-
strokeWidth: _angular_core.Signal<
|
|
3674
|
-
dotSize: _angular_core.Signal<
|
|
4514
|
+
strokeWidth: _angular_core.Signal<3 | 2 | 2.5>;
|
|
4515
|
+
dotSize: _angular_core.Signal<5 | 10 | 7>;
|
|
3675
4516
|
containerClasses: _angular_core.Signal<{
|
|
3676
4517
|
'w-10 h-10': boolean;
|
|
3677
4518
|
'w-16 h-16': boolean;
|
|
@@ -3734,8 +4575,8 @@ declare class ChartContainerComponent {
|
|
|
3734
4575
|
headerClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
|
|
3735
4576
|
titleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
3736
4577
|
descriptionClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
3737
|
-
iconClass: _angular_core.Signal<"text-slate-
|
|
3738
|
-
chartIconClass: _angular_core.Signal<"bg-blue-
|
|
4578
|
+
iconClass: _angular_core.Signal<"text-slate-400 group-hover:text-blue-500" | "text-slate-500 group-hover:text-blue-400">;
|
|
4579
|
+
chartIconClass: _angular_core.Signal<"bg-blue-100 text-blue-600" | "bg-blue-500/20 text-blue-400">;
|
|
3739
4580
|
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">;
|
|
3740
4581
|
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">;
|
|
3741
4582
|
isCollapsible: _angular_core.Signal<boolean>;
|
|
@@ -3799,7 +4640,7 @@ declare class BarChartComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
|
3799
4640
|
showAxisLabels: _angular_core.InputSignal<boolean>;
|
|
3800
4641
|
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
3801
4642
|
currencySymbol: _angular_core.InputSignal<string>;
|
|
3802
|
-
chartHeight: _angular_core.Signal<"
|
|
4643
|
+
chartHeight: _angular_core.Signal<"500px" | "175px">;
|
|
3803
4644
|
cursorColor: _angular_core.Signal<9741240 | 16777215>;
|
|
3804
4645
|
tooltipTextColor: _angular_core.Signal<0 | 16777215>;
|
|
3805
4646
|
chartHash: _angular_core.Signal<string>;
|
|
@@ -3836,7 +4677,7 @@ declare class PieChartComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
|
3836
4677
|
showAxisLabels: _angular_core.InputSignal<boolean>;
|
|
3837
4678
|
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
3838
4679
|
currencySymbol: _angular_core.InputSignal<string>;
|
|
3839
|
-
chartHeight: _angular_core.Signal<"
|
|
4680
|
+
chartHeight: _angular_core.Signal<"500px" | "200px">;
|
|
3840
4681
|
chartHash: _angular_core.Signal<string>;
|
|
3841
4682
|
chartDiv: ElementRef;
|
|
3842
4683
|
private root?;
|
|
@@ -3917,7 +4758,7 @@ declare class TooltipContainerComponent implements AfterViewInit, OnDestroy {
|
|
|
3917
4758
|
isVisible: _angular_core.Signal<boolean>;
|
|
3918
4759
|
tooltipType: _angular_core.Signal<string | null>;
|
|
3919
4760
|
tooltipContent: _angular_core.Signal<string | Record<string, unknown> | undefined>;
|
|
3920
|
-
tooltipPosition: _angular_core.Signal<"
|
|
4761
|
+
tooltipPosition: _angular_core.Signal<"top" | "bottom" | "left" | "right" | "auto">;
|
|
3921
4762
|
targetRect: _angular_core.Signal<DOMRect | null>;
|
|
3922
4763
|
mousePosition: _angular_core.Signal<{
|
|
3923
4764
|
x: number;
|
|
@@ -3942,7 +4783,7 @@ declare class TooltipContainerComponent implements AfterViewInit, OnDestroy {
|
|
|
3942
4783
|
shouldCenter: _angular_core.Signal<boolean>;
|
|
3943
4784
|
containerClass: _angular_core.Signal<"" | "-translate-x-1/2">;
|
|
3944
4785
|
contentClass: _angular_core.Signal<"bg-white/95 border-slate-300 text-slate-900" | "bg-slate-800/95 border-slate-600 text-white">;
|
|
3945
|
-
textClass: _angular_core.Signal<"text-slate-
|
|
4786
|
+
textClass: _angular_core.Signal<"text-slate-700" | "text-slate-200">;
|
|
3946
4787
|
viewMoreButtonClass: _angular_core.Signal<"bg-blue-50 text-blue-700 border border-blue-200 hover:bg-blue-200 hover:border-blue-400 hover:text-blue-800 active:bg-blue-300" | "bg-blue-500/10 text-blue-400 border border-blue-500/20 hover:bg-blue-500/30 hover:border-blue-500/40 hover:text-blue-300 active:bg-blue-500/40">;
|
|
3947
4788
|
transformStyle: _angular_core.Signal<"none" | "translateX(-192px)">;
|
|
3948
4789
|
constructor();
|
|
@@ -4072,11 +4913,11 @@ declare class FocusAreaDetailCardComponent {
|
|
|
4072
4913
|
protected metaLabelClasses: _angular_core.Signal<"text-xs font-medium text-slate-400 uppercase tracking-wide" | "text-xs font-medium text-slate-600 uppercase tracking-wide">;
|
|
4073
4914
|
protected toolChipClasses: _angular_core.Signal<"px-2.5 py-1 rounded-md bg-emerald-500/10 text-emerald-300 text-xs border border-emerald-500/30" | "px-2.5 py-1 rounded-md bg-emerald-50 text-emerald-700 text-xs border border-emerald-200">;
|
|
4074
4915
|
protected expandedSectionClasses: _angular_core.Signal<"p-4 rounded-lg bg-slate-700/30 border border-slate-600/30" | "p-4 rounded-lg bg-slate-50 border border-slate-200">;
|
|
4075
|
-
protected expandedIconClasses: _angular_core.Signal<"text-blue-
|
|
4916
|
+
protected expandedIconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
4076
4917
|
protected expandedTitleClasses: _angular_core.Signal<"text-sm font-semibold text-white" | "text-sm font-semibold text-slate-900">;
|
|
4077
4918
|
protected insightItemClasses: _angular_core.Signal<"text-sm text-slate-300 leading-relaxed flex" | "text-sm text-slate-600 leading-relaxed flex">;
|
|
4078
4919
|
protected expandButtonClasses: _angular_core.Signal<"text-sm font-medium text-blue-400" | "text-sm font-medium text-blue-600">;
|
|
4079
|
-
protected chevronClasses: _angular_core.Signal<"text-blue-
|
|
4920
|
+
protected chevronClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
4080
4921
|
protected toggleExpanded(): void;
|
|
4081
4922
|
protected toggleCompetitiveGap(): void;
|
|
4082
4923
|
onExpandItem(event: CustomEvent): void;
|
|
@@ -4152,11 +4993,11 @@ declare class CompetitorAnalysisCardComponent {
|
|
|
4152
4993
|
protected linkClasses: _angular_core.Signal<"text-sm text-blue-400 hover:text-blue-300 underline transition-colors" | "text-sm text-blue-600 hover:text-blue-700 underline transition-colors">;
|
|
4153
4994
|
protected listItemClasses: _angular_core.Signal<"text-sm text-slate-200 leading-relaxed flex items-start" | "text-sm text-slate-600 leading-relaxed flex items-start">;
|
|
4154
4995
|
protected expandedSectionClasses: _angular_core.Signal<"p-4 rounded-lg bg-slate-700/30 border border-slate-600/30" | "p-4 rounded-lg bg-slate-50 border border-slate-200">;
|
|
4155
|
-
protected expandedIconClasses: _angular_core.Signal<"text-blue-
|
|
4996
|
+
protected expandedIconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
4156
4997
|
protected expandedTitleClasses: _angular_core.Signal<"text-sm font-semibold text-white" | "text-sm font-semibold text-slate-900">;
|
|
4157
4998
|
protected expandedTextClasses: _angular_core.Signal<"text-sm text-slate-300 leading-relaxed" | "text-sm text-slate-600 leading-relaxed">;
|
|
4158
4999
|
protected expandButtonClasses: _angular_core.Signal<"text-sm font-medium text-blue-400" | "text-sm font-medium text-blue-600">;
|
|
4159
|
-
protected chevronClasses: _angular_core.Signal<"text-blue-
|
|
5000
|
+
protected chevronClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
4160
5001
|
protected toggleExpanded(): void;
|
|
4161
5002
|
protected navigateToItem(item: ProfileItemInterface): void;
|
|
4162
5003
|
onExpandItem(event: CustomEvent): void;
|
|
@@ -4172,11 +5013,11 @@ declare class OpportunityHighlightBannerComponent {
|
|
|
4172
5013
|
bannerClick: _angular_core.OutputEmitterRef<void>;
|
|
4173
5014
|
protected iconSource: IconSourceEnum;
|
|
4174
5015
|
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">;
|
|
4175
|
-
protected iconContainerClasses: _angular_core.Signal<"bg-amber-
|
|
5016
|
+
protected iconContainerClasses: _angular_core.Signal<"bg-amber-500/20 text-amber-400" | "bg-amber-100 text-amber-600">;
|
|
4176
5017
|
protected titleClasses: _angular_core.Signal<"text-amber-300" | "text-amber-900">;
|
|
4177
5018
|
protected badgeClasses: _angular_core.Signal<"bg-amber-500/30 text-amber-300" | "bg-amber-200 text-amber-800">;
|
|
4178
5019
|
protected messageClasses: _angular_core.Signal<"text-amber-700" | "text-amber-400/90">;
|
|
4179
|
-
protected chevronClasses: _angular_core.Signal<"text-amber-
|
|
5020
|
+
protected chevronClasses: _angular_core.Signal<"text-amber-600" | "text-amber-400">;
|
|
4180
5021
|
handleClick(event: Event): void;
|
|
4181
5022
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OpportunityHighlightBannerComponent, never>;
|
|
4182
5023
|
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>;
|
|
@@ -4428,6 +5269,6 @@ declare function validateRevenueTarget(targetRevenue: number, calculations: Metr
|
|
|
4428
5269
|
withinTolerance: boolean;
|
|
4429
5270
|
};
|
|
4430
5271
|
|
|
4431
|
-
export { AreaChartComponent, BarChartComponent, BreakdownSectionComponent, BusinessAnalysisModalComponent, BusinessProfileSearchService, ChartCardComponent, ChartContainerComponent, ChartThemeService, CircularProgressComponent, CompetitivePositioningSummaryComponent, CompetitorAnalysisCardComponent, ConfettiService, ConfidenceLevelCardComponent, ContentGenerationProgressComponent, ContentGenerationProgressWithConfettiComponent, CrossDashboardRelationshipsService, DashboardHeaderComponent, DataLoaderService, DisplayModeEnum, FloatingBackButtonComponent, FloatingTocComponent, FocusAreaDetailCardComponent, FocusAreaQuestionComponent, FocusAreaToolsModalComponent, FunnelOrderService, GradeBadgeComponent, HeaderScrollService, HierarchyDisplayComponent, HorizontalBarComponent, IconService, IndeterminateSpinnerComponent, InsightCardComponent, JourneyProgressIndicatorComponent, JourneyStepIdEnum, LineChartComponent, MetricCardComponent, MetricFormatterService, MetricListItemComponent, MetricReportModalComponent, MobileBottomNavComponent, MobileFABComponent, ModalComponent, ModalService, NapkinVisualPlaceholderComponent, NavigationStateService, OpportunityHighlightBannerComponent, OverallAssessmentComponent, PacingStatusBadgeComponent, PieChartComponent, ProfileItemCardComponent, ProfileSectionComponent, ProfileSubsectionComponent, RelatedContentSidebarComponent, RevenueCalculatorService, RevenueCalculatorWelcomeBannerComponent, ScrollDepthService, ScrollProgressBarComponent, SearchButtonComponent, SearchModalComponent, SectionDividerComponent, SectionNavigationComponent, ShadowElevationDirective, ShopPlatformEnum, SkeletonBarComponent, SkeletonCardBaseComponent, SkeletonCircleComponent, SkeletonCompetitorCardComponent, SkeletonCustomerSegmentCardComponent, SkeletonFocusAreaCardComponent, SkeletonGenericCardComponent, SkeletonLoaderComponent, SkeletonPriceTierCardComponent, SkeletonProductCategoryCardComponent, SkeletonRegionCardComponent, SkeletonSeasonCardComponent, SymphiqBusinessAnalysisDashboardComponent, SymphiqConnectGaDashboardComponent, SymphiqCreateAccountDashboardComponent, SymphiqFunnelAnalysisDashboardComponent, SymphiqFunnelAnalysisPreviewComponent, SymphiqIconComponent, 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 };
|
|
4432
|
-
export type { AnimationType, AvatarSize, BusinessInsightDetailModalData, BusinessSearchResult, CategoryColorPalette, CategoryDetailModalData, 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, RecommendationBusinessInsightsListModalData, RecommendationInsightsListModalData, RelatedBusinessContent, RelatedFunnelContent, RelatedMetricRatio, RevenueCalculationResult, ReverseCalculationContext, ScrollBaseCustomEvent, ScrollBaseDetail, ScrollCustomEvent, ScrollDepthInfo, ScrollDetail, SemanticColors, ShadowLevel, SpinnerSize, StrategyRecommendationsModalData, StrengthDetailModalData, ThemeColorContext, ThemeMode, TooltipPosition, TooltipState, TooltipType, TopPrioritiesListModalData, TopPriorityDetailModalData, TopPriorityInterface, ViewMode, ViewportBounds, VisualizationData, VisualizationType };
|
|
5272
|
+
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, 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 };
|
|
5273
|
+
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, 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 };
|
|
4433
5274
|
//# sourceMappingURL=index.d.ts.map
|