@eric-emg/symphiq-components 1.2.151 → 1.2.152
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 +2539 -1125
- package/fesm2022/symphiq-components.mjs.map +1 -1
- package/index.d.ts +157 -46
- package/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/styles.css +59 -0
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, BreakdownMetricInterface, UserInterface, FunnelAnalysisInterface, PerformanceOverviewStructuredV3Interface, OverallAssessmentInterface, AiDynamicContentStatusEnum, ProfileItemTypeEnum, IconObjectInterface as IconObjectInterface$1, NapkinVisualInterface, HierarchyDataInterface, ProfileAnalysisInterface, ProfileAnalysisTypeEnum,
|
|
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, FocusAreaDetailInterface, FocusAreaDomainEnum, FocusAreaDetailStatusEnum, AiDynamicContentStatusEnum, ProfileItemTypeEnum, IconObjectInterface as IconObjectInterface$1, NapkinVisualInterface, HierarchyDataInterface, ProfileAnalysisInterface, ProfileAnalysisTypeEnum, IconSourceEnum, ProfileAnalysisSectionV3Interface, ExecutiveSummaryInterface, FocusAreaExecutiveSummaryInterface, MetricExecutiveSummaryInterface, ChartTypeEnum, ItemStatusInterface } 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';
|
|
@@ -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;
|
|
@@ -1372,10 +1372,10 @@ declare class SymphiqFunnelAnalysisDashboardComponent implements AfterViewInit {
|
|
|
1372
1372
|
*/
|
|
1373
1373
|
private chartsById;
|
|
1374
1374
|
headerClass: _angular_core.Signal<string>;
|
|
1375
|
-
headerTitleClass: _angular_core.Signal<"text-
|
|
1376
|
-
headerSubtitleClass: _angular_core.Signal<"text-slate-
|
|
1377
|
-
metaLabelClass: _angular_core.Signal<"text-slate-
|
|
1378
|
-
sectionTitleClass: _angular_core.Signal<"text-
|
|
1375
|
+
headerTitleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
|
|
1376
|
+
headerSubtitleClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
1377
|
+
metaLabelClass: _angular_core.Signal<"text-slate-500" | "text-slate-600">;
|
|
1378
|
+
sectionTitleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
|
|
1379
1379
|
selectClass: _angular_core.Signal<"bg-white text-slate-900 border-slate-300 hover:border-blue-400 transition-all duration-200" | "bg-slate-700 text-white border-slate-600 hover:border-slate-500 transition-all duration-200">;
|
|
1380
1380
|
sortButtonClass: _angular_core.Signal<"bg-white text-slate-900 border border-slate-300 hover:bg-blue-50 hover:border-blue-400 hover:text-blue-600 transition-all duration-200" | "bg-slate-700 text-white border border-slate-600 hover:bg-slate-600 hover:border-slate-500 transition-all duration-200">;
|
|
1381
1381
|
formattedGeneratedDate: _angular_core.Signal<string | null>;
|
|
@@ -1538,7 +1538,7 @@ declare class MetricCardComponent {
|
|
|
1538
1538
|
competitiveScoreBadgeLightClass: _angular_core.Signal<string>;
|
|
1539
1539
|
competitiveScoreBadgeDarkClass: _angular_core.Signal<string>;
|
|
1540
1540
|
competitiveScoreBadgeClass: _angular_core.Signal<string>;
|
|
1541
|
-
competitiveScoreTextClass: _angular_core.Signal<"
|
|
1541
|
+
competitiveScoreTextClass: _angular_core.Signal<"text-blue-400" | "text-emerald-600" | "" | "text-blue-700" | "text-orange-600">;
|
|
1542
1542
|
competitiveComparisonDefaultClass: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
|
|
1543
1543
|
competitiveComparisonClass: _angular_core.Signal<"text-slate-300" | "text-slate-700" | "text-emerald-600 font-semibold" | "text-orange-600 font-semibold">;
|
|
1544
1544
|
getCompetitiveScoreIcon(): string;
|
|
@@ -1781,10 +1781,10 @@ declare class OverallAssessmentComponent {
|
|
|
1781
1781
|
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">;
|
|
1782
1782
|
lightModeTrendIconClass: _angular_core.Signal<"text-emerald-600" | "text-red-600">;
|
|
1783
1783
|
darkModeTrendIconClass: _angular_core.Signal<"text-emerald-400" | "text-red-400">;
|
|
1784
|
-
trendIconClass: _angular_core.Signal<"text-emerald-400" | "text-emerald-600" | "text-red-
|
|
1784
|
+
trendIconClass: _angular_core.Signal<"text-emerald-400" | "text-emerald-600" | "text-red-600" | "text-red-400">;
|
|
1785
1785
|
lightModeTrendValueClass: _angular_core.Signal<"text-emerald-600" | "text-red-600">;
|
|
1786
1786
|
darkModeTrendValueClass: _angular_core.Signal<"text-emerald-400" | "text-red-400">;
|
|
1787
|
-
trendValueClass: _angular_core.Signal<"text-emerald-400" | "text-emerald-600" | "text-red-
|
|
1787
|
+
trendValueClass: _angular_core.Signal<"text-emerald-400" | "text-emerald-600" | "text-red-600" | "text-red-400">;
|
|
1788
1788
|
formattedRevenueTrend: _angular_core.Signal<string>;
|
|
1789
1789
|
formattedRevenueTarget: _angular_core.Signal<string>;
|
|
1790
1790
|
hasRevenuePacing: _angular_core.Signal<boolean>;
|
|
@@ -2106,7 +2106,7 @@ declare class SymphiqFunnelAnalysisPreviewComponent {
|
|
|
2106
2106
|
competitiveTooltip: _angular_core.Signal<{
|
|
2107
2107
|
industry: string;
|
|
2108
2108
|
metricBenchmark: string;
|
|
2109
|
-
competitiveScore: "LEADING" | "
|
|
2109
|
+
competitiveScore: "LEADING" | "COMPETITIVE" | "LAGGING";
|
|
2110
2110
|
description: string;
|
|
2111
2111
|
keyOpportunities: string;
|
|
2112
2112
|
}>;
|
|
@@ -2232,6 +2232,7 @@ interface CreateAccountData {
|
|
|
2232
2232
|
shopPlatform: ShopPlatformEnum;
|
|
2233
2233
|
otherPlatformName?: string;
|
|
2234
2234
|
companyName: string;
|
|
2235
|
+
focusAreaDetails?: FocusAreaDetailInterface[];
|
|
2235
2236
|
}
|
|
2236
2237
|
declare class SymphiqCreateAccountDashboardComponent implements AfterViewInit, OnDestroy {
|
|
2237
2238
|
embedded: _angular_core.InputSignal<boolean>;
|
|
@@ -2260,7 +2261,26 @@ declare class SymphiqCreateAccountDashboardComponent implements AfterViewInit, O
|
|
|
2260
2261
|
private originalFormValue;
|
|
2261
2262
|
protected ShopPlatformEnum: typeof ShopPlatformEnum;
|
|
2262
2263
|
protected JourneyStepIdEnum: typeof JourneyStepIdEnum;
|
|
2264
|
+
protected FocusAreaDomainEnum: typeof FocusAreaDomainEnum;
|
|
2265
|
+
protected FocusAreaDetailStatusEnum: typeof FocusAreaDetailStatusEnum;
|
|
2263
2266
|
protected accountForm: FormGroup;
|
|
2267
|
+
protected focusAreasEditMode: _angular_core.WritableSignal<boolean>;
|
|
2268
|
+
protected toolsModalOpen: _angular_core.WritableSignal<boolean>;
|
|
2269
|
+
protected currentEditingFocusArea: _angular_core.WritableSignal<FocusAreaDomainEnum | null>;
|
|
2270
|
+
protected focusAreasMap: _angular_core.WritableSignal<Map<FocusAreaDomainEnum, {
|
|
2271
|
+
status: FocusAreaDetailStatusEnum | null;
|
|
2272
|
+
tools: string[];
|
|
2273
|
+
}>>;
|
|
2274
|
+
private originalFocusAreasMap;
|
|
2275
|
+
protected allFocusAreaDomains: _angular_core.WritableSignal<FocusAreaDomainEnum[]>;
|
|
2276
|
+
protected totalFocusAreas: _angular_core.Signal<number>;
|
|
2277
|
+
protected focusAreasAnswered: _angular_core.Signal<number>;
|
|
2278
|
+
protected allFocusAreasAnswered: _angular_core.Signal<boolean>;
|
|
2279
|
+
protected currentEditingFocusAreaTitle: _angular_core.Signal<string>;
|
|
2280
|
+
protected currentEditingTools: _angular_core.Signal<string[]>;
|
|
2281
|
+
protected engagedFocusAreas: _angular_core.Signal<FocusAreaDetailInterface[]>;
|
|
2282
|
+
protected interestedFocusAreas: _angular_core.Signal<FocusAreaDetailInterface[]>;
|
|
2283
|
+
protected notInterestedFocusAreas: _angular_core.Signal<FocusAreaDetailInterface[]>;
|
|
2264
2284
|
constructor();
|
|
2265
2285
|
onScroll(): void;
|
|
2266
2286
|
ngAfterViewInit(): void;
|
|
@@ -2273,6 +2293,20 @@ declare class SymphiqCreateAccountDashboardComponent implements AfterViewInit, O
|
|
|
2273
2293
|
protected isFormValid(): boolean;
|
|
2274
2294
|
protected isButtonEnabled(): boolean;
|
|
2275
2295
|
protected handleContinue(): void;
|
|
2296
|
+
protected handleSaveFocusAreas(): void;
|
|
2297
|
+
private initializeFocusAreasMap;
|
|
2298
|
+
private loadFocusAreasFromData;
|
|
2299
|
+
private getFocusAreaDetailsFromMap;
|
|
2300
|
+
protected getFocusAreaStatus(domain: FocusAreaDomainEnum): FocusAreaDetailStatusEnum | null;
|
|
2301
|
+
protected getFocusAreaTools(domain: FocusAreaDomainEnum): string[];
|
|
2302
|
+
protected getFocusAreaTitle(domain: FocusAreaDomainEnum): string;
|
|
2303
|
+
protected getFocusAreaDescription(domain: FocusAreaDomainEnum): string;
|
|
2304
|
+
protected onFocusAreaStatusChange(domain: FocusAreaDomainEnum, status: FocusAreaDetailStatusEnum): void;
|
|
2305
|
+
protected onFocusAreaToolsClick(domain: FocusAreaDomainEnum): void;
|
|
2306
|
+
protected onToolsModalClose(): void;
|
|
2307
|
+
protected onToolsModalSave(tools: string[]): void;
|
|
2308
|
+
protected enableFocusAreasEditMode(): void;
|
|
2309
|
+
protected cancelFocusAreasEditMode(): void;
|
|
2276
2310
|
protected isLightMode(): boolean;
|
|
2277
2311
|
protected getContainerClasses(): string;
|
|
2278
2312
|
protected getHeaderClasses(): string;
|
|
@@ -2299,10 +2333,87 @@ declare class SymphiqCreateAccountDashboardComponent implements AfterViewInit, O
|
|
|
2299
2333
|
protected stickyButtonContainerClasses(): string;
|
|
2300
2334
|
protected cancelButtonClasses(): string;
|
|
2301
2335
|
protected continueButtonClasses(): string;
|
|
2336
|
+
protected progressBadgeClasses(): string;
|
|
2337
|
+
protected dividerClasses(): string;
|
|
2338
|
+
protected groupTitleClasses(type: 'engaged' | 'interested' | 'not-interested'): string;
|
|
2339
|
+
protected focusAreaViewCardClasses(type: 'engaged' | 'interested' | 'not-interested'): string;
|
|
2340
|
+
protected focusAreaViewTitleClasses(): string;
|
|
2341
|
+
protected focusAreaViewTitleSmallClasses(): string;
|
|
2342
|
+
protected statusBadgeClasses(type: 'engaged' | 'interested' | 'not-interested'): string;
|
|
2343
|
+
protected toolsLabelViewClasses(): string;
|
|
2344
|
+
protected toolChipViewClasses(): string;
|
|
2345
|
+
protected validationMessageClasses(): string;
|
|
2302
2346
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SymphiqCreateAccountDashboardComponent, never>;
|
|
2303
2347
|
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; }; }, { "onCreateAccount": "onCreateAccount"; "stepClick": "stepClick"; "nextStepClick": "nextStepClick"; }, never, never, true, never>;
|
|
2304
2348
|
}
|
|
2305
2349
|
|
|
2350
|
+
declare class FocusAreaQuestionComponent {
|
|
2351
|
+
focusAreaDomain: _angular_core.InputSignal<FocusAreaDomainEnum>;
|
|
2352
|
+
selectedStatus: _angular_core.InputSignal<FocusAreaDetailStatusEnum | null>;
|
|
2353
|
+
selectedTools: _angular_core.InputSignal<string[] | null>;
|
|
2354
|
+
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
2355
|
+
title: _angular_core.InputSignal<string>;
|
|
2356
|
+
description: _angular_core.InputSignal<string>;
|
|
2357
|
+
isAnswered: _angular_core.Signal<boolean>;
|
|
2358
|
+
statusChange: _angular_core.OutputEmitterRef<FocusAreaDetailStatusEnum>;
|
|
2359
|
+
toolsClick: _angular_core.OutputEmitterRef<void>;
|
|
2360
|
+
protected FocusAreaDetailStatusEnum: typeof FocusAreaDetailStatusEnum;
|
|
2361
|
+
protected isLightMode(): boolean;
|
|
2362
|
+
protected onStatusChange(status: FocusAreaDetailStatusEnum): void;
|
|
2363
|
+
protected onToolsClick(): void;
|
|
2364
|
+
protected containerClasses(): string;
|
|
2365
|
+
protected contentClasses(): string;
|
|
2366
|
+
protected titleClasses(): string;
|
|
2367
|
+
protected descriptionClasses(): string;
|
|
2368
|
+
protected notAnsweredBadgeClasses(): string;
|
|
2369
|
+
protected radioOptionClasses(status: FocusAreaDetailStatusEnum): string;
|
|
2370
|
+
protected radioIndicatorClasses(status: FocusAreaDetailStatusEnum): string;
|
|
2371
|
+
protected radioLabelClasses(status: FocusAreaDetailStatusEnum): string;
|
|
2372
|
+
protected radioDescriptionClasses(): string;
|
|
2373
|
+
protected toolsLabelClasses(): string;
|
|
2374
|
+
protected toolsButtonClasses(): string;
|
|
2375
|
+
protected toolChipClasses(): string;
|
|
2376
|
+
protected placeholderClasses(): string;
|
|
2377
|
+
protected editIconClasses(): string;
|
|
2378
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FocusAreaQuestionComponent, never>;
|
|
2379
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FocusAreaQuestionComponent, "symphiq-focus-area-question", never, { "focusAreaDomain": { "alias": "focusAreaDomain"; "required": true; "isSignal": true; }; "selectedStatus": { "alias": "selectedStatus"; "required": false; "isSignal": true; }; "selectedTools": { "alias": "selectedTools"; "required": false; "isSignal": true; }; "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": true; "isSignal": true; }; "description": { "alias": "description"; "required": true; "isSignal": true; }; }, { "statusChange": "statusChange"; "toolsClick": "toolsClick"; }, never, never, true, never>;
|
|
2380
|
+
}
|
|
2381
|
+
|
|
2382
|
+
declare class FocusAreaToolsModalComponent {
|
|
2383
|
+
isOpen: _angular_core.InputSignal<boolean>;
|
|
2384
|
+
focusAreaDomain: _angular_core.InputSignal<FocusAreaDomainEnum>;
|
|
2385
|
+
focusAreaTitle: _angular_core.InputSignal<string>;
|
|
2386
|
+
selectedTools: _angular_core.InputSignal<string[]>;
|
|
2387
|
+
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
2388
|
+
close: _angular_core.OutputEmitterRef<void>;
|
|
2389
|
+
save: _angular_core.OutputEmitterRef<string[]>;
|
|
2390
|
+
protected selectedPredefinedTools: _angular_core.WritableSignal<Set<string>>;
|
|
2391
|
+
protected otherToolsText: _angular_core.WritableSignal<string>;
|
|
2392
|
+
protected predefinedTools: _angular_core.WritableSignal<string[]>;
|
|
2393
|
+
constructor();
|
|
2394
|
+
onEscapeKey(): void;
|
|
2395
|
+
protected isLightMode(): boolean;
|
|
2396
|
+
protected isToolSelected(tool: string): boolean;
|
|
2397
|
+
protected onToolToggle(tool: string, event: Event): void;
|
|
2398
|
+
protected onBackdropClick(): void;
|
|
2399
|
+
protected onClose(): void;
|
|
2400
|
+
protected onSave(): void;
|
|
2401
|
+
protected backdropClasses(): string;
|
|
2402
|
+
protected containerClasses(): string;
|
|
2403
|
+
protected headerClasses(): string;
|
|
2404
|
+
protected titleClasses(): string;
|
|
2405
|
+
protected closeButtonClasses(): string;
|
|
2406
|
+
protected labelClasses(): string;
|
|
2407
|
+
protected checkboxClasses(): string;
|
|
2408
|
+
protected checkboxLabelClasses(): string;
|
|
2409
|
+
protected textareaClasses(): string;
|
|
2410
|
+
protected footerClasses(): string;
|
|
2411
|
+
protected cancelButtonClasses(): string;
|
|
2412
|
+
protected saveButtonClasses(): string;
|
|
2413
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FocusAreaToolsModalComponent, never>;
|
|
2414
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FocusAreaToolsModalComponent, "symphiq-focus-area-tools-modal", never, { "isOpen": { "alias": "isOpen"; "required": false; "isSignal": true; }; "focusAreaDomain": { "alias": "focusAreaDomain"; "required": true; "isSignal": true; }; "focusAreaTitle": { "alias": "focusAreaTitle"; "required": true; "isSignal": true; }; "selectedTools": { "alias": "selectedTools"; "required": false; "isSignal": true; }; "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; }, { "close": "close"; "save": "save"; }, never, never, true, never>;
|
|
2415
|
+
}
|
|
2416
|
+
|
|
2306
2417
|
declare class SymphiqConnectGaDashboardComponent implements AfterViewInit, OnDestroy {
|
|
2307
2418
|
embedded: _angular_core.InputSignal<boolean>;
|
|
2308
2419
|
parentHeaderOffset: _angular_core.InputSignal<number>;
|
|
@@ -3050,15 +3161,15 @@ declare class MetricExecutiveSummaryComponent {
|
|
|
3050
3161
|
protected healthBadgeClasses: _angular_core.Signal<string>;
|
|
3051
3162
|
protected pacingBadgeClasses: _angular_core.Signal<string>;
|
|
3052
3163
|
protected metricCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
|
|
3053
|
-
protected metricLabelClasses: _angular_core.Signal<"text-slate-
|
|
3164
|
+
protected metricLabelClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3054
3165
|
protected metricValueClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
3055
|
-
protected yoyChangeClasses: _angular_core.Signal<"text-slate-
|
|
3166
|
+
protected yoyChangeClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600" | "text-emerald-400" | "text-emerald-600" | "text-red-600" | "text-red-400">;
|
|
3056
3167
|
protected getYoyIcon(): string;
|
|
3057
3168
|
protected getPacingValueClasses(): string;
|
|
3058
3169
|
protected getHealthValueClasses(): string;
|
|
3059
3170
|
protected narrativeClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-600/20">;
|
|
3060
|
-
protected narrativeTitleClasses: _angular_core.Signal<"text-slate-
|
|
3061
|
-
protected narrativeTextClasses: _angular_core.Signal<"text-slate-
|
|
3171
|
+
protected narrativeTitleClasses: _angular_core.Signal<"text-slate-200" | "text-slate-800">;
|
|
3172
|
+
protected narrativeTextClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3062
3173
|
protected sectionTitleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
3063
3174
|
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">;
|
|
3064
3175
|
protected priorityNumberClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-300" | "bg-blue-100 text-blue-800">;
|
|
@@ -3066,11 +3177,11 @@ declare class MetricExecutiveSummaryComponent {
|
|
|
3066
3177
|
protected priorityTextClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
|
|
3067
3178
|
protected impactBoxClasses: _angular_core.Signal<"bg-slate-800/30 border border-slate-700/30" | "bg-slate-50/50 border border-slate-200">;
|
|
3068
3179
|
protected impactLabelClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
3069
|
-
protected impactTextClasses: _angular_core.Signal<"text-slate-
|
|
3180
|
+
protected impactTextClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3070
3181
|
protected quickWinCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
|
|
3071
3182
|
protected numberBadgeClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-300" | "bg-blue-100 text-blue-800">;
|
|
3072
3183
|
protected quickWinTextClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
3073
|
-
protected metaTextClasses: _angular_core.Signal<"text-slate-
|
|
3184
|
+
protected metaTextClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3074
3185
|
protected getEffortBadgeClasses(effort: string | undefined): string;
|
|
3075
3186
|
protected getImpactBadgeClasses(impact: string | undefined): string;
|
|
3076
3187
|
protected formatMetricName(name: string): string;
|
|
@@ -3223,22 +3334,22 @@ declare class SearchModalComponent {
|
|
|
3223
3334
|
getTypeBadgeText(result: BusinessSearchResult): string;
|
|
3224
3335
|
containerClass: _angular_core.Signal<"bg-slate-800 border border-slate-700" | "bg-white border border-slate-200">;
|
|
3225
3336
|
inputClass: _angular_core.Signal<"bg-white text-slate-900 placeholder-slate-400" | "bg-slate-800 text-white placeholder-slate-500">;
|
|
3226
|
-
iconClass: _angular_core.Signal<"text-slate-
|
|
3337
|
+
iconClass: _angular_core.Signal<"text-slate-500" | "text-slate-400">;
|
|
3227
3338
|
clearButtonClass: _angular_core.Signal<"bg-slate-700 text-slate-300 hover:bg-slate-600" | "bg-slate-100 text-slate-600 hover:bg-slate-200">;
|
|
3228
3339
|
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">;
|
|
3229
3340
|
resultsContainerClass: _angular_core.Signal<"border-slate-700" | "border-slate-200">;
|
|
3230
|
-
resultTitleClass: _angular_core.Signal<"text-
|
|
3231
|
-
resultDescClass: _angular_core.Signal<"text-slate-
|
|
3341
|
+
resultTitleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
|
|
3342
|
+
resultDescClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3232
3343
|
breadcrumbClass: _angular_core.Signal<string>;
|
|
3233
|
-
typeBadgeClass: _angular_core.Signal<"bg-slate-
|
|
3234
|
-
arrowClass: _angular_core.Signal<"text-slate-
|
|
3344
|
+
typeBadgeClass: _angular_core.Signal<"bg-slate-700 text-slate-300" | "bg-slate-100 text-slate-600">;
|
|
3345
|
+
arrowClass: _angular_core.Signal<"text-slate-500" | "text-slate-400">;
|
|
3235
3346
|
emptyStateClass: _angular_core.Signal<"border-slate-700" | "border-slate-200">;
|
|
3236
|
-
emptyIconClass: _angular_core.Signal<"text-slate-
|
|
3237
|
-
emptyTitleClass: _angular_core.Signal<"text-
|
|
3238
|
-
emptyDescClass: _angular_core.Signal<"text-slate-
|
|
3239
|
-
shortcutsClass: _angular_core.Signal<"bg-slate-50 border-slate-
|
|
3347
|
+
emptyIconClass: _angular_core.Signal<"text-slate-300" | "text-slate-600">;
|
|
3348
|
+
emptyTitleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
|
|
3349
|
+
emptyDescClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3350
|
+
shortcutsClass: _angular_core.Signal<"bg-slate-900/50 border-slate-700" | "bg-slate-50 border-slate-200">;
|
|
3240
3351
|
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">;
|
|
3241
|
-
shortcutTextClass: _angular_core.Signal<"text-slate-
|
|
3352
|
+
shortcutTextClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3242
3353
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SearchModalComponent, never>;
|
|
3243
3354
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SearchModalComponent, "symphiq-search-modal", never, { "isLightMode": { "alias": "isLightMode"; "required": false; "isSignal": true; }; "isOpen": { "alias": "isOpen"; "required": false; "isSignal": true; }; "searchQuery": { "alias": "searchQuery"; "required": false; "isSignal": true; }; "results": { "alias": "results"; "required": false; "isSignal": true; }; "hasResults": { "alias": "hasResults"; "required": false; "isSignal": true; }; "selectedIndex": { "alias": "selectedIndex"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; }, { "searchChange": "searchChange"; "resultSelected": "resultSelected"; "close": "close"; }, never, never, true, never>;
|
|
3244
3355
|
}
|
|
@@ -3248,7 +3359,7 @@ declare class GradeBadgeComponent {
|
|
|
3248
3359
|
gradeRationale: _angular_core.InputSignal<string>;
|
|
3249
3360
|
label: _angular_core.InputSignal<string>;
|
|
3250
3361
|
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
3251
|
-
tooltipPosition: _angular_core.InputSignal<"top" | "
|
|
3362
|
+
tooltipPosition: _angular_core.InputSignal<"top" | "bottom" | "left" | "right">;
|
|
3252
3363
|
isLightMode: _angular_core.Signal<boolean>;
|
|
3253
3364
|
formattedGrade: _angular_core.Signal<string>;
|
|
3254
3365
|
shouldPulse: _angular_core.Signal<boolean>;
|
|
@@ -3258,7 +3369,7 @@ declare class GradeBadgeComponent {
|
|
|
3258
3369
|
explanation: string;
|
|
3259
3370
|
}>;
|
|
3260
3371
|
private formatGrade;
|
|
3261
|
-
badgeLabelClass: _angular_core.Signal<"text-slate-
|
|
3372
|
+
badgeLabelClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3262
3373
|
gradeBadgeClass: _angular_core.Signal<string>;
|
|
3263
3374
|
private getGradeBadgeClassLight;
|
|
3264
3375
|
private getGradeBadgeClassDark;
|
|
@@ -3333,15 +3444,15 @@ declare class ConfidenceLevelCardComponent implements OnInit, OnDestroy {
|
|
|
3333
3444
|
protected cardContainerClasses: _angular_core.Signal<"border-2 shadow-2xl bg-slate-800/60 border-slate-700/50 backdrop-blur-xl" | "border-2 shadow-2xl bg-white/90 border-slate-200/50 backdrop-blur-xl shadow-slate-200/50">;
|
|
3334
3445
|
protected backgroundOverlayClasses: _angular_core.Signal<"bg-gradient-to-br from-emerald-500/30 via-teal-500/20 to-emerald-500/30" | "bg-gradient-to-br from-emerald-400/20 via-teal-400/10 to-emerald-400/20" | "bg-gradient-to-br from-blue-500/30 via-cyan-500/20 to-blue-500/30" | "bg-gradient-to-br from-blue-400/20 via-cyan-400/10 to-blue-400/20" | "bg-gradient-to-br from-orange-500/30 via-amber-500/20 to-orange-500/30" | "bg-gradient-to-br from-orange-400/20 via-amber-400/10 to-orange-400/20" | "bg-gradient-to-br from-red-500/30 via-rose-500/20 to-red-500/30" | "bg-gradient-to-br from-red-400/20 via-rose-400/10 to-red-400/20">;
|
|
3335
3446
|
protected titleClasses: _angular_core.Signal<"text-white" | "bg-gradient-to-r from-slate-700 to-slate-900 bg-clip-text text-transparent">;
|
|
3336
|
-
protected subtitleClasses: _angular_core.Signal<"text-slate-
|
|
3447
|
+
protected subtitleClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3337
3448
|
protected gradeBadgeContainerClasses: _angular_core.Signal<string>;
|
|
3338
3449
|
protected glowEffectClasses: _angular_core.Signal<"bg-blue-500" | "bg-emerald-500" | "bg-orange-500" | "bg-red-500">;
|
|
3339
3450
|
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)]">;
|
|
3340
|
-
protected gradeLabelClasses: _angular_core.Signal<"text-blue-300" | "text-emerald-700" | "text-
|
|
3451
|
+
protected gradeLabelClasses: _angular_core.Signal<"text-blue-300" | "text-emerald-700" | "text-emerald-300" | "text-blue-700" | "text-red-700" | "text-orange-700" | "text-red-300" | "text-orange-300">;
|
|
3341
3452
|
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">;
|
|
3342
3453
|
protected descriptionClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
|
|
3343
3454
|
protected progressLabelClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
|
|
3344
|
-
protected progressValueClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600" | "text-emerald-400" | "text-emerald-600" | "text-red-
|
|
3455
|
+
protected progressValueClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600" | "text-emerald-400" | "text-emerald-600" | "text-red-600" | "text-red-400" | "text-orange-600" | "text-orange-400">;
|
|
3345
3456
|
protected progressTrackClasses: _angular_core.Signal<"bg-slate-700/50 shadow-inner" | "bg-slate-200 shadow-inner">;
|
|
3346
3457
|
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">;
|
|
3347
3458
|
protected shimmerClasses: _angular_core.Signal<string>;
|
|
@@ -3363,12 +3474,12 @@ declare class RelatedContentSidebarComponent {
|
|
|
3363
3474
|
protected funnelInsightsCount: _angular_core.Signal<number>;
|
|
3364
3475
|
protected funnelMetricsCount: _angular_core.Signal<number>;
|
|
3365
3476
|
protected businessInsightsCount: _angular_core.Signal<number>;
|
|
3366
|
-
protected headerClasses: _angular_core.Signal<"text-slate-
|
|
3477
|
+
protected headerClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3367
3478
|
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">;
|
|
3368
3479
|
protected iconBgClasses: _angular_core.Signal<"bg-blue-100 text-blue-600" | "bg-blue-900/30 text-blue-400">;
|
|
3369
3480
|
protected iconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
3370
|
-
protected countClasses: _angular_core.Signal<"text-
|
|
3371
|
-
protected labelClasses: _angular_core.Signal<"text-slate-
|
|
3481
|
+
protected countClasses: _angular_core.Signal<"text-white" | "text-slate-900">;
|
|
3482
|
+
protected labelClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3372
3483
|
protected chevronClasses: _angular_core.Signal<"text-slate-500 group-hover:text-blue-400" | "text-slate-400 group-hover:text-blue-600">;
|
|
3373
3484
|
protected onFunnelInsightsClick(): void;
|
|
3374
3485
|
protected onFunnelMetricsClick(): void;
|
|
@@ -3389,14 +3500,14 @@ declare class ContentGenerationProgressComponent {
|
|
|
3389
3500
|
protected containerClasses: _angular_core.Signal<"bg-gradient-to-br from-slate-50 to-white" | "bg-gradient-to-br from-slate-900 to-slate-800">;
|
|
3390
3501
|
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">;
|
|
3391
3502
|
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">;
|
|
3392
|
-
protected subtitleClasses: _angular_core.Signal<"text-slate-
|
|
3503
|
+
protected subtitleClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3393
3504
|
protected progressMessageClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
|
|
3394
3505
|
protected progressBarContainerClasses: _angular_core.Signal<string>;
|
|
3395
3506
|
protected progressBarBackgroundClasses: _angular_core.Signal<"bg-slate-700" | "bg-slate-200">;
|
|
3396
3507
|
protected progressBarFillClasses: _angular_core.Signal<"bg-gradient-to-r from-blue-500 via-cyan-500 to-blue-600 shadow-lg shadow-blue-500/40" | "bg-gradient-to-r from-blue-400 via-cyan-400 to-blue-500 shadow-lg shadow-blue-400/40">;
|
|
3397
3508
|
protected dotClasses: _angular_core.Signal<"bg-blue-400 shadow-lg shadow-blue-400/60" | "bg-cyan-300 shadow-lg shadow-cyan-300/60">;
|
|
3398
3509
|
protected progressGlowClasses: _angular_core.Signal<"bg-blue-400 shadow-xl" | "bg-cyan-300 shadow-xl">;
|
|
3399
|
-
protected percentageClasses: _angular_core.Signal<"text-slate-
|
|
3510
|
+
protected percentageClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3400
3511
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ContentGenerationProgressComponent, never>;
|
|
3401
3512
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ContentGenerationProgressComponent, "symphiq-content-generation-progress", never, { "itemStatus": { "alias": "itemStatus"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "subtitle": { "alias": "subtitle"; "required": false; "isSignal": true; }; "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "showIcon": { "alias": "showIcon"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
3402
3513
|
}
|
|
@@ -3414,10 +3525,10 @@ declare class ChartContainerComponent {
|
|
|
3414
3525
|
protected ChartTypeEnum: typeof ChartTypeEnum;
|
|
3415
3526
|
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">;
|
|
3416
3527
|
headerClass: _angular_core.Signal<"border-slate-700" | "border-slate-200">;
|
|
3417
|
-
titleClass: _angular_core.Signal<"text-
|
|
3418
|
-
descriptionClass: _angular_core.Signal<"text-slate-
|
|
3528
|
+
titleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
|
|
3529
|
+
descriptionClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3419
3530
|
iconClass: _angular_core.Signal<"text-slate-400 group-hover:text-blue-500" | "text-slate-500 group-hover:text-blue-400">;
|
|
3420
|
-
chartIconClass: _angular_core.Signal<"bg-blue-
|
|
3531
|
+
chartIconClass: _angular_core.Signal<"bg-blue-100 text-blue-600" | "bg-blue-500/20 text-blue-400">;
|
|
3421
3532
|
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">;
|
|
3422
3533
|
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">;
|
|
3423
3534
|
isCollapsible: _angular_core.Signal<boolean>;
|
|
@@ -3593,7 +3704,7 @@ declare class TooltipContainerComponent {
|
|
|
3593
3704
|
isVisible: _angular_core.Signal<boolean>;
|
|
3594
3705
|
tooltipType: _angular_core.Signal<string | null>;
|
|
3595
3706
|
tooltipContent: _angular_core.Signal<string | Record<string, unknown> | undefined>;
|
|
3596
|
-
tooltipPosition: _angular_core.Signal<"
|
|
3707
|
+
tooltipPosition: _angular_core.Signal<"top" | "auto" | "bottom" | "left" | "right">;
|
|
3597
3708
|
targetRect: _angular_core.Signal<DOMRect | null>;
|
|
3598
3709
|
mousePosition: _angular_core.Signal<{
|
|
3599
3710
|
x: number;
|
|
@@ -3849,7 +3960,7 @@ declare class OpportunityHighlightBannerComponent {
|
|
|
3849
3960
|
protected titleClasses: _angular_core.Signal<"text-amber-300" | "text-amber-900">;
|
|
3850
3961
|
protected badgeClasses: _angular_core.Signal<"bg-amber-500/30 text-amber-300" | "bg-amber-200 text-amber-800">;
|
|
3851
3962
|
protected messageClasses: _angular_core.Signal<"text-amber-700" | "text-amber-400/90">;
|
|
3852
|
-
protected chevronClasses: _angular_core.Signal<"text-amber-
|
|
3963
|
+
protected chevronClasses: _angular_core.Signal<"text-amber-600" | "text-amber-400">;
|
|
3853
3964
|
handleClick(event: Event): void;
|
|
3854
3965
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OpportunityHighlightBannerComponent, never>;
|
|
3855
3966
|
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>;
|
|
@@ -4069,6 +4180,6 @@ declare function getCategoryColor(category: string): CategoryColorPalette;
|
|
|
4069
4180
|
*/
|
|
4070
4181
|
declare function getCategoryBadgeClasses(category: string, isDark: boolean): string;
|
|
4071
4182
|
|
|
4072
|
-
export { AreaChartComponent, BUSINESS_PROFILE, BarChartComponent, BreakdownSectionComponent, BusinessAnalysisModalComponent, BusinessProfileSearchService, ChartCardComponent, ChartContainerComponent, ChartThemeService, CircularProgressComponent, CompetitivePositioningSummaryComponent, CompetitorAnalysisCardComponent, ConfidenceLevelCardComponent, ContentGenerationProgressComponent, 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 };
|
|
4183
|
+
export { AreaChartComponent, BUSINESS_PROFILE, BarChartComponent, BreakdownSectionComponent, BusinessAnalysisModalComponent, BusinessProfileSearchService, ChartCardComponent, ChartContainerComponent, ChartThemeService, CircularProgressComponent, CompetitivePositioningSummaryComponent, CompetitorAnalysisCardComponent, ConfidenceLevelCardComponent, ContentGenerationProgressComponent, CrossDashboardRelationshipsService, FUNNEL_ANALYSIS, FloatingBackButtonComponent, FloatingTocComponent, FocusAreaDetailCardComponent, FocusAreaExecutiveSummaryComponent, FocusAreaQuestionComponent, FocusAreaToolsModalComponent, 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 };
|
|
4073
4184
|
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 };
|
|
4074
4185
|
//# sourceMappingURL=index.d.ts.map
|