@eric-emg/symphiq-components 1.2.354 → 1.2.355
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 +1171 -899
- package/fesm2022/symphiq-components.mjs.map +1 -1
- package/index.d.ts +59 -33
- package/index.d.ts.map +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1058,7 +1058,7 @@ declare class ModalComponent {
|
|
|
1058
1058
|
private animatedTrendValues;
|
|
1059
1059
|
private animationFrames;
|
|
1060
1060
|
isOpen: _angular_core.Signal<boolean>;
|
|
1061
|
-
modalType: _angular_core.Signal<"
|
|
1061
|
+
modalType: _angular_core.Signal<"chart" | "insight" | "metric" | "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>;
|
|
1062
1062
|
charts: _angular_core.Signal<AiChartInterface[]>;
|
|
1063
1063
|
modalKey: _angular_core.Signal<number>;
|
|
1064
1064
|
insightData: _angular_core.Signal<InsightBlockInterface | null>;
|
|
@@ -1453,10 +1453,10 @@ declare class SymphiqFunnelAnalysisDashboardComponent implements AfterViewInit {
|
|
|
1453
1453
|
*/
|
|
1454
1454
|
private chartsById;
|
|
1455
1455
|
headerClass: _angular_core.Signal<string>;
|
|
1456
|
-
headerTitleClass: _angular_core.Signal<"text-
|
|
1457
|
-
headerSubtitleClass: _angular_core.Signal<"text-slate-
|
|
1456
|
+
headerTitleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
|
|
1457
|
+
headerSubtitleClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
1458
1458
|
metaLabelClass: _angular_core.Signal<"text-slate-600" | "text-slate-500">;
|
|
1459
|
-
sectionTitleClass: _angular_core.Signal<"text-
|
|
1459
|
+
sectionTitleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
|
|
1460
1460
|
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">;
|
|
1461
1461
|
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">;
|
|
1462
1462
|
formattedGeneratedDate: _angular_core.Signal<string | null>;
|
|
@@ -1586,7 +1586,7 @@ declare class MetricCardComponent {
|
|
|
1586
1586
|
glowClass: _angular_core.Signal<"" | "shadow-emerald-500/50 shadow-lg animate-pulse-glow">;
|
|
1587
1587
|
deltaValue: _angular_core.Signal<number>;
|
|
1588
1588
|
deltaPercent: _angular_core.Signal<number>;
|
|
1589
|
-
deltaClass: _angular_core.Signal<"text-
|
|
1589
|
+
deltaClass: _angular_core.Signal<"text-slate-400" | "text-emerald-400" | "text-red-400">;
|
|
1590
1590
|
openInsightModal(insight: InsightBlockInterface): void;
|
|
1591
1591
|
openInsightsModal(): void;
|
|
1592
1592
|
openChartModal(chart: AiChartInterface): void;
|
|
@@ -3326,6 +3326,10 @@ declare class SymphiqProfileAnalysisDashboardComponent implements OnInit, OnChan
|
|
|
3326
3326
|
protected shouldShowContinueButton: _angular_core.Signal<boolean>;
|
|
3327
3327
|
protected shouldShowStickyButton: _angular_core.Signal<boolean>;
|
|
3328
3328
|
protected isProfileShopGenerating: _angular_core.Signal<boolean>;
|
|
3329
|
+
protected shouldShowShopProfileStatus: _angular_core.Signal<boolean | undefined>;
|
|
3330
|
+
protected totalShopQuestions: _angular_core.Signal<number>;
|
|
3331
|
+
protected answeredShopQuestions: _angular_core.Signal<number>;
|
|
3332
|
+
protected shopQuestionsCompletionPercentage: _angular_core.Signal<number>;
|
|
3329
3333
|
private readonly COLLAPSE_THRESHOLD;
|
|
3330
3334
|
private readonly EXPAND_THRESHOLD;
|
|
3331
3335
|
private currencySelectionEffect;
|
|
@@ -3614,15 +3618,15 @@ declare class MetricExecutiveSummaryComponent {
|
|
|
3614
3618
|
protected healthBadgeClasses: _angular_core.Signal<string>;
|
|
3615
3619
|
protected pacingBadgeClasses: _angular_core.Signal<string>;
|
|
3616
3620
|
protected metricCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
|
|
3617
|
-
protected metricLabelClasses: _angular_core.Signal<"text-slate-
|
|
3621
|
+
protected metricLabelClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3618
3622
|
protected metricValueClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
3619
|
-
protected yoyChangeClasses: _angular_core.Signal<"text-
|
|
3623
|
+
protected yoyChangeClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600" | "text-emerald-400" | "text-red-400" | "text-emerald-600" | "text-red-600">;
|
|
3620
3624
|
protected getYoyIcon(): string;
|
|
3621
3625
|
protected getPacingValueClasses(): string;
|
|
3622
3626
|
protected getHealthValueClasses(): string;
|
|
3623
3627
|
protected narrativeClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-600/20">;
|
|
3624
3628
|
protected narrativeTitleClasses: _angular_core.Signal<"text-slate-800" | "text-slate-200">;
|
|
3625
|
-
protected narrativeTextClasses: _angular_core.Signal<"text-slate-
|
|
3629
|
+
protected narrativeTextClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3626
3630
|
protected sectionTitleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
3627
3631
|
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">;
|
|
3628
3632
|
protected priorityNumberClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-300" | "bg-blue-100 text-blue-800">;
|
|
@@ -3630,11 +3634,11 @@ declare class MetricExecutiveSummaryComponent {
|
|
|
3630
3634
|
protected priorityTextClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
3631
3635
|
protected impactBoxClasses: _angular_core.Signal<"bg-slate-800/30 border border-slate-700/30" | "bg-slate-50/50 border border-slate-200">;
|
|
3632
3636
|
protected impactLabelClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
3633
|
-
protected impactTextClasses: _angular_core.Signal<"text-slate-
|
|
3637
|
+
protected impactTextClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3634
3638
|
protected quickWinCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
|
|
3635
3639
|
protected numberBadgeClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-300" | "bg-blue-100 text-blue-800">;
|
|
3636
3640
|
protected quickWinTextClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
3637
|
-
protected metaTextClasses: _angular_core.Signal<"text-slate-
|
|
3641
|
+
protected metaTextClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3638
3642
|
protected getEffortBadgeClasses(effort: string | undefined): string;
|
|
3639
3643
|
protected getImpactBadgeClasses(impact: string | undefined): string;
|
|
3640
3644
|
protected formatMetricName(name: string): string;
|
|
@@ -3683,6 +3687,28 @@ declare class StickySubscriptionContinueButtonComponent {
|
|
|
3683
3687
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<StickySubscriptionContinueButtonComponent, "symphiq-sticky-subscription-continue-button", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "isEnabled": { "alias": "isEnabled"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; }, { "continueClick": "continueClick"; }, never, never, true, never>;
|
|
3684
3688
|
}
|
|
3685
3689
|
|
|
3690
|
+
declare class ShopProfileStatusCardComponent implements AfterViewInit, OnDestroy {
|
|
3691
|
+
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
3692
|
+
totalQuestions: _angular_core.InputSignal<number>;
|
|
3693
|
+
answeredQuestions: _angular_core.InputSignal<number>;
|
|
3694
|
+
chartDiv: ElementRef;
|
|
3695
|
+
private root?;
|
|
3696
|
+
private chartElement?;
|
|
3697
|
+
protected completionPercentage: _angular_core.Signal<number>;
|
|
3698
|
+
protected notStartedPercentage: _angular_core.Signal<number>;
|
|
3699
|
+
ngAfterViewInit(): void;
|
|
3700
|
+
ngOnDestroy(): void;
|
|
3701
|
+
private createChart;
|
|
3702
|
+
protected containerClasses(): string;
|
|
3703
|
+
protected headerClasses(): string;
|
|
3704
|
+
protected iconContainerClasses(): string;
|
|
3705
|
+
protected titleClasses(): string;
|
|
3706
|
+
protected subtitleClasses(): string;
|
|
3707
|
+
protected contentClasses(): string;
|
|
3708
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ShopProfileStatusCardComponent, never>;
|
|
3709
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ShopProfileStatusCardComponent, "symphiq-shop-profile-status-card", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "totalQuestions": { "alias": "totalQuestions"; "required": false; "isSignal": true; }; "answeredQuestions": { "alias": "answeredQuestions"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
3710
|
+
}
|
|
3711
|
+
|
|
3686
3712
|
declare class HorizontalBarComponent implements OnInit, OnDestroy {
|
|
3687
3713
|
percentage: _angular_core.InputSignal<number>;
|
|
3688
3714
|
label: _angular_core.InputSignal<string>;
|
|
@@ -3719,7 +3745,7 @@ declare class CircularProgressComponent implements OnInit, OnDestroy {
|
|
|
3719
3745
|
backgroundColor: _angular_core.InputSignal<string>;
|
|
3720
3746
|
showPercentage: _angular_core.InputSignal<boolean>;
|
|
3721
3747
|
textClasses: _angular_core.InputSignal<string>;
|
|
3722
|
-
strokeLinecap: _angular_core.InputSignal<"
|
|
3748
|
+
strokeLinecap: _angular_core.InputSignal<"round" | "butt" | "square">;
|
|
3723
3749
|
animationDuration: _angular_core.InputSignal<number>;
|
|
3724
3750
|
animationDelay: _angular_core.InputSignal<number>;
|
|
3725
3751
|
private elementRef;
|
|
@@ -3831,18 +3857,18 @@ declare class SearchModalComponent {
|
|
|
3831
3857
|
clearButtonClass: _angular_core.Signal<"bg-slate-100 text-slate-600 hover:bg-slate-200" | "bg-slate-700 text-slate-300 hover:bg-slate-600">;
|
|
3832
3858
|
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">;
|
|
3833
3859
|
resultsContainerClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
|
|
3834
|
-
resultTitleClass: _angular_core.Signal<"text-
|
|
3835
|
-
resultDescClass: _angular_core.Signal<"text-slate-
|
|
3860
|
+
resultTitleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
|
|
3861
|
+
resultDescClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3836
3862
|
breadcrumbClass: _angular_core.Signal<string>;
|
|
3837
3863
|
typeBadgeClass: _angular_core.Signal<"bg-slate-100 text-slate-600" | "bg-slate-700 text-slate-300">;
|
|
3838
3864
|
arrowClass: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
|
|
3839
3865
|
emptyStateClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
|
|
3840
|
-
emptyIconClass: _angular_core.Signal<"text-slate-
|
|
3841
|
-
emptyTitleClass: _angular_core.Signal<"text-
|
|
3842
|
-
emptyDescClass: _angular_core.Signal<"text-slate-
|
|
3866
|
+
emptyIconClass: _angular_core.Signal<"text-slate-600" | "text-slate-300">;
|
|
3867
|
+
emptyTitleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
|
|
3868
|
+
emptyDescClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3843
3869
|
shortcutsClass: _angular_core.Signal<"bg-slate-900/50 border-slate-700" | "bg-slate-50 border-slate-200">;
|
|
3844
3870
|
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">;
|
|
3845
|
-
shortcutTextClass: _angular_core.Signal<"text-slate-
|
|
3871
|
+
shortcutTextClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3846
3872
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SearchModalComponent, never>;
|
|
3847
3873
|
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>;
|
|
3848
3874
|
}
|
|
@@ -3852,7 +3878,7 @@ declare class GradeBadgeComponent {
|
|
|
3852
3878
|
gradeRationale: _angular_core.InputSignal<string>;
|
|
3853
3879
|
label: _angular_core.InputSignal<string>;
|
|
3854
3880
|
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
3855
|
-
tooltipPosition: _angular_core.InputSignal<"
|
|
3881
|
+
tooltipPosition: _angular_core.InputSignal<"left" | "right" | "top" | "bottom">;
|
|
3856
3882
|
isLightMode: _angular_core.Signal<boolean>;
|
|
3857
3883
|
formattedGrade: _angular_core.Signal<string>;
|
|
3858
3884
|
shouldPulse: _angular_core.Signal<boolean>;
|
|
@@ -3862,7 +3888,7 @@ declare class GradeBadgeComponent {
|
|
|
3862
3888
|
explanation: string;
|
|
3863
3889
|
}>;
|
|
3864
3890
|
private formatGrade;
|
|
3865
|
-
badgeLabelClass: _angular_core.Signal<"text-slate-
|
|
3891
|
+
badgeLabelClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3866
3892
|
gradeBadgeClass: _angular_core.Signal<string>;
|
|
3867
3893
|
private getGradeBadgeClassLight;
|
|
3868
3894
|
private getGradeBadgeClassDark;
|
|
@@ -3937,7 +3963,7 @@ declare class ConfidenceLevelCardComponent implements OnInit, OnDestroy {
|
|
|
3937
3963
|
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">;
|
|
3938
3964
|
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">;
|
|
3939
3965
|
protected titleClasses: _angular_core.Signal<"text-white" | "bg-gradient-to-r from-slate-700 to-slate-900 bg-clip-text text-transparent">;
|
|
3940
|
-
protected subtitleClasses: _angular_core.Signal<"text-slate-
|
|
3966
|
+
protected subtitleClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3941
3967
|
protected gradeBadgeContainerClasses: _angular_core.Signal<string>;
|
|
3942
3968
|
protected glowEffectClasses: _angular_core.Signal<"bg-emerald-500" | "bg-blue-500" | "bg-orange-500" | "bg-red-500">;
|
|
3943
3969
|
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)]">;
|
|
@@ -3967,12 +3993,12 @@ declare class RelatedContentSidebarComponent {
|
|
|
3967
3993
|
protected funnelInsightsCount: _angular_core.Signal<number>;
|
|
3968
3994
|
protected funnelMetricsCount: _angular_core.Signal<number>;
|
|
3969
3995
|
protected businessInsightsCount: _angular_core.Signal<number>;
|
|
3970
|
-
protected headerClasses: _angular_core.Signal<"text-slate-
|
|
3996
|
+
protected headerClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3971
3997
|
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">;
|
|
3972
3998
|
protected iconBgClasses: _angular_core.Signal<"bg-blue-100 text-blue-600" | "bg-blue-900/30 text-blue-400">;
|
|
3973
3999
|
protected iconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
3974
|
-
protected countClasses: _angular_core.Signal<"text-
|
|
3975
|
-
protected labelClasses: _angular_core.Signal<"text-slate-
|
|
4000
|
+
protected countClasses: _angular_core.Signal<"text-white" | "text-slate-900">;
|
|
4001
|
+
protected labelClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3976
4002
|
protected chevronClasses: _angular_core.Signal<"text-slate-500 group-hover:text-blue-400" | "text-slate-400 group-hover:text-blue-600">;
|
|
3977
4003
|
protected onFunnelInsightsClick(): void;
|
|
3978
4004
|
protected onFunnelMetricsClick(): void;
|
|
@@ -3993,7 +4019,7 @@ declare class ContentGenerationProgressComponent {
|
|
|
3993
4019
|
protected containerClasses: _angular_core.Signal<"bg-gradient-to-br from-slate-50 to-white" | "bg-gradient-to-br from-slate-900 to-slate-800">;
|
|
3994
4020
|
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">;
|
|
3995
4021
|
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">;
|
|
3996
|
-
protected subtitleClasses: _angular_core.Signal<"text-slate-
|
|
4022
|
+
protected subtitleClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3997
4023
|
protected progressMessageClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
3998
4024
|
protected progressBarContainerClasses: _angular_core.Signal<string>;
|
|
3999
4025
|
protected progressBarBackgroundClasses: _angular_core.Signal<"bg-slate-200" | "bg-slate-700">;
|
|
@@ -4001,7 +4027,7 @@ declare class ContentGenerationProgressComponent {
|
|
|
4001
4027
|
protected dotClasses: _angular_core.Signal<"bg-blue-400 shadow-lg shadow-blue-400/60" | "bg-cyan-300 shadow-lg shadow-cyan-300/60">;
|
|
4002
4028
|
protected dotColor: _angular_core.Signal<"#60a5fa" | "#67e8f9">;
|
|
4003
4029
|
protected progressGlowClasses: _angular_core.Signal<"bg-blue-400 shadow-xl" | "bg-cyan-300 shadow-xl">;
|
|
4004
|
-
protected percentageClasses: _angular_core.Signal<"text-slate-
|
|
4030
|
+
protected percentageClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
4005
4031
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ContentGenerationProgressComponent, never>;
|
|
4006
4032
|
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>;
|
|
4007
4033
|
}
|
|
@@ -4028,7 +4054,7 @@ declare class IndeterminateSpinnerComponent {
|
|
|
4028
4054
|
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
4029
4055
|
size: _angular_core.InputSignal<SpinnerSize>;
|
|
4030
4056
|
color: _angular_core.InputSignal<string | undefined>;
|
|
4031
|
-
svgSize: _angular_core.Signal<
|
|
4057
|
+
svgSize: _angular_core.Signal<60 | 40 | 80>;
|
|
4032
4058
|
circleRadius: _angular_core.Signal<16 | 36 | 26>;
|
|
4033
4059
|
svgCircleRadius: _angular_core.Signal<number>;
|
|
4034
4060
|
strokeWidth: _angular_core.Signal<2 | 3 | 2.5>;
|
|
@@ -4065,8 +4091,8 @@ declare class ChartContainerComponent {
|
|
|
4065
4091
|
protected ChartTypeEnum: typeof ChartTypeEnum;
|
|
4066
4092
|
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">;
|
|
4067
4093
|
headerClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
|
|
4068
|
-
titleClass: _angular_core.Signal<"text-
|
|
4069
|
-
descriptionClass: _angular_core.Signal<"text-slate-
|
|
4094
|
+
titleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
|
|
4095
|
+
descriptionClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
4070
4096
|
iconClass: _angular_core.Signal<"text-slate-400 group-hover:text-blue-500" | "text-slate-500 group-hover:text-blue-400">;
|
|
4071
4097
|
chartIconClass: _angular_core.Signal<"bg-blue-500/20 text-blue-400" | "bg-blue-100 text-blue-600">;
|
|
4072
4098
|
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">;
|
|
@@ -4088,7 +4114,7 @@ declare class LineChartComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
|
4088
4114
|
currencySymbol: _angular_core.InputSignal<string>;
|
|
4089
4115
|
height: _angular_core.InputSignal<string | undefined>;
|
|
4090
4116
|
chartHeight: _angular_core.Signal<string>;
|
|
4091
|
-
cursorColor: _angular_core.Signal<
|
|
4117
|
+
cursorColor: _angular_core.Signal<16777215 | 9741240>;
|
|
4092
4118
|
tooltipTextColor: _angular_core.Signal<0 | 16777215>;
|
|
4093
4119
|
chartHash: _angular_core.Signal<string>;
|
|
4094
4120
|
chartDiv: ElementRef;
|
|
@@ -4133,7 +4159,7 @@ declare class BarChartComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
|
4133
4159
|
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
4134
4160
|
currencySymbol: _angular_core.InputSignal<string>;
|
|
4135
4161
|
chartHeight: _angular_core.Signal<"500px" | "175px">;
|
|
4136
|
-
cursorColor: _angular_core.Signal<
|
|
4162
|
+
cursorColor: _angular_core.Signal<16777215 | 9741240>;
|
|
4137
4163
|
tooltipTextColor: _angular_core.Signal<0 | 16777215>;
|
|
4138
4164
|
chartHash: _angular_core.Signal<string>;
|
|
4139
4165
|
chartDiv: ElementRef;
|
|
@@ -4207,7 +4233,7 @@ declare class AreaChartComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
|
4207
4233
|
currencySymbol: _angular_core.InputSignal<string>;
|
|
4208
4234
|
height: _angular_core.InputSignal<string | undefined>;
|
|
4209
4235
|
chartHeight: _angular_core.Signal<string>;
|
|
4210
|
-
cursorColor: _angular_core.Signal<
|
|
4236
|
+
cursorColor: _angular_core.Signal<16777215 | 9741240>;
|
|
4211
4237
|
chartHash: _angular_core.Signal<string>;
|
|
4212
4238
|
chartDiv: ElementRef;
|
|
4213
4239
|
private root?;
|
|
@@ -4247,7 +4273,7 @@ declare class TooltipContainerComponent {
|
|
|
4247
4273
|
isVisible: _angular_core.Signal<boolean>;
|
|
4248
4274
|
tooltipType: _angular_core.Signal<string | null>;
|
|
4249
4275
|
tooltipContent: _angular_core.Signal<string | Record<string, unknown> | undefined>;
|
|
4250
|
-
tooltipPosition: _angular_core.Signal<"auto" | "
|
|
4276
|
+
tooltipPosition: _angular_core.Signal<"auto" | "left" | "right" | "top" | "bottom">;
|
|
4251
4277
|
targetRect: _angular_core.Signal<DOMRect | null>;
|
|
4252
4278
|
mousePosition: _angular_core.Signal<{
|
|
4253
4279
|
x: number;
|
|
@@ -4756,6 +4782,6 @@ declare function validateRevenueTarget(targetRevenue: number, calculations: Metr
|
|
|
4756
4782
|
withinTolerance: boolean;
|
|
4757
4783
|
};
|
|
4758
4784
|
|
|
4759
|
-
export { AreaChartComponent, BarChartComponent, BreakdownSectionComponent, BusinessAnalysisModalComponent, BusinessProfileSearchService, ChartCardComponent, ChartContainerComponent, ChartThemeService, CircularProgressComponent, CompetitivePositioningSummaryComponent, CompetitorAnalysisCardComponent, ConfettiService, ConfidenceLevelCardComponent, ContentGenerationProgressComponent, ContentGenerationProgressWithConfettiComponent, CrossDashboardRelationshipsService, DataLoaderService, FloatingBackButtonComponent, FloatingTocComponent, FocusAreaDetailCardComponent, FocusAreaExecutiveSummaryComponent, FocusAreaQuestionComponent, FocusAreaToolsModalComponent, FunnelOrderService, GradeBadgeComponent, HeaderScrollService, HierarchyDisplayComponent, HorizontalBarComponent, IconService, IndeterminateSpinnerComponent, InsightCardComponent, JourneyProgressIndicatorComponent, JourneyStepIdEnum, LineChartComponent, MetricCardComponent, MetricExecutiveSummaryComponent, MetricFormatterService, MetricListItemComponent, MetricReportModalComponent, MetricWelcomeBannerComponent, MobileBottomNavComponent, MobileFABComponent, ModalComponent, ModalService, NapkinVisualPlaceholderComponent, NavigationStateService, OpportunityHighlightBannerComponent, OverallAssessmentComponent, PacingStatusBadgeComponent, PieChartComponent, ProfileItemCardComponent, ProfileSectionComponent, ProfileSubsectionComponent, RelatedContentSidebarComponent, RevenueCalculatorService, RevenueCalculatorWelcomeBannerComponent, ScrollDepthService, ScrollProgressBarComponent, SearchButtonComponent, SearchModalComponent, SectionDividerComponent, SectionNavigationComponent, ShadowElevationDirective, ShopPlatformEnum, ShopWelcomeBannerComponent, SkeletonBarComponent, SkeletonCardBaseComponent, SkeletonCircleComponent, SkeletonCompetitorCardComponent, SkeletonCustomerSegmentCardComponent, SkeletonFocusAreaCardComponent, SkeletonGenericCardComponent, SkeletonLoaderComponent, SkeletonPriceTierCardComponent, SkeletonProductCategoryCardComponent, SkeletonRegionCardComponent, SkeletonSeasonCardComponent, StickySubscriptionContinueButtonComponent, SubscriptionValuePropositionCardComponent, SymphiqBusinessAnalysisDashboardComponent, SymphiqConnectGaDashboardComponent, SymphiqCreateAccountDashboardComponent, SymphiqFunnelAnalysisDashboardComponent, SymphiqFunnelAnalysisPreviewComponent, SymphiqIconComponent, SymphiqProfileAnalysisDashboardComponent, SymphiqRevenueCalculatorDashboardComponent, SymphiqWelcomeDashboardComponent, TargetChangeBadgeComponent, TooltipContainerComponent, TooltipDataService, TooltipDirective, TooltipService, ViewModeService, ViewportAnimationDirective, VisualizationContainerComponent, calculateFunnelRatios, calculateMetricTargetsFromRevenue, calculateMetricTargetsFromRevenueReverse, calculateRelatedMetricRatios, generateTargetsFromCalculations, getBadgeLabelClasses, getButtonClasses, getCategoryBadgeClasses, getCategoryColor, getCompetitiveBadgeClasses, getContainerClasses, getFooterClasses, getFunnelStageMetrics, getGradeBadgeClasses, getHeaderClasses, getInsightsBadgeClasses, getInsightsCardClasses, getMetricLabelClasses, getMetricMiniCardClasses, getMetricValueClasses, getNarrativeTextClasses, getRevenueCardClasses, getRevenueIconClasses, getStatusBadgeClasses, getStatusDotClasses, getStatusIconClasses, getStatusSummaryClasses, getSubtitleClasses, getTitleClasses, getTrendClasses, getTrendIconClasses, getTrendValueClasses, groupMetricsByFunnelStage, isLightMode, validateRevenueTarget };
|
|
4785
|
+
export { AreaChartComponent, BarChartComponent, BreakdownSectionComponent, BusinessAnalysisModalComponent, BusinessProfileSearchService, ChartCardComponent, ChartContainerComponent, ChartThemeService, CircularProgressComponent, CompetitivePositioningSummaryComponent, CompetitorAnalysisCardComponent, ConfettiService, ConfidenceLevelCardComponent, ContentGenerationProgressComponent, ContentGenerationProgressWithConfettiComponent, CrossDashboardRelationshipsService, DataLoaderService, FloatingBackButtonComponent, FloatingTocComponent, FocusAreaDetailCardComponent, FocusAreaExecutiveSummaryComponent, FocusAreaQuestionComponent, FocusAreaToolsModalComponent, FunnelOrderService, GradeBadgeComponent, HeaderScrollService, HierarchyDisplayComponent, HorizontalBarComponent, IconService, IndeterminateSpinnerComponent, InsightCardComponent, JourneyProgressIndicatorComponent, JourneyStepIdEnum, LineChartComponent, MetricCardComponent, MetricExecutiveSummaryComponent, MetricFormatterService, MetricListItemComponent, MetricReportModalComponent, MetricWelcomeBannerComponent, MobileBottomNavComponent, MobileFABComponent, ModalComponent, ModalService, NapkinVisualPlaceholderComponent, NavigationStateService, OpportunityHighlightBannerComponent, OverallAssessmentComponent, PacingStatusBadgeComponent, PieChartComponent, ProfileItemCardComponent, ProfileSectionComponent, ProfileSubsectionComponent, RelatedContentSidebarComponent, RevenueCalculatorService, RevenueCalculatorWelcomeBannerComponent, ScrollDepthService, ScrollProgressBarComponent, SearchButtonComponent, SearchModalComponent, SectionDividerComponent, SectionNavigationComponent, ShadowElevationDirective, ShopPlatformEnum, ShopProfileStatusCardComponent, ShopWelcomeBannerComponent, SkeletonBarComponent, SkeletonCardBaseComponent, SkeletonCircleComponent, SkeletonCompetitorCardComponent, SkeletonCustomerSegmentCardComponent, SkeletonFocusAreaCardComponent, SkeletonGenericCardComponent, SkeletonLoaderComponent, SkeletonPriceTierCardComponent, SkeletonProductCategoryCardComponent, SkeletonRegionCardComponent, SkeletonSeasonCardComponent, StickySubscriptionContinueButtonComponent, SubscriptionValuePropositionCardComponent, SymphiqBusinessAnalysisDashboardComponent, SymphiqConnectGaDashboardComponent, SymphiqCreateAccountDashboardComponent, SymphiqFunnelAnalysisDashboardComponent, SymphiqFunnelAnalysisPreviewComponent, SymphiqIconComponent, SymphiqProfileAnalysisDashboardComponent, SymphiqRevenueCalculatorDashboardComponent, SymphiqWelcomeDashboardComponent, TargetChangeBadgeComponent, TooltipContainerComponent, TooltipDataService, TooltipDirective, TooltipService, ViewModeService, ViewportAnimationDirective, VisualizationContainerComponent, calculateFunnelRatios, calculateMetricTargetsFromRevenue, calculateMetricTargetsFromRevenueReverse, calculateRelatedMetricRatios, generateTargetsFromCalculations, getBadgeLabelClasses, getButtonClasses, getCategoryBadgeClasses, getCategoryColor, getCompetitiveBadgeClasses, getContainerClasses, getFooterClasses, getFunnelStageMetrics, getGradeBadgeClasses, getHeaderClasses, getInsightsBadgeClasses, getInsightsCardClasses, getMetricLabelClasses, getMetricMiniCardClasses, getMetricValueClasses, getNarrativeTextClasses, getRevenueCardClasses, getRevenueIconClasses, getStatusBadgeClasses, getStatusDotClasses, getStatusIconClasses, getStatusSummaryClasses, getSubtitleClasses, getTitleClasses, getTrendClasses, getTrendIconClasses, getTrendValueClasses, groupMetricsByFunnelStage, isLightMode, validateRevenueTarget };
|
|
4760
4786
|
export type { AnimationType, BusinessInsightDetailModalData, BusinessSearchResult, CategoryColorPalette, CategoryDetailModalData, ChartThemeColors, ConfettiConfig, ConfettiIntensity, CreateAccountData, CriticalGapDetailModalData, CriticalGapsListModalData, CrossDashboardRelationships, DataKey, FocusAreaGapDetailModalData, FocusAreaGapsListModalData, FocusAreaOpportunitiesListModalData, FocusAreaOpportunityDetailModalData, FocusAreaStrengthDetailModalData, FocusAreaStrengthsListModalData, FunnelMetricOrder, FunnelRatio, FunnelStrengthDetailModalData, FunnelStrengthInterface, FunnelStrengthsListModalData, FunnelWeaknessDetailModalData, FunnelWeaknessInterface, FunnelWeaknessesListModalData, GapDetailModalData, GoalBusinessInsightsListModalData, GoalDetailModalData, GoalInsightsListModalData, GoalObjectivesModalData, HeaderScrollConfig, ItemDetailModalData, JourneyStep$1 as JourneyStep, KeyStrengthDetailModalData, KeyStrengthsListModalData, LayoutMode, Metric, MetricTargetCalculation, MetricTargetWithPrecision, MetricsListModalData, ModalState, NavSection, NavigationState, ObjectiveStrategiesModalData, OpportunityDetailModalData, RecommendationBusinessInsightsListModalData, RecommendationInsightsListModalData, RelatedBusinessContent, RelatedFunnelContent, RelatedMetricRatio, RevenueCalculationResult, ReverseCalculationContext, ScrollBaseCustomEvent, ScrollBaseDetail, ScrollCustomEvent, ScrollDepthInfo, ScrollDetail, SemanticColors, ShadowLevel, SpinnerSize, StrategyRecommendationsModalData, StrengthDetailModalData, ThemeColorContext, ThemeMode, TooltipPosition, TooltipState, TooltipType, TopPrioritiesListModalData, TopPriorityDetailModalData, TopPriorityInterface, ViewMode, ViewportBounds, VisualizationData, VisualizationType };
|
|
4761
4787
|
//# sourceMappingURL=index.d.ts.map
|