@eric-emg/symphiq-components 1.2.169 → 1.2.171
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 +3061 -938
- package/fesm2022/symphiq-components.mjs.map +1 -1
- package/index.d.ts +154 -57
- package/index.d.ts.map +1 -1
- package/package.json +2 -2
- package/styles.css +188 -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, FocusAreaDetailInterface, FocusAreaDomainEnum, FocusAreaDetailStatusEnum, GaPropertyInterface, GaAccountInterface, ItemStatusInterface, AiDynamicContentStatusEnum, ProfileItemTypeEnum, IconObjectInterface as IconObjectInterface$1, NapkinVisualInterface, HierarchyDataInterface, ProfileAnalysisInterface, ProfileAnalysisTypeEnum, IconSourceEnum, ProfileAnalysisSectionV3Interface, ExecutiveSummaryInterface, FocusAreaExecutiveSummaryInterface, MetricExecutiveSummaryInterface, ChartTypeEnum } from '@jebgem/model';
|
|
2
|
+
import { FocusAreaTopPriorityInterface, MetricTopPriorityInterface, ProfileItemInterface, ViewModeEnum, GoalV3Interface, ObjectiveV3Interface, StrategyV3Interface, OperationalCategoryInterface, CategoryStrengthInterface, CategoryGapInterface, CategoryOpportunityInterface, InsightBlockInterface, ProfileAnalysisRecommendationInterface, PerformanceMetricInterface, KeyStrengthInterface, CriticalGapInterface, AiChartInterface, ProfileAnalysisRecommendationActionStepInterface, MetricStatusEnum, TrendDirectionEnum, CompetitiveScoreEnum, ProfileSectionInterface, ProfileSubsectionInterface, ProfileInterface, BreakdownMetricInterface, UserInterface, FunnelAnalysisInterface, PerformanceOverviewStructuredV3Interface, OverallAssessmentInterface, FocusAreaDetailInterface, FocusAreaDomainEnum, FocusAreaDetailStatusEnum, GaPropertyInterface, GaAccountInterface, ShopDataLoadStatusEnum, TargetInterface, FunnelMetricInterface, UiDataInterface, ItemStatusInterface, AiDynamicContentStatusEnum, ProfileItemTypeEnum, IconObjectInterface as IconObjectInterface$1, NapkinVisualInterface, HierarchyDataInterface, ProfileAnalysisInterface, ProfileAnalysisTypeEnum, IconSourceEnum, ProfileAnalysisSectionV3Interface, ExecutiveSummaryInterface, FocusAreaExecutiveSummaryInterface, MetricExecutiveSummaryInterface, ChartTypeEnum } from '@jebgem/model';
|
|
3
3
|
export * from '@jebgem/model';
|
|
4
4
|
import * as _angular_core from '@angular/core';
|
|
5
5
|
import { OnInit, AfterViewInit, ElementRef, WritableSignal, OnDestroy, OnChanges, SimpleChanges, Renderer2 } from '@angular/core';
|
|
@@ -1391,8 +1391,8 @@ declare class SymphiqFunnelAnalysisDashboardComponent implements AfterViewInit {
|
|
|
1391
1391
|
private chartsById;
|
|
1392
1392
|
headerClass: _angular_core.Signal<string>;
|
|
1393
1393
|
headerTitleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
|
|
1394
|
-
headerSubtitleClass: _angular_core.Signal<"text-slate-
|
|
1395
|
-
metaLabelClass: _angular_core.Signal<"text-slate-
|
|
1394
|
+
headerSubtitleClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
1395
|
+
metaLabelClass: _angular_core.Signal<"text-slate-500" | "text-slate-600">;
|
|
1396
1396
|
sectionTitleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
|
|
1397
1397
|
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">;
|
|
1398
1398
|
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">;
|
|
@@ -1556,9 +1556,9 @@ declare class MetricCardComponent {
|
|
|
1556
1556
|
competitiveScoreBadgeLightClass: _angular_core.Signal<string>;
|
|
1557
1557
|
competitiveScoreBadgeDarkClass: _angular_core.Signal<string>;
|
|
1558
1558
|
competitiveScoreBadgeClass: _angular_core.Signal<string>;
|
|
1559
|
-
competitiveScoreTextClass: _angular_core.Signal<"
|
|
1560
|
-
competitiveComparisonDefaultClass: _angular_core.Signal<"text-slate-
|
|
1561
|
-
competitiveComparisonClass: _angular_core.Signal<"text-slate-
|
|
1559
|
+
competitiveScoreTextClass: _angular_core.Signal<"text-blue-400" | "text-emerald-600" | "text-blue-700" | "" | "text-orange-600">;
|
|
1560
|
+
competitiveComparisonDefaultClass: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
|
|
1561
|
+
competitiveComparisonClass: _angular_core.Signal<"text-slate-300" | "text-slate-700" | "text-emerald-600 font-semibold" | "text-orange-600 font-semibold">;
|
|
1562
1562
|
getCompetitiveScoreIcon(): string;
|
|
1563
1563
|
getCompetitiveScoreLabel(): string;
|
|
1564
1564
|
getCompetitiveScoreLabelFull(): string;
|
|
@@ -1799,10 +1799,10 @@ declare class OverallAssessmentComponent {
|
|
|
1799
1799
|
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">;
|
|
1800
1800
|
lightModeTrendIconClass: _angular_core.Signal<"text-emerald-600" | "text-red-600">;
|
|
1801
1801
|
darkModeTrendIconClass: _angular_core.Signal<"text-emerald-400" | "text-red-400">;
|
|
1802
|
-
trendIconClass: _angular_core.Signal<"text-emerald-
|
|
1802
|
+
trendIconClass: _angular_core.Signal<"text-emerald-400" | "text-emerald-600" | "text-red-600" | "text-red-400">;
|
|
1803
1803
|
lightModeTrendValueClass: _angular_core.Signal<"text-emerald-600" | "text-red-600">;
|
|
1804
1804
|
darkModeTrendValueClass: _angular_core.Signal<"text-emerald-400" | "text-red-400">;
|
|
1805
|
-
trendValueClass: _angular_core.Signal<"text-emerald-
|
|
1805
|
+
trendValueClass: _angular_core.Signal<"text-emerald-400" | "text-emerald-600" | "text-red-600" | "text-red-400">;
|
|
1806
1806
|
formattedRevenueTrend: _angular_core.Signal<string>;
|
|
1807
1807
|
formattedRevenueTarget: _angular_core.Signal<string>;
|
|
1808
1808
|
hasRevenuePacing: _angular_core.Signal<boolean>;
|
|
@@ -2526,6 +2526,74 @@ declare class SymphiqConnectGaDashboardComponent implements AfterViewInit, OnDes
|
|
|
2526
2526
|
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; }; "showNextStepAction": { "alias": "showNextStepAction"; "required": false; "isSignal": true; }; "gaProperties": { "alias": "gaProperties"; "required": false; "isSignal": true; }; "gaAccounts": { "alias": "gaAccounts"; "required": false; "isSignal": true; }; "selectedGaPropertyId": { "alias": "selectedGaPropertyId"; "required": false; "isSignal": true; }; }, { "stepClick": "stepClick"; "nextStepClick": "nextStepClick"; "googleButtonClick": "googleButtonClick"; "onPropertySelect": "onPropertySelect"; "onPropertyChange": "onPropertyChange"; }, never, never, true, never>;
|
|
2527
2527
|
}
|
|
2528
2528
|
|
|
2529
|
+
declare class SymphiqRevenueCalculatorDashboardComponent implements AfterViewInit, OnDestroy {
|
|
2530
|
+
protected headerScrollService: HeaderScrollService;
|
|
2531
|
+
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
2532
|
+
isLoading: _angular_core.InputSignal<boolean | undefined>;
|
|
2533
|
+
dataLoadStatus: _angular_core.InputSignal<ShopDataLoadStatusEnum>;
|
|
2534
|
+
targets: _angular_core.InputSignal<TargetInterface[]>;
|
|
2535
|
+
funnelMetrics: _angular_core.InputSignal<FunnelMetricInterface[]>;
|
|
2536
|
+
mainUiData: _angular_core.InputSignal<UiDataInterface | undefined>;
|
|
2537
|
+
yoyUiData: _angular_core.InputSignal<UiDataInterface | undefined>;
|
|
2538
|
+
trendUiData: _angular_core.InputSignal<UiDataInterface | undefined>;
|
|
2539
|
+
shopId: _angular_core.InputSignal<number>;
|
|
2540
|
+
embedded: _angular_core.InputSignal<boolean>;
|
|
2541
|
+
scrollEvent: _angular_core.InputSignal<ScrollCustomEvent | null | undefined>;
|
|
2542
|
+
scrollElement: _angular_core.InputSignal<HTMLElement | null | undefined>;
|
|
2543
|
+
forDemo: _angular_core.InputSignal<boolean>;
|
|
2544
|
+
maxAccessibleStepId: _angular_core.InputSignal<JourneyStepIdEnum | undefined>;
|
|
2545
|
+
stepClick: _angular_core.OutputEmitterRef<number>;
|
|
2546
|
+
nextStepClick: _angular_core.OutputEmitterRef<void>;
|
|
2547
|
+
targetsCreated: _angular_core.OutputEmitterRef<TargetInterface[]>;
|
|
2548
|
+
protected JourneyStepIdEnum: typeof JourneyStepIdEnum;
|
|
2549
|
+
protected ShopDataLoadStatusEnum: typeof ShopDataLoadStatusEnum;
|
|
2550
|
+
scrollProgress: _angular_core.WritableSignal<number>;
|
|
2551
|
+
protected isLightMode: _angular_core.Signal<boolean>;
|
|
2552
|
+
protected hasCurrentYearTargets: _angular_core.Signal<boolean>;
|
|
2553
|
+
constructor();
|
|
2554
|
+
ngAfterViewInit(): void;
|
|
2555
|
+
ngOnDestroy(): void;
|
|
2556
|
+
onWindowScroll(): void;
|
|
2557
|
+
private updateScrollProgress;
|
|
2558
|
+
protected getContainerClasses(): string;
|
|
2559
|
+
protected getHeaderClasses(): string;
|
|
2560
|
+
protected getMainTitleClasses(): string;
|
|
2561
|
+
protected getSubtitleClasses(): string;
|
|
2562
|
+
protected loadingMessageContainerClasses(): string;
|
|
2563
|
+
protected loadingMessageContentClasses(): string;
|
|
2564
|
+
protected loadingTitleClasses(): string;
|
|
2565
|
+
protected loadingTextClasses(): string;
|
|
2566
|
+
protected placeholderContainerClasses(): string;
|
|
2567
|
+
protected placeholderIconClasses(): string;
|
|
2568
|
+
protected placeholderTitleClasses(): string;
|
|
2569
|
+
protected placeholderTextClasses(): string;
|
|
2570
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SymphiqRevenueCalculatorDashboardComponent, never>;
|
|
2571
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SymphiqRevenueCalculatorDashboardComponent, "symphiq-revenue-calculator-dashboard", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "dataLoadStatus": { "alias": "dataLoadStatus"; "required": false; "isSignal": true; }; "targets": { "alias": "targets"; "required": false; "isSignal": true; }; "funnelMetrics": { "alias": "funnelMetrics"; "required": false; "isSignal": true; }; "mainUiData": { "alias": "mainUiData"; "required": false; "isSignal": true; }; "yoyUiData": { "alias": "yoyUiData"; "required": false; "isSignal": true; }; "trendUiData": { "alias": "trendUiData"; "required": false; "isSignal": true; }; "shopId": { "alias": "shopId"; "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; }; "forDemo": { "alias": "forDemo"; "required": false; "isSignal": true; }; "maxAccessibleStepId": { "alias": "maxAccessibleStepId"; "required": false; "isSignal": true; }; }, { "stepClick": "stepClick"; "nextStepClick": "nextStepClick"; "targetsCreated": "targetsCreated"; }, never, never, true, never>;
|
|
2572
|
+
}
|
|
2573
|
+
|
|
2574
|
+
declare class RevenueCalculatorWelcomeBannerComponent {
|
|
2575
|
+
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
2576
|
+
dataLoadStatus: _angular_core.InputSignal<ShopDataLoadStatusEnum>;
|
|
2577
|
+
hasTargets: _angular_core.InputSignal<boolean>;
|
|
2578
|
+
protected isDataFullyLoaded: _angular_core.Signal<boolean>;
|
|
2579
|
+
protected getNextStepsMessage(): string;
|
|
2580
|
+
protected containerClasses(): string;
|
|
2581
|
+
protected contentClasses(): string;
|
|
2582
|
+
protected iconContainerClasses(): string;
|
|
2583
|
+
protected titleClasses(): string;
|
|
2584
|
+
protected textClasses(): string;
|
|
2585
|
+
protected highlightBoxClasses(): string;
|
|
2586
|
+
protected highlightIconClasses(): string;
|
|
2587
|
+
protected highlightTitleClasses(): string;
|
|
2588
|
+
protected highlightListClasses(): string;
|
|
2589
|
+
protected nextStepsBoxClasses(): string;
|
|
2590
|
+
protected nextStepsIconClasses(): string;
|
|
2591
|
+
protected nextStepsTitleClasses(): string;
|
|
2592
|
+
protected nextStepsTextClasses(): string;
|
|
2593
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<RevenueCalculatorWelcomeBannerComponent, never>;
|
|
2594
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<RevenueCalculatorWelcomeBannerComponent, "symphiq-revenue-calculator-welcome-banner", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "dataLoadStatus": { "alias": "dataLoadStatus"; "required": false; "isSignal": true; }; "hasTargets": { "alias": "hasTargets"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2595
|
+
}
|
|
2596
|
+
|
|
2529
2597
|
declare class SymphiqBusinessAnalysisDashboardComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
2530
2598
|
embedded: _angular_core.InputSignal<boolean>;
|
|
2531
2599
|
profile: _angular_core.InputSignal<ProfileInterface | undefined>;
|
|
@@ -3226,32 +3294,32 @@ declare class MetricExecutiveSummaryComponent {
|
|
|
3226
3294
|
protected isDark: _angular_core.Signal<boolean>;
|
|
3227
3295
|
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">;
|
|
3228
3296
|
protected titleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
3229
|
-
protected textClasses: _angular_core.Signal<"text-slate-
|
|
3230
|
-
protected iconClasses: _angular_core.Signal<"text-blue-
|
|
3297
|
+
protected textClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
|
|
3298
|
+
protected iconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
3231
3299
|
protected healthBadgeClasses: _angular_core.Signal<string>;
|
|
3232
3300
|
protected pacingBadgeClasses: _angular_core.Signal<string>;
|
|
3233
3301
|
protected metricCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
|
|
3234
|
-
protected metricLabelClasses: _angular_core.Signal<"text-slate-
|
|
3302
|
+
protected metricLabelClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3235
3303
|
protected metricValueClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
3236
|
-
protected yoyChangeClasses: _angular_core.Signal<"text-slate-
|
|
3304
|
+
protected yoyChangeClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600" | "text-emerald-400" | "text-emerald-600" | "text-red-600" | "text-red-400">;
|
|
3237
3305
|
protected getYoyIcon(): string;
|
|
3238
3306
|
protected getPacingValueClasses(): string;
|
|
3239
3307
|
protected getHealthValueClasses(): string;
|
|
3240
3308
|
protected narrativeClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-600/20">;
|
|
3241
|
-
protected narrativeTitleClasses: _angular_core.Signal<"text-slate-
|
|
3242
|
-
protected narrativeTextClasses: _angular_core.Signal<"text-slate-
|
|
3309
|
+
protected narrativeTitleClasses: _angular_core.Signal<"text-slate-800" | "text-slate-200">;
|
|
3310
|
+
protected narrativeTextClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3243
3311
|
protected sectionTitleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
3244
3312
|
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">;
|
|
3245
3313
|
protected priorityNumberClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-300" | "bg-blue-100 text-blue-800">;
|
|
3246
3314
|
protected priorityTitleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
3247
|
-
protected priorityTextClasses: _angular_core.Signal<"text-slate-
|
|
3315
|
+
protected priorityTextClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
|
|
3248
3316
|
protected impactBoxClasses: _angular_core.Signal<"bg-slate-800/30 border border-slate-700/30" | "bg-slate-50/50 border border-slate-200">;
|
|
3249
|
-
protected impactLabelClasses: _angular_core.Signal<"text-blue-
|
|
3250
|
-
protected impactTextClasses: _angular_core.Signal<"text-slate-
|
|
3317
|
+
protected impactLabelClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
3318
|
+
protected impactTextClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3251
3319
|
protected quickWinCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
|
|
3252
3320
|
protected numberBadgeClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-300" | "bg-blue-100 text-blue-800">;
|
|
3253
3321
|
protected quickWinTextClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
3254
|
-
protected metaTextClasses: _angular_core.Signal<"text-slate-
|
|
3322
|
+
protected metaTextClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3255
3323
|
protected getEffortBadgeClasses(effort: string | undefined): string;
|
|
3256
3324
|
protected getImpactBadgeClasses(impact: string | undefined): string;
|
|
3257
3325
|
protected formatMetricName(name: string): string;
|
|
@@ -3402,24 +3470,24 @@ declare class SearchModalComponent {
|
|
|
3402
3470
|
getTypeIconBgClass(type: string): string;
|
|
3403
3471
|
getTypeIconClass(type: string): string;
|
|
3404
3472
|
getTypeBadgeText(result: BusinessSearchResult): string;
|
|
3405
|
-
containerClass: _angular_core.Signal<"bg-
|
|
3473
|
+
containerClass: _angular_core.Signal<"bg-slate-800 border border-slate-700" | "bg-white border border-slate-200">;
|
|
3406
3474
|
inputClass: _angular_core.Signal<"bg-white text-slate-900 placeholder-slate-400" | "bg-slate-800 text-white placeholder-slate-500">;
|
|
3407
|
-
iconClass: _angular_core.Signal<"text-slate-
|
|
3475
|
+
iconClass: _angular_core.Signal<"text-slate-500" | "text-slate-400">;
|
|
3408
3476
|
clearButtonClass: _angular_core.Signal<"bg-slate-100 text-slate-600 hover:bg-slate-200" | "bg-slate-700 text-slate-300 hover:bg-slate-600">;
|
|
3409
3477
|
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">;
|
|
3410
|
-
resultsContainerClass: _angular_core.Signal<"border-slate-
|
|
3478
|
+
resultsContainerClass: _angular_core.Signal<"border-slate-700" | "border-slate-200">;
|
|
3411
3479
|
resultTitleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
|
|
3412
|
-
resultDescClass: _angular_core.Signal<"text-slate-
|
|
3480
|
+
resultDescClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3413
3481
|
breadcrumbClass: _angular_core.Signal<string>;
|
|
3414
3482
|
typeBadgeClass: _angular_core.Signal<"bg-slate-100 text-slate-600" | "bg-slate-700 text-slate-300">;
|
|
3415
|
-
arrowClass: _angular_core.Signal<"text-slate-
|
|
3416
|
-
emptyStateClass: _angular_core.Signal<"border-slate-
|
|
3483
|
+
arrowClass: _angular_core.Signal<"text-slate-500" | "text-slate-400">;
|
|
3484
|
+
emptyStateClass: _angular_core.Signal<"border-slate-700" | "border-slate-200">;
|
|
3417
3485
|
emptyIconClass: _angular_core.Signal<"text-slate-300" | "text-slate-600">;
|
|
3418
3486
|
emptyTitleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
|
|
3419
|
-
emptyDescClass: _angular_core.Signal<"text-slate-
|
|
3420
|
-
shortcutsClass: _angular_core.Signal<"bg-slate-50 border-slate-
|
|
3487
|
+
emptyDescClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3488
|
+
shortcutsClass: _angular_core.Signal<"bg-slate-900/50 border-slate-700" | "bg-slate-50 border-slate-200">;
|
|
3421
3489
|
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">;
|
|
3422
|
-
shortcutTextClass: _angular_core.Signal<"text-slate-
|
|
3490
|
+
shortcutTextClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3423
3491
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SearchModalComponent, never>;
|
|
3424
3492
|
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>;
|
|
3425
3493
|
}
|
|
@@ -3439,7 +3507,7 @@ declare class GradeBadgeComponent {
|
|
|
3439
3507
|
explanation: string;
|
|
3440
3508
|
}>;
|
|
3441
3509
|
private formatGrade;
|
|
3442
|
-
badgeLabelClass: _angular_core.Signal<"text-slate-
|
|
3510
|
+
badgeLabelClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3443
3511
|
gradeBadgeClass: _angular_core.Signal<string>;
|
|
3444
3512
|
private getGradeBadgeClassLight;
|
|
3445
3513
|
private getGradeBadgeClassDark;
|
|
@@ -3514,15 +3582,15 @@ declare class ConfidenceLevelCardComponent implements OnInit, OnDestroy {
|
|
|
3514
3582
|
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">;
|
|
3515
3583
|
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">;
|
|
3516
3584
|
protected titleClasses: _angular_core.Signal<"text-white" | "bg-gradient-to-r from-slate-700 to-slate-900 bg-clip-text text-transparent">;
|
|
3517
|
-
protected subtitleClasses: _angular_core.Signal<"text-slate-
|
|
3585
|
+
protected subtitleClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3518
3586
|
protected gradeBadgeContainerClasses: _angular_core.Signal<string>;
|
|
3519
|
-
protected glowEffectClasses: _angular_core.Signal<"bg-
|
|
3587
|
+
protected glowEffectClasses: _angular_core.Signal<"bg-blue-500" | "bg-emerald-500" | "bg-orange-500" | "bg-red-500">;
|
|
3520
3588
|
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)]">;
|
|
3521
|
-
protected gradeLabelClasses: _angular_core.Signal<"text-
|
|
3589
|
+
protected gradeLabelClasses: _angular_core.Signal<"text-blue-300" | "text-blue-700" | "text-emerald-700" | "text-red-700" | "text-orange-700" | "text-red-300" | "text-emerald-300" | "text-orange-300">;
|
|
3522
3590
|
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">;
|
|
3523
|
-
protected descriptionClasses: _angular_core.Signal<"text-slate-
|
|
3524
|
-
protected progressLabelClasses: _angular_core.Signal<"text-slate-
|
|
3525
|
-
protected progressValueClasses: _angular_core.Signal<"text-blue-
|
|
3591
|
+
protected descriptionClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
|
|
3592
|
+
protected progressLabelClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
|
|
3593
|
+
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">;
|
|
3526
3594
|
protected progressTrackClasses: _angular_core.Signal<"bg-slate-700/50 shadow-inner" | "bg-slate-200 shadow-inner">;
|
|
3527
3595
|
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">;
|
|
3528
3596
|
protected shimmerClasses: _angular_core.Signal<string>;
|
|
@@ -3544,12 +3612,12 @@ declare class RelatedContentSidebarComponent {
|
|
|
3544
3612
|
protected funnelInsightsCount: _angular_core.Signal<number>;
|
|
3545
3613
|
protected funnelMetricsCount: _angular_core.Signal<number>;
|
|
3546
3614
|
protected businessInsightsCount: _angular_core.Signal<number>;
|
|
3547
|
-
protected headerClasses: _angular_core.Signal<"text-slate-
|
|
3615
|
+
protected headerClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3548
3616
|
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">;
|
|
3549
3617
|
protected iconBgClasses: _angular_core.Signal<"bg-blue-100 text-blue-600" | "bg-blue-900/30 text-blue-400">;
|
|
3550
|
-
protected iconClasses: _angular_core.Signal<"text-blue-
|
|
3618
|
+
protected iconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
3551
3619
|
protected countClasses: _angular_core.Signal<"text-white" | "text-slate-900">;
|
|
3552
|
-
protected labelClasses: _angular_core.Signal<"text-slate-
|
|
3620
|
+
protected labelClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3553
3621
|
protected chevronClasses: _angular_core.Signal<"text-slate-500 group-hover:text-blue-400" | "text-slate-400 group-hover:text-blue-600">;
|
|
3554
3622
|
protected onFunnelInsightsClick(): void;
|
|
3555
3623
|
protected onFunnelMetricsClick(): void;
|
|
@@ -3570,15 +3638,15 @@ declare class ContentGenerationProgressComponent {
|
|
|
3570
3638
|
protected containerClasses: _angular_core.Signal<"bg-gradient-to-br from-slate-50 to-white" | "bg-gradient-to-br from-slate-900 to-slate-800">;
|
|
3571
3639
|
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">;
|
|
3572
3640
|
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">;
|
|
3573
|
-
protected subtitleClasses: _angular_core.Signal<"text-slate-
|
|
3574
|
-
protected progressMessageClasses: _angular_core.Signal<"text-slate-
|
|
3641
|
+
protected subtitleClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3642
|
+
protected progressMessageClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
|
|
3575
3643
|
protected progressBarContainerClasses: _angular_core.Signal<string>;
|
|
3576
|
-
protected progressBarBackgroundClasses: _angular_core.Signal<"bg-slate-
|
|
3644
|
+
protected progressBarBackgroundClasses: _angular_core.Signal<"bg-slate-700" | "bg-slate-200">;
|
|
3577
3645
|
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">;
|
|
3578
3646
|
protected dotClasses: _angular_core.Signal<"bg-blue-400 shadow-lg shadow-blue-400/60" | "bg-cyan-300 shadow-lg shadow-cyan-300/60">;
|
|
3579
3647
|
protected dotColor: _angular_core.Signal<"#60a5fa" | "#67e8f9">;
|
|
3580
3648
|
protected progressGlowClasses: _angular_core.Signal<"bg-blue-400 shadow-xl" | "bg-cyan-300 shadow-xl">;
|
|
3581
|
-
protected percentageClasses: _angular_core.Signal<"text-slate-
|
|
3649
|
+
protected percentageClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3582
3650
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ContentGenerationProgressComponent, never>;
|
|
3583
3651
|
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>;
|
|
3584
3652
|
}
|
|
@@ -3600,6 +3668,35 @@ declare class ContentGenerationProgressWithConfettiComponent {
|
|
|
3600
3668
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ContentGenerationProgressWithConfettiComponent, "symphiq-content-generation-progress-with-confetti", 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; }; "profile": { "alias": "profile"; "required": false; "isSignal": true; }; "confettiIntensity": { "alias": "confettiIntensity"; "required": false; "isSignal": true; }; "enableConfetti": { "alias": "enableConfetti"; "required": false; "isSignal": true; }; "confettiDelay": { "alias": "confettiDelay"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
3601
3669
|
}
|
|
3602
3670
|
|
|
3671
|
+
type SpinnerSize = 'small' | 'medium' | 'large';
|
|
3672
|
+
declare class IndeterminateSpinnerComponent {
|
|
3673
|
+
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
3674
|
+
size: _angular_core.InputSignal<SpinnerSize>;
|
|
3675
|
+
color: _angular_core.InputSignal<string | undefined>;
|
|
3676
|
+
svgSize: _angular_core.Signal<40 | 80 | 60>;
|
|
3677
|
+
circleRadius: _angular_core.Signal<16 | 36 | 26>;
|
|
3678
|
+
svgCircleRadius: _angular_core.Signal<number>;
|
|
3679
|
+
strokeWidth: _angular_core.Signal<3 | 2 | 2.5>;
|
|
3680
|
+
dotSize: _angular_core.Signal<10 | 5 | 7>;
|
|
3681
|
+
containerClasses: _angular_core.Signal<{
|
|
3682
|
+
'w-10 h-10': boolean;
|
|
3683
|
+
'w-16 h-16': boolean;
|
|
3684
|
+
'w-20 h-20': boolean;
|
|
3685
|
+
}>;
|
|
3686
|
+
trackClasses: _angular_core.Signal<{
|
|
3687
|
+
'stroke-slate-200 dark:stroke-slate-700': boolean;
|
|
3688
|
+
'opacity-30': boolean;
|
|
3689
|
+
}>;
|
|
3690
|
+
dotClasses: _angular_core.Signal<string[]>;
|
|
3691
|
+
dots: _angular_core.Signal<{
|
|
3692
|
+
x: number;
|
|
3693
|
+
y: number;
|
|
3694
|
+
delay: string;
|
|
3695
|
+
}[]>;
|
|
3696
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<IndeterminateSpinnerComponent, never>;
|
|
3697
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<IndeterminateSpinnerComponent, "symphiq-indeterminate-spinner", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
3698
|
+
}
|
|
3699
|
+
|
|
3603
3700
|
declare class ChartContainerComponent {
|
|
3604
3701
|
chart: _angular_core.InputSignal<AiChartInterface>;
|
|
3605
3702
|
isLightMode: _angular_core.InputSignal<boolean>;
|
|
@@ -3612,9 +3709,9 @@ declare class ChartContainerComponent {
|
|
|
3612
3709
|
isExpanded: _angular_core.WritableSignal<boolean>;
|
|
3613
3710
|
protected ChartTypeEnum: typeof ChartTypeEnum;
|
|
3614
3711
|
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">;
|
|
3615
|
-
headerClass: _angular_core.Signal<"border-slate-
|
|
3712
|
+
headerClass: _angular_core.Signal<"border-slate-700" | "border-slate-200">;
|
|
3616
3713
|
titleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
|
|
3617
|
-
descriptionClass: _angular_core.Signal<"text-slate-
|
|
3714
|
+
descriptionClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3618
3715
|
iconClass: _angular_core.Signal<"text-slate-400 group-hover:text-blue-500" | "text-slate-500 group-hover:text-blue-400">;
|
|
3619
3716
|
chartIconClass: _angular_core.Signal<"bg-blue-100 text-blue-600" | "bg-blue-500/20 text-blue-400">;
|
|
3620
3717
|
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">;
|
|
@@ -3943,11 +4040,11 @@ declare class FocusAreaDetailCardComponent {
|
|
|
3943
4040
|
protected metaLabelClasses: _angular_core.Signal<"text-xs font-medium text-slate-400 uppercase tracking-wide" | "text-xs font-medium text-slate-600 uppercase tracking-wide">;
|
|
3944
4041
|
protected toolChipClasses: _angular_core.Signal<"px-2.5 py-1 rounded-md bg-emerald-500/10 text-emerald-300 text-xs border border-emerald-500/30" | "px-2.5 py-1 rounded-md bg-emerald-50 text-emerald-700 text-xs border border-emerald-200">;
|
|
3945
4042
|
protected expandedSectionClasses: _angular_core.Signal<"p-4 rounded-lg bg-slate-700/30 border border-slate-600/30" | "p-4 rounded-lg bg-slate-50 border border-slate-200">;
|
|
3946
|
-
protected expandedIconClasses: _angular_core.Signal<"text-blue-
|
|
4043
|
+
protected expandedIconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
3947
4044
|
protected expandedTitleClasses: _angular_core.Signal<"text-sm font-semibold text-white" | "text-sm font-semibold text-slate-900">;
|
|
3948
4045
|
protected insightItemClasses: _angular_core.Signal<"text-sm text-slate-300 leading-relaxed flex" | "text-sm text-slate-600 leading-relaxed flex">;
|
|
3949
4046
|
protected expandButtonClasses: _angular_core.Signal<"text-sm font-medium text-blue-400" | "text-sm font-medium text-blue-600">;
|
|
3950
|
-
protected chevronClasses: _angular_core.Signal<"text-blue-
|
|
4047
|
+
protected chevronClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
3951
4048
|
protected toggleExpanded(): void;
|
|
3952
4049
|
protected toggleCompetitiveGap(): void;
|
|
3953
4050
|
onExpandItem(event: CustomEvent): void;
|
|
@@ -4024,11 +4121,11 @@ declare class CompetitorAnalysisCardComponent {
|
|
|
4024
4121
|
protected linkClasses: _angular_core.Signal<"text-sm text-blue-400 hover:text-blue-300 underline transition-colors" | "text-sm text-blue-600 hover:text-blue-700 underline transition-colors">;
|
|
4025
4122
|
protected listItemClasses: _angular_core.Signal<"text-sm text-slate-200 leading-relaxed flex items-start" | "text-sm text-slate-600 leading-relaxed flex items-start">;
|
|
4026
4123
|
protected expandedSectionClasses: _angular_core.Signal<"p-4 rounded-lg bg-slate-700/30 border border-slate-600/30" | "p-4 rounded-lg bg-slate-50 border border-slate-200">;
|
|
4027
|
-
protected expandedIconClasses: _angular_core.Signal<"text-blue-
|
|
4124
|
+
protected expandedIconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
4028
4125
|
protected expandedTitleClasses: _angular_core.Signal<"text-sm font-semibold text-white" | "text-sm font-semibold text-slate-900">;
|
|
4029
4126
|
protected expandedTextClasses: _angular_core.Signal<"text-sm text-slate-300 leading-relaxed" | "text-sm text-slate-600 leading-relaxed">;
|
|
4030
4127
|
protected expandButtonClasses: _angular_core.Signal<"text-sm font-medium text-blue-400" | "text-sm font-medium text-blue-600">;
|
|
4031
|
-
protected chevronClasses: _angular_core.Signal<"text-blue-
|
|
4128
|
+
protected chevronClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
4032
4129
|
protected toggleExpanded(): void;
|
|
4033
4130
|
protected navigateToItem(item: ProfileItemInterface): void;
|
|
4034
4131
|
onExpandItem(event: CustomEvent): void;
|
|
@@ -4048,7 +4145,7 @@ declare class OpportunityHighlightBannerComponent {
|
|
|
4048
4145
|
protected titleClasses: _angular_core.Signal<"text-amber-300" | "text-amber-900">;
|
|
4049
4146
|
protected badgeClasses: _angular_core.Signal<"bg-amber-500/30 text-amber-300" | "bg-amber-200 text-amber-800">;
|
|
4050
4147
|
protected messageClasses: _angular_core.Signal<"text-amber-700" | "text-amber-400/90">;
|
|
4051
|
-
protected chevronClasses: _angular_core.Signal<"text-amber-
|
|
4148
|
+
protected chevronClasses: _angular_core.Signal<"text-amber-400" | "text-amber-600">;
|
|
4052
4149
|
handleClick(event: Event): void;
|
|
4053
4150
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OpportunityHighlightBannerComponent, never>;
|
|
4054
4151
|
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>;
|
|
@@ -4113,9 +4210,9 @@ declare class SkeletonFocusAreaCardComponent {
|
|
|
4113
4210
|
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
4114
4211
|
protected isDark: _angular_core.Signal<boolean>;
|
|
4115
4212
|
protected iconSkeletonClasses: _angular_core.Signal<"w-12 h-12 bg-slate-700" | "w-12 h-12 bg-slate-200">;
|
|
4116
|
-
protected titleSkeletonClasses: _angular_core.Signal<"bg-slate-
|
|
4117
|
-
protected textSkeletonClasses: _angular_core.Signal<"bg-slate-
|
|
4118
|
-
protected badgeSkeletonClasses: _angular_core.Signal<"bg-slate-
|
|
4213
|
+
protected titleSkeletonClasses: _angular_core.Signal<"bg-slate-700" | "bg-slate-200">;
|
|
4214
|
+
protected textSkeletonClasses: _angular_core.Signal<"bg-slate-700" | "bg-slate-200">;
|
|
4215
|
+
protected badgeSkeletonClasses: _angular_core.Signal<"bg-slate-700" | "bg-slate-200">;
|
|
4119
4216
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SkeletonFocusAreaCardComponent, never>;
|
|
4120
4217
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SkeletonFocusAreaCardComponent, "symphiq-skeleton-focus-area-card", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
4121
4218
|
}
|
|
@@ -4124,10 +4221,10 @@ declare class SkeletonCompetitorCardComponent {
|
|
|
4124
4221
|
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
4125
4222
|
protected isDark: _angular_core.Signal<boolean>;
|
|
4126
4223
|
protected iconSkeletonClasses: _angular_core.Signal<"w-12 h-12 bg-slate-700" | "w-12 h-12 bg-slate-200">;
|
|
4127
|
-
protected titleSkeletonClasses: _angular_core.Signal<"bg-slate-
|
|
4128
|
-
protected textSkeletonClasses: _angular_core.Signal<"bg-slate-
|
|
4129
|
-
protected boxSkeletonClasses: _angular_core.Signal<"bg-slate-
|
|
4130
|
-
protected badgeSkeletonClasses: _angular_core.Signal<"bg-slate-
|
|
4224
|
+
protected titleSkeletonClasses: _angular_core.Signal<"bg-slate-700" | "bg-slate-200">;
|
|
4225
|
+
protected textSkeletonClasses: _angular_core.Signal<"bg-slate-700" | "bg-slate-200">;
|
|
4226
|
+
protected boxSkeletonClasses: _angular_core.Signal<"bg-slate-700" | "bg-slate-200">;
|
|
4227
|
+
protected badgeSkeletonClasses: _angular_core.Signal<"bg-slate-700" | "bg-slate-200">;
|
|
4131
4228
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SkeletonCompetitorCardComponent, never>;
|
|
4132
4229
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SkeletonCompetitorCardComponent, "symphiq-skeleton-competitor-card", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
4133
4230
|
}
|
|
@@ -4268,6 +4365,6 @@ declare function getCategoryColor(category: string): CategoryColorPalette;
|
|
|
4268
4365
|
*/
|
|
4269
4366
|
declare function getCategoryBadgeClasses(category: string, isDark: boolean): string;
|
|
4270
4367
|
|
|
4271
|
-
export { AreaChartComponent, BUSINESS_PROFILE, BarChartComponent, BreakdownSectionComponent, BusinessAnalysisModalComponent, BusinessProfileSearchService, ChartCardComponent, ChartContainerComponent, ChartThemeService, CircularProgressComponent, CompetitivePositioningSummaryComponent, CompetitorAnalysisCardComponent, ConfettiService, ConfidenceLevelCardComponent, ContentGenerationProgressComponent, ContentGenerationProgressWithConfettiComponent, 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 };
|
|
4272
|
-
export type { AnimationType, BusinessInsightDetailModalData, BusinessSearchResult, CategoryColorPalette, CategoryDetailModalData, ChartThemeColors, ConfettiConfig, ConfettiIntensity, 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 };
|
|
4368
|
+
export { AreaChartComponent, BUSINESS_PROFILE, BarChartComponent, BreakdownSectionComponent, BusinessAnalysisModalComponent, BusinessProfileSearchService, ChartCardComponent, ChartContainerComponent, ChartThemeService, CircularProgressComponent, CompetitivePositioningSummaryComponent, CompetitorAnalysisCardComponent, ConfettiService, ConfidenceLevelCardComponent, ContentGenerationProgressComponent, ContentGenerationProgressWithConfettiComponent, CrossDashboardRelationshipsService, FUNNEL_ANALYSIS, FloatingBackButtonComponent, FloatingTocComponent, FocusAreaDetailCardComponent, FocusAreaExecutiveSummaryComponent, FocusAreaQuestionComponent, FocusAreaToolsModalComponent, FunnelOrderService, GradeBadgeComponent, HeaderScrollService, HierarchyDisplayComponent, HorizontalBarComponent, IconService, IndeterminateSpinnerComponent, 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, RevenueCalculatorWelcomeBannerComponent, 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, SymphiqRevenueCalculatorDashboardComponent, 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 };
|
|
4369
|
+
export type { AnimationType, BusinessInsightDetailModalData, BusinessSearchResult, CategoryColorPalette, CategoryDetailModalData, ChartThemeColors, ConfettiConfig, ConfettiIntensity, 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, SpinnerSize, StrategyRecommendationsModalData, StrengthDetailModalData, ThemeColorContext, ThemeMode, TooltipPosition, TooltipState, TooltipType, TopPrioritiesListModalData, TopPriorityDetailModalData, TopPriorityInterface, ViewMode, ViewportBounds, VisualizationData, VisualizationType };
|
|
4273
4370
|
//# sourceMappingURL=index.d.ts.map
|