@eric-emg/symphiq-components 1.2.138 → 1.2.139
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 +280 -248
- package/fesm2022/symphiq-components.mjs.map +1 -1
- package/index.d.ts +132 -45
- package/index.d.ts.map +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as _jebgem_model from '@jebgem/model';
|
|
|
2
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, BreakdownMetricInterface, UserInterface, FunnelAnalysisInterface, PerformanceOverviewStructuredV3Interface, OverallAssessmentInterface, ProfileItemTypeEnum, IconObjectInterface as IconObjectInterface$1, NapkinVisualInterface, HierarchyDataInterface, ProfileAnalysisInterface, ProfileAnalysisTypeEnum, FocusAreaDetailInterface, IconSourceEnum, FocusAreaDomainEnum, ProfileAnalysisSectionV3Interface, ExecutiveSummaryInterface, FocusAreaExecutiveSummaryInterface, MetricExecutiveSummaryInterface, ChartTypeEnum } from '@jebgem/model';
|
|
3
3
|
export * from '@jebgem/model';
|
|
4
4
|
import * as _angular_core from '@angular/core';
|
|
5
|
-
import { AfterViewInit, ElementRef, WritableSignal, OnDestroy,
|
|
5
|
+
import { OnInit, AfterViewInit, ElementRef, WritableSignal, OnDestroy, OnChanges, SimpleChanges, Renderer2 } from '@angular/core';
|
|
6
6
|
import * as rxjs from 'rxjs';
|
|
7
7
|
import { Observable } from 'rxjs';
|
|
8
8
|
import { HttpClient } from '@angular/common/http';
|
|
@@ -980,7 +980,7 @@ declare class ModalComponent {
|
|
|
980
980
|
private animatedTrendValues;
|
|
981
981
|
private animationFrames;
|
|
982
982
|
isOpen: _angular_core.Signal<boolean>;
|
|
983
|
-
modalType: _angular_core.Signal<"
|
|
983
|
+
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>;
|
|
984
984
|
charts: _angular_core.Signal<AiChartInterface[]>;
|
|
985
985
|
modalKey: _angular_core.Signal<number>;
|
|
986
986
|
insightData: _angular_core.Signal<InsightBlockInterface | null>;
|
|
@@ -999,7 +999,7 @@ declare class ModalComponent {
|
|
|
999
999
|
description: string;
|
|
1000
1000
|
icon: string;
|
|
1001
1001
|
} | null>;
|
|
1002
|
-
metricsListData: _angular_core.Signal<
|
|
1002
|
+
metricsListData: _angular_core.Signal<InsightBlockInterface | PerformanceMetricInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | AiChartInterface | (InsightBlockInterface | PerformanceMetricInterface)[] | null>;
|
|
1003
1003
|
metricsListMetrics: _angular_core.Signal<PerformanceMetricInterface[]>;
|
|
1004
1004
|
metricsListInsightContext: _angular_core.Signal<{
|
|
1005
1005
|
title: string;
|
|
@@ -1007,7 +1007,7 @@ declare class ModalComponent {
|
|
|
1007
1007
|
businessContext: string;
|
|
1008
1008
|
priority: number;
|
|
1009
1009
|
} | null>;
|
|
1010
|
-
chartsListData: _angular_core.Signal<
|
|
1010
|
+
chartsListData: _angular_core.Signal<InsightBlockInterface | PerformanceMetricInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | AiChartInterface | (InsightBlockInterface | PerformanceMetricInterface)[] | null>;
|
|
1011
1011
|
chartsListCharts: _angular_core.Signal<AiChartInterface[]>;
|
|
1012
1012
|
chartsListInsightContext: _angular_core.Signal<{
|
|
1013
1013
|
title: string;
|
|
@@ -1015,7 +1015,7 @@ declare class ModalComponent {
|
|
|
1015
1015
|
businessContext: string;
|
|
1016
1016
|
priority: number;
|
|
1017
1017
|
} | null>;
|
|
1018
|
-
recommendationsListData: _angular_core.Signal<
|
|
1018
|
+
recommendationsListData: _angular_core.Signal<InsightBlockInterface | PerformanceMetricInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | AiChartInterface | (InsightBlockInterface | PerformanceMetricInterface)[] | null>;
|
|
1019
1019
|
recommendationsListRecommendations: _angular_core.Signal<string[]>;
|
|
1020
1020
|
recommendationsListInsightContext: _angular_core.Signal<{
|
|
1021
1021
|
title: string;
|
|
@@ -1023,7 +1023,7 @@ declare class ModalComponent {
|
|
|
1023
1023
|
businessContext: string;
|
|
1024
1024
|
priority: number;
|
|
1025
1025
|
} | null>;
|
|
1026
|
-
competitiveAnalysisData: _angular_core.Signal<
|
|
1026
|
+
competitiveAnalysisData: _angular_core.Signal<InsightBlockInterface | PerformanceMetricInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | AiChartInterface | (InsightBlockInterface | PerformanceMetricInterface)[] | null>;
|
|
1027
1027
|
competitiveAnalysisContext: _angular_core.Signal<{
|
|
1028
1028
|
title: string;
|
|
1029
1029
|
description: string;
|
|
@@ -1192,6 +1192,82 @@ declare class ProfileItemLookupService {
|
|
|
1192
1192
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<ProfileItemLookupService>;
|
|
1193
1193
|
}
|
|
1194
1194
|
|
|
1195
|
+
declare enum JourneyStepIdEnum {
|
|
1196
|
+
WELCOME = "welcome",
|
|
1197
|
+
CREATE_ACCOUNT = "create-account",
|
|
1198
|
+
BUSINESS_ANALYSIS = "business-analysis",
|
|
1199
|
+
CONNECT_GA4 = "connect-ga4",
|
|
1200
|
+
REVENUE_CALCULATOR = "revenue-calculator",
|
|
1201
|
+
FUNNEL_ANALYSIS = "funnel-analysis",
|
|
1202
|
+
SHOP_ANALYSIS = "shop-analysis",
|
|
1203
|
+
FOCUS_AREA_ANALYSIS = "focus-area-analysis",
|
|
1204
|
+
METRIC_ANALYSIS = "metric-analysis",
|
|
1205
|
+
UNIFIED_ANALYSIS = "unified-analysis",
|
|
1206
|
+
COMPLETE = "complete"
|
|
1207
|
+
}
|
|
1208
|
+
interface JourneyStep$1 {
|
|
1209
|
+
id: JourneyStepIdEnum;
|
|
1210
|
+
title: string;
|
|
1211
|
+
description: string;
|
|
1212
|
+
icon: string;
|
|
1213
|
+
status: 'completed' | 'current' | 'accessible' | 'locked';
|
|
1214
|
+
}
|
|
1215
|
+
declare class JourneyProgressIndicatorComponent implements OnInit {
|
|
1216
|
+
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
1217
|
+
currentStepId: _angular_core.InputSignal<JourneyStepIdEnum>;
|
|
1218
|
+
showNextStepAction: _angular_core.InputSignal<boolean>;
|
|
1219
|
+
forDemo: _angular_core.InputSignal<boolean>;
|
|
1220
|
+
maxAccessibleStepId: _angular_core.InputSignal<JourneyStepIdEnum | undefined>;
|
|
1221
|
+
nextStepClick: _angular_core.OutputEmitterRef<void>;
|
|
1222
|
+
stepClick: _angular_core.OutputEmitterRef<number>;
|
|
1223
|
+
protected hoveredStepIndex: _angular_core.WritableSignal<number | null>;
|
|
1224
|
+
private hoverTimeout;
|
|
1225
|
+
private showDetailedTooltip;
|
|
1226
|
+
protected showMobileTooltip: _angular_core.WritableSignal<boolean>;
|
|
1227
|
+
protected mobileStepIndex: _angular_core.WritableSignal<number>;
|
|
1228
|
+
protected JourneyStepIdEnum: typeof JourneyStepIdEnum;
|
|
1229
|
+
private stepDefinitions;
|
|
1230
|
+
protected steps: _angular_core.Signal<JourneyStep$1[]>;
|
|
1231
|
+
constructor();
|
|
1232
|
+
ngOnInit(): void;
|
|
1233
|
+
protected getNextStep(): JourneyStep$1 | undefined;
|
|
1234
|
+
protected setHoveredStep(index: number): void;
|
|
1235
|
+
protected clearHoveredStep(): void;
|
|
1236
|
+
protected shouldShowDetailedTooltip(): boolean;
|
|
1237
|
+
protected toggleMobileTooltip(): void;
|
|
1238
|
+
protected getCurrentStepIndex(): number;
|
|
1239
|
+
protected getCurrentStep(): JourneyStep$1;
|
|
1240
|
+
protected containerClasses(): string;
|
|
1241
|
+
protected getConnectorClasses(step: JourneyStep$1): string;
|
|
1242
|
+
protected getStepIconContainerClasses(step: JourneyStep$1): string;
|
|
1243
|
+
protected getCurrentDotClasses(): string;
|
|
1244
|
+
protected getAccessibleDotClasses(): string;
|
|
1245
|
+
protected getStepNumberClasses(step: JourneyStep$1): string;
|
|
1246
|
+
protected getStepTitleClasses(step: JourneyStep$1): string;
|
|
1247
|
+
protected getStepDescriptionClasses(step: JourneyStep$1): string;
|
|
1248
|
+
protected getCurrentBadgeClasses(): string;
|
|
1249
|
+
protected nextStepContainerClasses(): string;
|
|
1250
|
+
protected nextStepTitleClasses(): string;
|
|
1251
|
+
protected nextStepDescriptionClasses(): string;
|
|
1252
|
+
protected nextStepButtonClasses(): string;
|
|
1253
|
+
protected stepCounterClasses(): string;
|
|
1254
|
+
protected tooltipTriggerClasses(): string;
|
|
1255
|
+
protected desktopTooltipClasses(): string;
|
|
1256
|
+
protected mobileTooltipClasses(): string;
|
|
1257
|
+
protected tooltipStepNumberClasses(): string;
|
|
1258
|
+
protected tooltipTitleClasses(): string;
|
|
1259
|
+
protected tooltipDescriptionClasses(): string;
|
|
1260
|
+
protected getExpandableLabelClasses(): string;
|
|
1261
|
+
protected getTooltipPositionClasses(idx: number): string;
|
|
1262
|
+
protected getAbbreviatedTitle(title: string): string;
|
|
1263
|
+
protected getAbbreviatedTitleClasses(step: JourneyStep$1): string;
|
|
1264
|
+
protected getExpandedCardClasses(idx: number): string;
|
|
1265
|
+
protected isExpandRight(idx: number): boolean;
|
|
1266
|
+
protected isExpandLeft(idx: number): boolean;
|
|
1267
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<JourneyProgressIndicatorComponent, never>;
|
|
1268
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<JourneyProgressIndicatorComponent, "symphiq-journey-progress-indicator", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "currentStepId": { "alias": "currentStepId"; "required": false; "isSignal": true; }; "showNextStepAction": { "alias": "showNextStepAction"; "required": false; "isSignal": true; }; "forDemo": { "alias": "forDemo"; "required": false; "isSignal": true; }; "maxAccessibleStepId": { "alias": "maxAccessibleStepId"; "required": false; "isSignal": true; }; }, { "nextStepClick": "nextStepClick"; "stepClick": "stepClick"; }, never, never, true, never>;
|
|
1269
|
+
}
|
|
1270
|
+
|
|
1195
1271
|
declare enum DisplayModeEnum {
|
|
1196
1272
|
SIMPLIFIED = "SIMPLIFIED",
|
|
1197
1273
|
COMPACT = "COMPACT",
|
|
@@ -1232,8 +1308,10 @@ declare class SymphiqFunnelAnalysisDashboardComponent implements AfterViewInit {
|
|
|
1232
1308
|
isLoading: _angular_core.InputSignal<boolean | undefined>;
|
|
1233
1309
|
isOnboarded: _angular_core.InputSignal<boolean>;
|
|
1234
1310
|
forDemo: _angular_core.InputSignal<boolean>;
|
|
1311
|
+
maxAccessibleStepId: _angular_core.InputSignal<JourneyStepIdEnum | undefined>;
|
|
1235
1312
|
stepClick: _angular_core.OutputEmitterRef<number>;
|
|
1236
1313
|
nextStepClick: _angular_core.OutputEmitterRef<void>;
|
|
1314
|
+
protected JourneyStepIdEnum: typeof JourneyStepIdEnum;
|
|
1237
1315
|
selectedCategory: _angular_core.WritableSignal<string>;
|
|
1238
1316
|
reverseSortOrder: _angular_core.WritableSignal<boolean>;
|
|
1239
1317
|
selectedSectionFilter: _angular_core.WritableSignal<string>;
|
|
@@ -1369,7 +1447,7 @@ declare class SymphiqFunnelAnalysisDashboardComponent implements AfterViewInit {
|
|
|
1369
1447
|
getCategoryPillClass(categoryValue: string): string;
|
|
1370
1448
|
formatValue(value: number): string;
|
|
1371
1449
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SymphiqFunnelAnalysisDashboardComponent, never>;
|
|
1372
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SymphiqFunnelAnalysisDashboardComponent, "symphiq-funnel-analysis-dashboard", never, { "requestedByUser": { "alias": "requestedByUser"; "required": false; "isSignal": true; }; "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "funnelAnalysis": { "alias": "funnelAnalysis"; "required": false; "isSignal": true; }; "businessProfile": { "alias": "businessProfile"; "required": false; "isSignal": true; }; "embedded": { "alias": "embedded"; "required": false; "isSignal": true; }; "scrollEvent": { "alias": "scrollEvent"; "required": false; "isSignal": true; }; "scrollElement": { "alias": "scrollElement"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "isOnboarded": { "alias": "isOnboarded"; "required": false; "isSignal": true; }; "forDemo": { "alias": "forDemo"; "required": false; "isSignal": true; }; }, { "stepClick": "stepClick"; "nextStepClick": "nextStepClick"; }, never, never, true, never>;
|
|
1450
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SymphiqFunnelAnalysisDashboardComponent, "symphiq-funnel-analysis-dashboard", never, { "requestedByUser": { "alias": "requestedByUser"; "required": false; "isSignal": true; }; "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "funnelAnalysis": { "alias": "funnelAnalysis"; "required": false; "isSignal": true; }; "businessProfile": { "alias": "businessProfile"; "required": false; "isSignal": true; }; "embedded": { "alias": "embedded"; "required": false; "isSignal": true; }; "scrollEvent": { "alias": "scrollEvent"; "required": false; "isSignal": true; }; "scrollElement": { "alias": "scrollElement"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "isOnboarded": { "alias": "isOnboarded"; "required": false; "isSignal": true; }; "forDemo": { "alias": "forDemo"; "required": false; "isSignal": true; }; "maxAccessibleStepId": { "alias": "maxAccessibleStepId"; "required": false; "isSignal": true; }; }, { "stepClick": "stepClick"; "nextStepClick": "nextStepClick"; }, never, never, true, never>;
|
|
1373
1451
|
}
|
|
1374
1452
|
|
|
1375
1453
|
declare class MetricCardComponent {
|
|
@@ -1457,9 +1535,9 @@ declare class MetricCardComponent {
|
|
|
1457
1535
|
competitiveScoreBadgeLightClass: _angular_core.Signal<string>;
|
|
1458
1536
|
competitiveScoreBadgeDarkClass: _angular_core.Signal<string>;
|
|
1459
1537
|
competitiveScoreBadgeClass: _angular_core.Signal<string>;
|
|
1460
|
-
competitiveScoreTextClass: _angular_core.Signal<"" | "text-
|
|
1461
|
-
competitiveComparisonDefaultClass: _angular_core.Signal<"text-slate-
|
|
1462
|
-
competitiveComparisonClass: _angular_core.Signal<"text-slate-
|
|
1538
|
+
competitiveScoreTextClass: _angular_core.Signal<"" | "text-emerald-600" | "text-blue-700" | "text-blue-400" | "text-orange-600">;
|
|
1539
|
+
competitiveComparisonDefaultClass: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
1540
|
+
competitiveComparisonClass: _angular_core.Signal<"text-slate-700" | "text-slate-300" | "text-emerald-600 font-semibold" | "text-orange-600 font-semibold">;
|
|
1463
1541
|
getCompetitiveScoreIcon(): string;
|
|
1464
1542
|
getCompetitiveScoreLabel(): string;
|
|
1465
1543
|
getCompetitiveScoreLabelFull(): string;
|
|
@@ -1700,10 +1778,10 @@ declare class OverallAssessmentComponent {
|
|
|
1700
1778
|
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">;
|
|
1701
1779
|
lightModeTrendIconClass: _angular_core.Signal<"text-emerald-600" | "text-red-600">;
|
|
1702
1780
|
darkModeTrendIconClass: _angular_core.Signal<"text-emerald-400" | "text-red-400">;
|
|
1703
|
-
trendIconClass: _angular_core.Signal<"text-emerald-
|
|
1781
|
+
trendIconClass: _angular_core.Signal<"text-emerald-600" | "text-emerald-400" | "text-red-600" | "text-red-400">;
|
|
1704
1782
|
lightModeTrendValueClass: _angular_core.Signal<"text-emerald-600" | "text-red-600">;
|
|
1705
1783
|
darkModeTrendValueClass: _angular_core.Signal<"text-emerald-400" | "text-red-400">;
|
|
1706
|
-
trendValueClass: _angular_core.Signal<"text-emerald-
|
|
1784
|
+
trendValueClass: _angular_core.Signal<"text-emerald-600" | "text-emerald-400" | "text-red-600" | "text-red-400">;
|
|
1707
1785
|
formattedRevenueTrend: _angular_core.Signal<string>;
|
|
1708
1786
|
formattedRevenueTarget: _angular_core.Signal<string>;
|
|
1709
1787
|
hasRevenuePacing: _angular_core.Signal<boolean>;
|
|
@@ -2025,7 +2103,7 @@ declare class SymphiqFunnelAnalysisPreviewComponent {
|
|
|
2025
2103
|
competitiveTooltip: _angular_core.Signal<{
|
|
2026
2104
|
industry: string;
|
|
2027
2105
|
metricBenchmark: string;
|
|
2028
|
-
competitiveScore: "LEADING" | "
|
|
2106
|
+
competitiveScore: "LEADING" | "COMPETITIVE" | "LAGGING";
|
|
2029
2107
|
description: string;
|
|
2030
2108
|
keyOpportunities: string;
|
|
2031
2109
|
}>;
|
|
@@ -2105,9 +2183,11 @@ declare class SymphiqWelcomeDashboardComponent implements AfterViewInit, OnDestr
|
|
|
2105
2183
|
scrollEvent: _angular_core.InputSignal<ScrollCustomEvent | null | undefined>;
|
|
2106
2184
|
scrollElement: _angular_core.InputSignal<HTMLElement | null | undefined>;
|
|
2107
2185
|
forDemo: _angular_core.InputSignal<boolean>;
|
|
2186
|
+
maxAccessibleStepId: _angular_core.InputSignal<JourneyStepIdEnum | undefined>;
|
|
2108
2187
|
stepClick: _angular_core.OutputEmitterRef<number>;
|
|
2109
2188
|
nextStepClick: _angular_core.OutputEmitterRef<void>;
|
|
2110
2189
|
protected headerScrollService: HeaderScrollService;
|
|
2190
|
+
protected JourneyStepIdEnum: typeof JourneyStepIdEnum;
|
|
2111
2191
|
private readonly COLLAPSE_THRESHOLD;
|
|
2112
2192
|
private readonly EXPAND_THRESHOLD;
|
|
2113
2193
|
protected journeySteps: JourneyStep[];
|
|
@@ -2136,7 +2216,7 @@ declare class SymphiqWelcomeDashboardComponent implements AfterViewInit, OnDestr
|
|
|
2136
2216
|
protected nextStepsTitleClasses(): string;
|
|
2137
2217
|
protected nextStepsTextClasses(): string;
|
|
2138
2218
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SymphiqWelcomeDashboardComponent, never>;
|
|
2139
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SymphiqWelcomeDashboardComponent, "symphiq-welcome-dashboard", never, { "embedded": { "alias": "embedded"; "required": false; "isSignal": true; }; "parentHeaderOffset": { "alias": "parentHeaderOffset"; "required": false; "isSignal": true; }; "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "scrollEvent": { "alias": "scrollEvent"; "required": false; "isSignal": true; }; "scrollElement": { "alias": "scrollElement"; "required": false; "isSignal": true; }; "forDemo": { "alias": "forDemo"; "required": false; "isSignal": true; }; }, { "stepClick": "stepClick"; "nextStepClick": "nextStepClick"; }, never, never, true, never>;
|
|
2219
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SymphiqWelcomeDashboardComponent, "symphiq-welcome-dashboard", never, { "embedded": { "alias": "embedded"; "required": false; "isSignal": true; }; "parentHeaderOffset": { "alias": "parentHeaderOffset"; "required": false; "isSignal": true; }; "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "scrollEvent": { "alias": "scrollEvent"; "required": false; "isSignal": true; }; "scrollElement": { "alias": "scrollElement"; "required": false; "isSignal": true; }; "forDemo": { "alias": "forDemo"; "required": false; "isSignal": true; }; "maxAccessibleStepId": { "alias": "maxAccessibleStepId"; "required": false; "isSignal": true; }; }, { "stepClick": "stepClick"; "nextStepClick": "nextStepClick"; }, never, never, true, never>;
|
|
2140
2220
|
}
|
|
2141
2221
|
|
|
2142
2222
|
declare enum ShopPlatformEnum {
|
|
@@ -2159,6 +2239,7 @@ declare class SymphiqCreateAccountDashboardComponent implements AfterViewInit, O
|
|
|
2159
2239
|
accountData: _angular_core.InputSignal<CreateAccountData | undefined>;
|
|
2160
2240
|
forDemo: _angular_core.InputSignal<boolean>;
|
|
2161
2241
|
showNextStepAction: _angular_core.InputSignal<boolean>;
|
|
2242
|
+
maxAccessibleStepId: _angular_core.InputSignal<JourneyStepIdEnum | undefined>;
|
|
2162
2243
|
onContinue: _angular_core.OutputEmitterRef<CreateAccountData>;
|
|
2163
2244
|
stepClick: _angular_core.OutputEmitterRef<number>;
|
|
2164
2245
|
nextStepClick: _angular_core.OutputEmitterRef<void>;
|
|
@@ -2168,6 +2249,7 @@ declare class SymphiqCreateAccountDashboardComponent implements AfterViewInit, O
|
|
|
2168
2249
|
protected editMode: _angular_core.WritableSignal<boolean>;
|
|
2169
2250
|
protected sameAsShopName: _angular_core.WritableSignal<boolean>;
|
|
2170
2251
|
protected ShopPlatformEnum: typeof ShopPlatformEnum;
|
|
2252
|
+
protected JourneyStepIdEnum: typeof JourneyStepIdEnum;
|
|
2171
2253
|
protected accountForm: FormGroup;
|
|
2172
2254
|
constructor();
|
|
2173
2255
|
onScroll(): void;
|
|
@@ -2204,7 +2286,7 @@ declare class SymphiqCreateAccountDashboardComponent implements AfterViewInit, O
|
|
|
2204
2286
|
protected stickyButtonContainerClasses(): string;
|
|
2205
2287
|
protected continueButtonClasses(): string;
|
|
2206
2288
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SymphiqCreateAccountDashboardComponent, never>;
|
|
2207
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SymphiqCreateAccountDashboardComponent, "symphiq-create-account-dashboard", never, { "embedded": { "alias": "embedded"; "required": false; "isSignal": true; }; "parentHeaderOffset": { "alias": "parentHeaderOffset"; "required": false; "isSignal": true; }; "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "scrollEvent": { "alias": "scrollEvent"; "required": false; "isSignal": true; }; "scrollElement": { "alias": "scrollElement"; "required": false; "isSignal": true; }; "accountData": { "alias": "accountData"; "required": false; "isSignal": true; }; "forDemo": { "alias": "forDemo"; "required": false; "isSignal": true; }; "showNextStepAction": { "alias": "showNextStepAction"; "required": false; "isSignal": true; }; }, { "onContinue": "onContinue"; "stepClick": "stepClick"; "nextStepClick": "nextStepClick"; }, never, never, true, never>;
|
|
2289
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SymphiqCreateAccountDashboardComponent, "symphiq-create-account-dashboard", never, { "embedded": { "alias": "embedded"; "required": false; "isSignal": true; }; "parentHeaderOffset": { "alias": "parentHeaderOffset"; "required": false; "isSignal": true; }; "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "scrollEvent": { "alias": "scrollEvent"; "required": false; "isSignal": true; }; "scrollElement": { "alias": "scrollElement"; "required": false; "isSignal": true; }; "accountData": { "alias": "accountData"; "required": false; "isSignal": true; }; "forDemo": { "alias": "forDemo"; "required": false; "isSignal": true; }; "showNextStepAction": { "alias": "showNextStepAction"; "required": false; "isSignal": true; }; "maxAccessibleStepId": { "alias": "maxAccessibleStepId"; "required": false; "isSignal": true; }; }, { "onContinue": "onContinue"; "stepClick": "stepClick"; "nextStepClick": "nextStepClick"; }, never, never, true, never>;
|
|
2208
2290
|
}
|
|
2209
2291
|
|
|
2210
2292
|
declare class SymphiqConnectGaDashboardComponent implements AfterViewInit, OnDestroy {
|
|
@@ -2214,9 +2296,11 @@ declare class SymphiqConnectGaDashboardComponent implements AfterViewInit, OnDes
|
|
|
2214
2296
|
scrollEvent: _angular_core.InputSignal<ScrollCustomEvent | null | undefined>;
|
|
2215
2297
|
scrollElement: _angular_core.InputSignal<HTMLElement | null | undefined>;
|
|
2216
2298
|
forDemo: _angular_core.InputSignal<boolean>;
|
|
2299
|
+
maxAccessibleStepId: _angular_core.InputSignal<JourneyStepIdEnum | undefined>;
|
|
2217
2300
|
stepClick: _angular_core.OutputEmitterRef<number>;
|
|
2218
2301
|
nextStepClick: _angular_core.OutputEmitterRef<void>;
|
|
2219
2302
|
protected headerScrollService: HeaderScrollService;
|
|
2303
|
+
protected JourneyStepIdEnum: typeof JourneyStepIdEnum;
|
|
2220
2304
|
private readonly COLLAPSE_THRESHOLD;
|
|
2221
2305
|
private readonly EXPAND_THRESHOLD;
|
|
2222
2306
|
protected isExpanded: _angular_core.WritableSignal<boolean>;
|
|
@@ -2247,7 +2331,7 @@ declare class SymphiqConnectGaDashboardComponent implements AfterViewInit, OnDes
|
|
|
2247
2331
|
protected expandedContentClasses(): string;
|
|
2248
2332
|
protected expandedTextClasses(): string;
|
|
2249
2333
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SymphiqConnectGaDashboardComponent, never>;
|
|
2250
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SymphiqConnectGaDashboardComponent, "symphiq-connect-ga-dashboard", never, { "embedded": { "alias": "embedded"; "required": false; "isSignal": true; }; "parentHeaderOffset": { "alias": "parentHeaderOffset"; "required": false; "isSignal": true; }; "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "scrollEvent": { "alias": "scrollEvent"; "required": false; "isSignal": true; }; "scrollElement": { "alias": "scrollElement"; "required": false; "isSignal": true; }; "forDemo": { "alias": "forDemo"; "required": false; "isSignal": true; }; }, { "stepClick": "stepClick"; "nextStepClick": "nextStepClick"; }, never, never, true, never>;
|
|
2334
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SymphiqConnectGaDashboardComponent, "symphiq-connect-ga-dashboard", never, { "embedded": { "alias": "embedded"; "required": false; "isSignal": true; }; "parentHeaderOffset": { "alias": "parentHeaderOffset"; "required": false; "isSignal": true; }; "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "scrollEvent": { "alias": "scrollEvent"; "required": false; "isSignal": true; }; "scrollElement": { "alias": "scrollElement"; "required": false; "isSignal": true; }; "forDemo": { "alias": "forDemo"; "required": false; "isSignal": true; }; "maxAccessibleStepId": { "alias": "maxAccessibleStepId"; "required": false; "isSignal": true; }; }, { "stepClick": "stepClick"; "nextStepClick": "nextStepClick"; }, never, never, true, never>;
|
|
2251
2335
|
}
|
|
2252
2336
|
|
|
2253
2337
|
declare class SymphiqBusinessAnalysisDashboardComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
@@ -2261,8 +2345,10 @@ declare class SymphiqBusinessAnalysisDashboardComponent implements OnInit, After
|
|
|
2261
2345
|
isLoading: _angular_core.InputSignal<boolean | undefined>;
|
|
2262
2346
|
isOnboarded: _angular_core.InputSignal<boolean>;
|
|
2263
2347
|
forDemo: _angular_core.InputSignal<boolean>;
|
|
2348
|
+
maxAccessibleStepId: _angular_core.InputSignal<JourneyStepIdEnum | undefined>;
|
|
2264
2349
|
stepClick: _angular_core.OutputEmitterRef<number>;
|
|
2265
2350
|
nextStepClick: _angular_core.OutputEmitterRef<void>;
|
|
2351
|
+
protected JourneyStepIdEnum: typeof JourneyStepIdEnum;
|
|
2266
2352
|
protected headerScrollService: HeaderScrollService;
|
|
2267
2353
|
protected lookupService: ProfileItemLookupService;
|
|
2268
2354
|
protected navigationService: NavigationStateService;
|
|
@@ -2334,7 +2420,7 @@ declare class SymphiqBusinessAnalysisDashboardComponent implements OnInit, After
|
|
|
2334
2420
|
protected getSpinnerClasses(): string;
|
|
2335
2421
|
protected trackBySectionId(index: number, section: ProfileSectionInterface): string | number;
|
|
2336
2422
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SymphiqBusinessAnalysisDashboardComponent, never>;
|
|
2337
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SymphiqBusinessAnalysisDashboardComponent, "symphiq-business-analysis-dashboard", never, { "embedded": { "alias": "embedded"; "required": false; "isSignal": true; }; "profile": { "alias": "profile"; "required": false; "isSignal": true; }; "parentHeaderOffset": { "alias": "parentHeaderOffset"; "required": false; "isSignal": true; }; "requestedByUser": { "alias": "requestedByUser"; "required": false; "isSignal": true; }; "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "scrollEvent": { "alias": "scrollEvent"; "required": false; "isSignal": true; }; "scrollElement": { "alias": "scrollElement"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "isOnboarded": { "alias": "isOnboarded"; "required": false; "isSignal": true; }; "forDemo": { "alias": "forDemo"; "required": false; "isSignal": true; }; }, { "stepClick": "stepClick"; "nextStepClick": "nextStepClick"; }, never, never, true, never>;
|
|
2423
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SymphiqBusinessAnalysisDashboardComponent, "symphiq-business-analysis-dashboard", never, { "embedded": { "alias": "embedded"; "required": false; "isSignal": true; }; "profile": { "alias": "profile"; "required": false; "isSignal": true; }; "parentHeaderOffset": { "alias": "parentHeaderOffset"; "required": false; "isSignal": true; }; "requestedByUser": { "alias": "requestedByUser"; "required": false; "isSignal": true; }; "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "scrollEvent": { "alias": "scrollEvent"; "required": false; "isSignal": true; }; "scrollElement": { "alias": "scrollElement"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "isOnboarded": { "alias": "isOnboarded"; "required": false; "isSignal": true; }; "forDemo": { "alias": "forDemo"; "required": false; "isSignal": true; }; "maxAccessibleStepId": { "alias": "maxAccessibleStepId"; "required": false; "isSignal": true; }; }, { "stepClick": "stepClick"; "nextStepClick": "nextStepClick"; }, never, never, true, never>;
|
|
2338
2424
|
}
|
|
2339
2425
|
|
|
2340
2426
|
declare class ProfileSectionComponent {
|
|
@@ -2671,6 +2757,7 @@ declare class SymphiqProfileAnalysisDashboardComponent implements OnInit, OnChan
|
|
|
2671
2757
|
scrollElement: _angular_core.InputSignal<HTMLElement | null | undefined>;
|
|
2672
2758
|
isLoading: _angular_core.InputSignal<boolean | undefined>;
|
|
2673
2759
|
forDemo: _angular_core.InputSignal<boolean>;
|
|
2760
|
+
maxAccessibleStepId: _angular_core.InputSignal<JourneyStepIdEnum | undefined>;
|
|
2674
2761
|
stepClick: _angular_core.OutputEmitterRef<number>;
|
|
2675
2762
|
nextStepClick: _angular_core.OutputEmitterRef<void>;
|
|
2676
2763
|
private readonly COLLAPSE_THRESHOLD;
|
|
@@ -2695,7 +2782,7 @@ declare class SymphiqProfileAnalysisDashboardComponent implements OnInit, OnChan
|
|
|
2695
2782
|
protected isFocusAreaAnalysis: _angular_core.Signal<boolean>;
|
|
2696
2783
|
protected isMetricAnalysis: _angular_core.Signal<boolean>;
|
|
2697
2784
|
protected isShopAnalysis: _angular_core.Signal<boolean>;
|
|
2698
|
-
protected currentStepId: _angular_core.Signal<
|
|
2785
|
+
protected currentStepId: _angular_core.Signal<JourneyStepIdEnum.SHOP_ANALYSIS | JourneyStepIdEnum.FOCUS_AREA_ANALYSIS | JourneyStepIdEnum.METRIC_ANALYSIS>;
|
|
2699
2786
|
focusAreaDomain: _angular_core.Signal<FocusAreaDomainEnum | undefined>;
|
|
2700
2787
|
protected focusAreaName: _angular_core.Signal<string>;
|
|
2701
2788
|
protected metricName: _angular_core.Signal<string>;
|
|
@@ -2839,7 +2926,7 @@ declare class SymphiqProfileAnalysisDashboardComponent implements OnInit, OnChan
|
|
|
2839
2926
|
protected onCriticalGapsClick(summary: ExecutiveSummaryInterface): void;
|
|
2840
2927
|
protected scrollToQuickWins(): void;
|
|
2841
2928
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SymphiqProfileAnalysisDashboardComponent, never>;
|
|
2842
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SymphiqProfileAnalysisDashboardComponent, "symphiq-profile-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; }; "analysisType": { "alias": "analysisType"; "required": false; "isSignal": true; }; "focusAreaDetails": { "alias": "focusAreaDetails"; "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; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "forDemo": { "alias": "forDemo"; "required": false; "isSignal": true; }; }, { "stepClick": "stepClick"; "nextStepClick": "nextStepClick"; }, never, never, true, never>;
|
|
2929
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SymphiqProfileAnalysisDashboardComponent, "symphiq-profile-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; }; "analysisType": { "alias": "analysisType"; "required": false; "isSignal": true; }; "focusAreaDetails": { "alias": "focusAreaDetails"; "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; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "forDemo": { "alias": "forDemo"; "required": false; "isSignal": true; }; "maxAccessibleStepId": { "alias": "maxAccessibleStepId"; "required": false; "isSignal": true; }; }, { "stepClick": "stepClick"; "nextStepClick": "nextStepClick"; }, never, never, true, never>;
|
|
2843
2930
|
}
|
|
2844
2931
|
|
|
2845
2932
|
declare class ShopWelcomeBannerComponent {
|
|
@@ -2941,25 +3028,25 @@ declare class MetricExecutiveSummaryComponent {
|
|
|
2941
3028
|
protected isDark: _angular_core.Signal<boolean>;
|
|
2942
3029
|
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">;
|
|
2943
3030
|
protected titleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
2944
|
-
protected textClasses: _angular_core.Signal<"text-slate-
|
|
3031
|
+
protected textClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
2945
3032
|
protected iconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
2946
3033
|
protected healthBadgeClasses: _angular_core.Signal<string>;
|
|
2947
3034
|
protected pacingBadgeClasses: _angular_core.Signal<string>;
|
|
2948
3035
|
protected metricCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
|
|
2949
3036
|
protected metricLabelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
2950
3037
|
protected metricValueClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
2951
|
-
protected yoyChangeClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400" | "text-emerald-
|
|
3038
|
+
protected yoyChangeClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400" | "text-emerald-600" | "text-emerald-400" | "text-red-600" | "text-red-400">;
|
|
2952
3039
|
protected getYoyIcon(): string;
|
|
2953
3040
|
protected getPacingValueClasses(): string;
|
|
2954
3041
|
protected getHealthValueClasses(): string;
|
|
2955
3042
|
protected narrativeClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-600/20">;
|
|
2956
|
-
protected narrativeTitleClasses: _angular_core.Signal<"text-slate-
|
|
3043
|
+
protected narrativeTitleClasses: _angular_core.Signal<"text-slate-200" | "text-slate-800">;
|
|
2957
3044
|
protected narrativeTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
2958
3045
|
protected sectionTitleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
2959
3046
|
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">;
|
|
2960
3047
|
protected priorityNumberClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-300" | "bg-blue-100 text-blue-800">;
|
|
2961
3048
|
protected priorityTitleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
2962
|
-
protected priorityTextClasses: _angular_core.Signal<"text-slate-
|
|
3049
|
+
protected priorityTextClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
2963
3050
|
protected impactBoxClasses: _angular_core.Signal<"bg-slate-800/30 border border-slate-700/30" | "bg-slate-50/50 border border-slate-200">;
|
|
2964
3051
|
protected impactLabelClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
2965
3052
|
protected impactTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
@@ -3117,22 +3204,22 @@ declare class SearchModalComponent {
|
|
|
3117
3204
|
getTypeIconBgClass(type: string): string;
|
|
3118
3205
|
getTypeIconClass(type: string): string;
|
|
3119
3206
|
getTypeBadgeText(result: BusinessSearchResult): string;
|
|
3120
|
-
containerClass: _angular_core.Signal<"bg-
|
|
3207
|
+
containerClass: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800 border border-slate-700">;
|
|
3121
3208
|
inputClass: _angular_core.Signal<"bg-white text-slate-900 placeholder-slate-400" | "bg-slate-800 text-white placeholder-slate-500">;
|
|
3122
3209
|
iconClass: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
|
|
3123
3210
|
clearButtonClass: _angular_core.Signal<"bg-slate-100 text-slate-600 hover:bg-slate-200" | "bg-slate-700 text-slate-300 hover:bg-slate-600">;
|
|
3124
3211
|
closeButtonClass: _angular_core.Signal<"text-slate-400 hover:text-slate-600 hover:bg-slate-100" | "text-slate-500 hover:text-slate-300 hover:bg-slate-700">;
|
|
3125
|
-
resultsContainerClass: _angular_core.Signal<"border-slate-
|
|
3212
|
+
resultsContainerClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
|
|
3126
3213
|
resultTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
3127
3214
|
resultDescClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
3128
3215
|
breadcrumbClass: _angular_core.Signal<string>;
|
|
3129
3216
|
typeBadgeClass: _angular_core.Signal<"bg-slate-100 text-slate-600" | "bg-slate-700 text-slate-300">;
|
|
3130
3217
|
arrowClass: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
|
|
3131
|
-
emptyStateClass: _angular_core.Signal<"border-slate-
|
|
3218
|
+
emptyStateClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
|
|
3132
3219
|
emptyIconClass: _angular_core.Signal<"text-slate-600" | "text-slate-300">;
|
|
3133
3220
|
emptyTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
3134
3221
|
emptyDescClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
3135
|
-
shortcutsClass: _angular_core.Signal<"bg-slate-50 border-slate-
|
|
3222
|
+
shortcutsClass: _angular_core.Signal<"bg-slate-900/50 border-slate-700" | "bg-slate-50 border-slate-200">;
|
|
3136
3223
|
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">;
|
|
3137
3224
|
shortcutTextClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
3138
3225
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SearchModalComponent, never>;
|
|
@@ -3144,7 +3231,7 @@ declare class GradeBadgeComponent {
|
|
|
3144
3231
|
gradeRationale: _angular_core.InputSignal<string>;
|
|
3145
3232
|
label: _angular_core.InputSignal<string>;
|
|
3146
3233
|
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
3147
|
-
tooltipPosition: _angular_core.InputSignal<"top" | "
|
|
3234
|
+
tooltipPosition: _angular_core.InputSignal<"top" | "bottom" | "left" | "right">;
|
|
3148
3235
|
isLightMode: _angular_core.Signal<boolean>;
|
|
3149
3236
|
formattedGrade: _angular_core.Signal<string>;
|
|
3150
3237
|
shouldPulse: _angular_core.Signal<boolean>;
|
|
@@ -3233,11 +3320,11 @@ declare class ConfidenceLevelCardComponent implements OnInit, OnDestroy {
|
|
|
3233
3320
|
protected gradeBadgeContainerClasses: _angular_core.Signal<string>;
|
|
3234
3321
|
protected glowEffectClasses: _angular_core.Signal<"bg-emerald-500" | "bg-blue-500" | "bg-orange-500" | "bg-red-500">;
|
|
3235
3322
|
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)]">;
|
|
3236
|
-
protected gradeLabelClasses: _angular_core.Signal<"text-emerald-700" | "text-
|
|
3323
|
+
protected gradeLabelClasses: _angular_core.Signal<"text-emerald-700" | "text-blue-700" | "text-red-700" | "text-orange-700" | "text-red-300" | "text-emerald-300" | "text-blue-300" | "text-orange-300">;
|
|
3237
3324
|
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">;
|
|
3238
|
-
protected descriptionClasses: _angular_core.Signal<"text-slate-
|
|
3239
|
-
protected progressLabelClasses: _angular_core.Signal<"text-slate-
|
|
3240
|
-
protected progressValueClasses: _angular_core.Signal<"text-
|
|
3325
|
+
protected descriptionClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
3326
|
+
protected progressLabelClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
3327
|
+
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">;
|
|
3241
3328
|
protected progressTrackClasses: _angular_core.Signal<"bg-slate-700/50 shadow-inner" | "bg-slate-200 shadow-inner">;
|
|
3242
3329
|
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">;
|
|
3243
3330
|
protected shimmerClasses: _angular_core.Signal<string>;
|
|
@@ -3285,11 +3372,11 @@ declare class ChartContainerComponent {
|
|
|
3285
3372
|
isExpanded: _angular_core.WritableSignal<boolean>;
|
|
3286
3373
|
protected ChartTypeEnum: typeof ChartTypeEnum;
|
|
3287
3374
|
containerClass: _angular_core.Signal<"bg-white border-slate-200 hover:border-blue-300 hover:shadow-blue-100/50" | "bg-slate-800 border-slate-700 hover:border-slate-600 hover:shadow-slate-900/50">;
|
|
3288
|
-
headerClass: _angular_core.Signal<"border-slate-
|
|
3375
|
+
headerClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
|
|
3289
3376
|
titleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
3290
3377
|
descriptionClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
3291
3378
|
iconClass: _angular_core.Signal<"text-slate-400 group-hover:text-blue-500" | "text-slate-500 group-hover:text-blue-400">;
|
|
3292
|
-
chartIconClass: _angular_core.Signal<"bg-blue-
|
|
3379
|
+
chartIconClass: _angular_core.Signal<"bg-blue-100 text-blue-600" | "bg-blue-500/20 text-blue-400">;
|
|
3293
3380
|
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">;
|
|
3294
3381
|
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">;
|
|
3295
3382
|
isCollapsible: _angular_core.Signal<boolean>;
|
|
@@ -3465,7 +3552,7 @@ declare class TooltipContainerComponent {
|
|
|
3465
3552
|
isVisible: _angular_core.Signal<boolean>;
|
|
3466
3553
|
tooltipType: _angular_core.Signal<string | null>;
|
|
3467
3554
|
tooltipContent: _angular_core.Signal<string | Record<string, unknown> | undefined>;
|
|
3468
|
-
tooltipPosition: _angular_core.Signal<"
|
|
3555
|
+
tooltipPosition: _angular_core.Signal<"top" | "bottom" | "left" | "right" | "auto">;
|
|
3469
3556
|
targetRect: _angular_core.Signal<DOMRect | null>;
|
|
3470
3557
|
mousePosition: _angular_core.Signal<{
|
|
3471
3558
|
x: number;
|
|
@@ -3721,7 +3808,7 @@ declare class OpportunityHighlightBannerComponent {
|
|
|
3721
3808
|
protected titleClasses: _angular_core.Signal<"text-amber-300" | "text-amber-900">;
|
|
3722
3809
|
protected badgeClasses: _angular_core.Signal<"bg-amber-500/30 text-amber-300" | "bg-amber-200 text-amber-800">;
|
|
3723
3810
|
protected messageClasses: _angular_core.Signal<"text-amber-700" | "text-amber-400/90">;
|
|
3724
|
-
protected chevronClasses: _angular_core.Signal<"text-amber-
|
|
3811
|
+
protected chevronClasses: _angular_core.Signal<"text-amber-600" | "text-amber-400">;
|
|
3725
3812
|
handleClick(event: Event): void;
|
|
3726
3813
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OpportunityHighlightBannerComponent, never>;
|
|
3727
3814
|
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>;
|
|
@@ -3786,9 +3873,9 @@ declare class SkeletonFocusAreaCardComponent {
|
|
|
3786
3873
|
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
3787
3874
|
protected isDark: _angular_core.Signal<boolean>;
|
|
3788
3875
|
protected iconSkeletonClasses: _angular_core.Signal<"w-12 h-12 bg-slate-700" | "w-12 h-12 bg-slate-200">;
|
|
3789
|
-
protected titleSkeletonClasses: _angular_core.Signal<"bg-slate-
|
|
3790
|
-
protected textSkeletonClasses: _angular_core.Signal<"bg-slate-
|
|
3791
|
-
protected badgeSkeletonClasses: _angular_core.Signal<"bg-slate-
|
|
3876
|
+
protected titleSkeletonClasses: _angular_core.Signal<"bg-slate-200" | "bg-slate-700">;
|
|
3877
|
+
protected textSkeletonClasses: _angular_core.Signal<"bg-slate-200" | "bg-slate-700">;
|
|
3878
|
+
protected badgeSkeletonClasses: _angular_core.Signal<"bg-slate-200" | "bg-slate-700">;
|
|
3792
3879
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SkeletonFocusAreaCardComponent, never>;
|
|
3793
3880
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SkeletonFocusAreaCardComponent, "symphiq-skeleton-focus-area-card", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
3794
3881
|
}
|
|
@@ -3797,10 +3884,10 @@ declare class SkeletonCompetitorCardComponent {
|
|
|
3797
3884
|
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
3798
3885
|
protected isDark: _angular_core.Signal<boolean>;
|
|
3799
3886
|
protected iconSkeletonClasses: _angular_core.Signal<"w-12 h-12 bg-slate-700" | "w-12 h-12 bg-slate-200">;
|
|
3800
|
-
protected titleSkeletonClasses: _angular_core.Signal<"bg-slate-
|
|
3801
|
-
protected textSkeletonClasses: _angular_core.Signal<"bg-slate-
|
|
3802
|
-
protected boxSkeletonClasses: _angular_core.Signal<"bg-slate-
|
|
3803
|
-
protected badgeSkeletonClasses: _angular_core.Signal<"bg-slate-
|
|
3887
|
+
protected titleSkeletonClasses: _angular_core.Signal<"bg-slate-200" | "bg-slate-700">;
|
|
3888
|
+
protected textSkeletonClasses: _angular_core.Signal<"bg-slate-200" | "bg-slate-700">;
|
|
3889
|
+
protected boxSkeletonClasses: _angular_core.Signal<"bg-slate-200" | "bg-slate-700">;
|
|
3890
|
+
protected badgeSkeletonClasses: _angular_core.Signal<"bg-slate-200" | "bg-slate-700">;
|
|
3804
3891
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SkeletonCompetitorCardComponent, never>;
|
|
3805
3892
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SkeletonCompetitorCardComponent, "symphiq-skeleton-competitor-card", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
3806
3893
|
}
|
|
@@ -3941,6 +4028,6 @@ declare function getCategoryColor(category: string): CategoryColorPalette;
|
|
|
3941
4028
|
*/
|
|
3942
4029
|
declare function getCategoryBadgeClasses(category: string, isDark: boolean): string;
|
|
3943
4030
|
|
|
3944
|
-
export { AreaChartComponent, BUSINESS_PROFILE, BarChartComponent, BreakdownSectionComponent, BusinessAnalysisModalComponent, BusinessProfileSearchService, ChartCardComponent, ChartContainerComponent, ChartThemeService, CircularProgressComponent, CompetitivePositioningSummaryComponent, CompetitorAnalysisCardComponent, ConfidenceLevelCardComponent, CrossDashboardRelationshipsService, FUNNEL_ANALYSIS, FloatingBackButtonComponent, FloatingTocComponent, FocusAreaDetailCardComponent, FocusAreaExecutiveSummaryComponent, FunnelOrderService, GradeBadgeComponent, HeaderScrollService, HierarchyDisplayComponent, HorizontalBarComponent, IconService, InsightCardComponent, LineChartComponent, MetricCardComponent, MetricExecutiveSummaryComponent, MetricFormatterService, MetricListItemComponent, MetricWelcomeBannerComponent, MobileBottomNavComponent, MobileFABComponent, ModalComponent, ModalService, NapkinVisualPlaceholderComponent, NavigationStateService, OpportunityHighlightBannerComponent, OverallAssessmentComponent, PROFILE_ANALYSIS_FOCUS_AREA_AFFILIATE, PROFILE_ANALYSIS_METRIC_SCREEN_PAGE_VIEWS, PROFILE_ANALYSIS_SHOP, PieChartComponent, ProfileItemCardComponent, ProfileSectionComponent, ProfileSubsectionComponent, RelatedContentSidebarComponent, ScrollDepthService, ScrollProgressBarComponent, SearchButtonComponent, SearchModalComponent, SectionDividerComponent, SectionNavigationComponent, ShadowElevationDirective, ShopPlatformEnum, ShopWelcomeBannerComponent, SkeletonBarComponent, SkeletonCardBaseComponent, SkeletonCircleComponent, SkeletonCompetitorCardComponent, SkeletonCustomerSegmentCardComponent, SkeletonFocusAreaCardComponent, SkeletonGenericCardComponent, SkeletonLoaderComponent, SkeletonPriceTierCardComponent, SkeletonProductCategoryCardComponent, SkeletonRegionCardComponent, SkeletonSeasonCardComponent, SymphiqBusinessAnalysisDashboardComponent, SymphiqConnectGaDashboardComponent, SymphiqCreateAccountDashboardComponent, SymphiqFunnelAnalysisDashboardComponent, SymphiqFunnelAnalysisPreviewComponent, SymphiqIconComponent, SymphiqProfileAnalysisDashboardComponent, SymphiqWelcomeDashboardComponent, TooltipContainerComponent, TooltipDataService, TooltipDirective, TooltipService, ViewModeService, ViewportAnimationDirective, VisualizationContainerComponent, getBadgeLabelClasses, getButtonClasses, getCategoryBadgeClasses, getCategoryColor, getCompetitiveBadgeClasses, getContainerClasses, getFooterClasses, getGradeBadgeClasses, getHeaderClasses, getInsightsBadgeClasses, getInsightsCardClasses, getMetricLabelClasses, getMetricMiniCardClasses, getMetricValueClasses, getNarrativeTextClasses, getRevenueCardClasses, getRevenueIconClasses, getStatusBadgeClasses, getStatusDotClasses, getStatusIconClasses, getStatusSummaryClasses, getSubtitleClasses, getTitleClasses, getTrendClasses, getTrendIconClasses, getTrendValueClasses, isLightMode };
|
|
3945
|
-
export type { AnimationType, BusinessInsightDetailModalData, BusinessSearchResult, CategoryColorPalette, CategoryDetailModalData, ChartThemeColors, CreateAccountData, CriticalGapDetailModalData, CriticalGapsListModalData, CrossDashboardRelationships, FocusAreaGapDetailModalData, FocusAreaGapsListModalData, FocusAreaOpportunitiesListModalData, FocusAreaOpportunityDetailModalData, FocusAreaStrengthDetailModalData, FocusAreaStrengthsListModalData, FunnelMetricOrder, FunnelStrengthDetailModalData, FunnelStrengthInterface, FunnelStrengthsListModalData, FunnelWeaknessDetailModalData, FunnelWeaknessInterface, FunnelWeaknessesListModalData, GapDetailModalData, GoalBusinessInsightsListModalData, GoalDetailModalData, GoalInsightsListModalData, GoalObjectivesModalData, HeaderScrollConfig, ItemDetailModalData, KeyStrengthDetailModalData, KeyStrengthsListModalData, LayoutMode, Metric, MetricsListModalData, ModalState, NavSection, NavigationState, ObjectiveStrategiesModalData, OpportunityDetailModalData, RecommendationBusinessInsightsListModalData, RecommendationInsightsListModalData, RelatedBusinessContent, RelatedFunnelContent, ScrollBaseCustomEvent, ScrollBaseDetail, ScrollCustomEvent, ScrollDepthInfo, ScrollDetail, SemanticColors, ShadowLevel, StrategyRecommendationsModalData, StrengthDetailModalData, ThemeColorContext, ThemeMode, TooltipPosition, TooltipState, TooltipType, TopPrioritiesListModalData, TopPriorityDetailModalData, TopPriorityInterface, ViewMode, ViewportBounds, VisualizationData, VisualizationType };
|
|
4031
|
+
export { AreaChartComponent, BUSINESS_PROFILE, BarChartComponent, BreakdownSectionComponent, BusinessAnalysisModalComponent, BusinessProfileSearchService, ChartCardComponent, ChartContainerComponent, ChartThemeService, CircularProgressComponent, CompetitivePositioningSummaryComponent, CompetitorAnalysisCardComponent, ConfidenceLevelCardComponent, CrossDashboardRelationshipsService, FUNNEL_ANALYSIS, FloatingBackButtonComponent, FloatingTocComponent, FocusAreaDetailCardComponent, FocusAreaExecutiveSummaryComponent, FunnelOrderService, GradeBadgeComponent, HeaderScrollService, HierarchyDisplayComponent, HorizontalBarComponent, IconService, InsightCardComponent, JourneyProgressIndicatorComponent, JourneyStepIdEnum, LineChartComponent, MetricCardComponent, MetricExecutiveSummaryComponent, MetricFormatterService, MetricListItemComponent, MetricWelcomeBannerComponent, MobileBottomNavComponent, MobileFABComponent, ModalComponent, ModalService, NapkinVisualPlaceholderComponent, NavigationStateService, OpportunityHighlightBannerComponent, OverallAssessmentComponent, PROFILE_ANALYSIS_FOCUS_AREA_AFFILIATE, PROFILE_ANALYSIS_METRIC_SCREEN_PAGE_VIEWS, PROFILE_ANALYSIS_SHOP, PieChartComponent, ProfileItemCardComponent, ProfileSectionComponent, ProfileSubsectionComponent, RelatedContentSidebarComponent, ScrollDepthService, ScrollProgressBarComponent, SearchButtonComponent, SearchModalComponent, SectionDividerComponent, SectionNavigationComponent, ShadowElevationDirective, ShopPlatformEnum, ShopWelcomeBannerComponent, SkeletonBarComponent, SkeletonCardBaseComponent, SkeletonCircleComponent, SkeletonCompetitorCardComponent, SkeletonCustomerSegmentCardComponent, SkeletonFocusAreaCardComponent, SkeletonGenericCardComponent, SkeletonLoaderComponent, SkeletonPriceTierCardComponent, SkeletonProductCategoryCardComponent, SkeletonRegionCardComponent, SkeletonSeasonCardComponent, SymphiqBusinessAnalysisDashboardComponent, SymphiqConnectGaDashboardComponent, SymphiqCreateAccountDashboardComponent, SymphiqFunnelAnalysisDashboardComponent, SymphiqFunnelAnalysisPreviewComponent, SymphiqIconComponent, SymphiqProfileAnalysisDashboardComponent, SymphiqWelcomeDashboardComponent, TooltipContainerComponent, TooltipDataService, TooltipDirective, TooltipService, ViewModeService, ViewportAnimationDirective, VisualizationContainerComponent, getBadgeLabelClasses, getButtonClasses, getCategoryBadgeClasses, getCategoryColor, getCompetitiveBadgeClasses, getContainerClasses, getFooterClasses, getGradeBadgeClasses, getHeaderClasses, getInsightsBadgeClasses, getInsightsCardClasses, getMetricLabelClasses, getMetricMiniCardClasses, getMetricValueClasses, getNarrativeTextClasses, getRevenueCardClasses, getRevenueIconClasses, getStatusBadgeClasses, getStatusDotClasses, getStatusIconClasses, getStatusSummaryClasses, getSubtitleClasses, getTitleClasses, getTrendClasses, getTrendIconClasses, getTrendValueClasses, isLightMode };
|
|
4032
|
+
export type { AnimationType, BusinessInsightDetailModalData, BusinessSearchResult, CategoryColorPalette, CategoryDetailModalData, ChartThemeColors, CreateAccountData, CriticalGapDetailModalData, CriticalGapsListModalData, CrossDashboardRelationships, FocusAreaGapDetailModalData, FocusAreaGapsListModalData, FocusAreaOpportunitiesListModalData, FocusAreaOpportunityDetailModalData, FocusAreaStrengthDetailModalData, FocusAreaStrengthsListModalData, FunnelMetricOrder, FunnelStrengthDetailModalData, FunnelStrengthInterface, FunnelStrengthsListModalData, FunnelWeaknessDetailModalData, FunnelWeaknessInterface, FunnelWeaknessesListModalData, GapDetailModalData, GoalBusinessInsightsListModalData, GoalDetailModalData, GoalInsightsListModalData, GoalObjectivesModalData, HeaderScrollConfig, ItemDetailModalData, JourneyStep$1 as JourneyStep, KeyStrengthDetailModalData, KeyStrengthsListModalData, LayoutMode, Metric, MetricsListModalData, ModalState, NavSection, NavigationState, ObjectiveStrategiesModalData, OpportunityDetailModalData, RecommendationBusinessInsightsListModalData, RecommendationInsightsListModalData, RelatedBusinessContent, RelatedFunnelContent, ScrollBaseCustomEvent, ScrollBaseDetail, ScrollCustomEvent, ScrollDepthInfo, ScrollDetail, SemanticColors, ShadowLevel, StrategyRecommendationsModalData, StrengthDetailModalData, ThemeColorContext, ThemeMode, TooltipPosition, TooltipState, TooltipType, TopPrioritiesListModalData, TopPriorityDetailModalData, TopPriorityInterface, ViewMode, ViewportBounds, VisualizationData, VisualizationType };
|
|
3946
4033
|
//# sourceMappingURL=index.d.ts.map
|