@eric-emg/symphiq-components 1.2.326 → 1.2.328
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 +2295 -760
- package/fesm2022/symphiq-components.mjs.map +1 -1
- package/index.d.ts +81 -33
- package/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/styles.css +143 -24
package/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _jebgem_model from '@jebgem/model';
|
|
2
|
-
import { FocusAreaTopPriorityInterface, MetricTopPriorityInterface, ProfileItemInterface, ViewModeEnum, GoalV3Interface, ObjectiveV3Interface, StrategyV3Interface, OperationalCategoryInterface, CategoryStrengthInterface, CategoryGapInterface, CategoryOpportunityInterface, InsightBlockInterface, ProfileAnalysisRecommendationInterface, PerformanceMetricInterface, KeyStrengthInterface, CriticalGapInterface, AiChartInterface, ProfileAnalysisRecommendationActionStepInterface, MetricStatusEnum, TrendDirectionEnum, CompetitiveScoreEnum, ProfileSectionInterface, ProfileSubsectionInterface, ProfileInterface, MetricEnum, FunnelMetricInterface, TargetInterface, UiDataInterface, ProfileAnalysisInterface, FunnelAnalysisInterface, FocusAreaDetailInterface, BreakdownMetricInterface, UserInterface, ItemStatusInterface, AiDynamicContentStatusEnum, PerformanceOverviewStructuredV3Interface, OverallAssessmentInterface, FocusAreaDomainEnum, FocusAreaDetailStatusEnum, GaPropertyInterface, GaAccountInterface, ShopDataLoadStatusEnum, PacingResponseInterface, DataResultsInterface, CalculateRevenueReverseResponseInterface, CalculateRevenueResponseInterface, TargetHistoryInterface, CalculateRevenueRequestInterface, CalculateRevenueReverseRequestInterface, ProfileItemTypeEnum, IconObjectInterface as IconObjectInterface$1, NapkinVisualInterface, HierarchyDataInterface, ProfileAnalysisTypeEnum, AccountInterface, PlanCardInfoInterface, CurrencyCodeEnum, 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, MetricEnum, FunnelMetricInterface, TargetInterface, UiDataInterface, ProfileAnalysisInterface, FunnelAnalysisInterface, FocusAreaDetailInterface, BreakdownMetricInterface, UserInterface, ItemStatusInterface, AiDynamicContentStatusEnum, PerformanceOverviewStructuredV3Interface, OverallAssessmentInterface, FocusAreaDomainEnum, FocusAreaDetailStatusEnum, GaPropertyInterface, GaAccountInterface, ShopDataLoadStatusEnum, PacingResponseInterface, DataResultsInterface, CalculateRevenueReverseResponseInterface, CalculateRevenueResponseInterface, TargetHistoryInterface, CalculateRevenueRequestInterface, CalculateRevenueReverseRequestInterface, ProfileItemTypeEnum, IconObjectInterface as IconObjectInterface$1, NapkinVisualInterface, HierarchyDataInterface, ProfileAnalysisTypeEnum, AccountInterface, PlanCardInfoInterface, CurrencyCodeEnum, ChargebeeItemPricePeriodUnitEnum, 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';
|
|
@@ -1454,7 +1454,7 @@ declare class SymphiqFunnelAnalysisDashboardComponent implements AfterViewInit {
|
|
|
1454
1454
|
private chartsById;
|
|
1455
1455
|
headerClass: _angular_core.Signal<string>;
|
|
1456
1456
|
headerTitleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
|
|
1457
|
-
headerSubtitleClass: _angular_core.Signal<"text-slate-
|
|
1457
|
+
headerSubtitleClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
1458
1458
|
metaLabelClass: _angular_core.Signal<"text-slate-600" | "text-slate-500">;
|
|
1459
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">;
|
|
@@ -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;
|
|
@@ -1619,7 +1619,7 @@ declare class MetricCardComponent {
|
|
|
1619
1619
|
competitiveScoreBadgeLightClass: _angular_core.Signal<string>;
|
|
1620
1620
|
competitiveScoreBadgeDarkClass: _angular_core.Signal<string>;
|
|
1621
1621
|
competitiveScoreBadgeClass: _angular_core.Signal<string>;
|
|
1622
|
-
competitiveScoreTextClass: _angular_core.Signal<"" | "text-blue-
|
|
1622
|
+
competitiveScoreTextClass: _angular_core.Signal<"" | "text-blue-700" | "text-blue-400" | "text-emerald-600" | "text-orange-600">;
|
|
1623
1623
|
competitiveComparisonDefaultClass: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
|
|
1624
1624
|
competitiveComparisonClass: _angular_core.Signal<"text-slate-300" | "text-slate-700" | "text-emerald-600 font-semibold" | "text-orange-600 font-semibold">;
|
|
1625
1625
|
getCompetitiveScoreIcon(): string;
|
|
@@ -3302,13 +3302,23 @@ declare class SymphiqProfileAnalysisDashboardComponent implements OnInit, OnChan
|
|
|
3302
3302
|
stepClick: _angular_core.OutputEmitterRef<number>;
|
|
3303
3303
|
nextStepClick: _angular_core.OutputEmitterRef<void>;
|
|
3304
3304
|
currencySelectionClick: _angular_core.OutputEmitterRef<CurrencyCodeEnum>;
|
|
3305
|
+
editCurrencyClick: _angular_core.OutputEmitterRef<void>;
|
|
3306
|
+
periodUnitChanged: _angular_core.OutputEmitterRef<ChargebeeItemPricePeriodUnitEnum>;
|
|
3307
|
+
planSelected: _angular_core.OutputEmitterRef<PlanCardInfoInterface>;
|
|
3305
3308
|
protected isCurrencySelectionLoading: _angular_core.WritableSignal<boolean>;
|
|
3309
|
+
protected selectedCurrency: _angular_core.WritableSignal<CurrencyCodeEnum | null>;
|
|
3310
|
+
protected isPlanLoading: _angular_core.WritableSignal<boolean>;
|
|
3311
|
+
protected selectedPeriodUnit: _angular_core.Signal<ChargebeeItemPricePeriodUnitEnum>;
|
|
3312
|
+
protected showPlanSelection: _angular_core.Signal<boolean | undefined>;
|
|
3306
3313
|
protected isSubscriptionActive: _angular_core.Signal<boolean>;
|
|
3307
3314
|
protected hasBillingCurrency: _angular_core.Signal<boolean>;
|
|
3315
|
+
protected hasCurrencySelected: _angular_core.Signal<boolean>;
|
|
3308
3316
|
protected shouldShowContinueButton: _angular_core.Signal<boolean>;
|
|
3317
|
+
protected shouldShowStickyButton: _angular_core.Signal<boolean>;
|
|
3309
3318
|
private readonly COLLAPSE_THRESHOLD;
|
|
3310
3319
|
private readonly EXPAND_THRESHOLD;
|
|
3311
3320
|
private currencySelectionEffect;
|
|
3321
|
+
private planLoadingEffect;
|
|
3312
3322
|
private embeddedScrollEffect;
|
|
3313
3323
|
protected funnelAnalysisSignal: _angular_core.WritableSignal<FunnelAnalysisInterface | undefined>;
|
|
3314
3324
|
protected readonly headerScrollService: HeaderScrollService;
|
|
@@ -3437,7 +3447,7 @@ declare class SymphiqProfileAnalysisDashboardComponent implements OnInit, OnChan
|
|
|
3437
3447
|
viewMode: ViewModeEnum;
|
|
3438
3448
|
} | null;
|
|
3439
3449
|
protected handleDisplayModeChange(mode: DisplayModeEnum): void;
|
|
3440
|
-
protected
|
|
3450
|
+
protected handleStickyButtonClick(): void;
|
|
3441
3451
|
protected readonly CurrencyCodeEnum: typeof CurrencyCodeEnum;
|
|
3442
3452
|
protected getAnalysisTypeLabel(): string;
|
|
3443
3453
|
protected getAnalysisSubtitle(): string;
|
|
@@ -3474,15 +3484,17 @@ declare class SymphiqProfileAnalysisDashboardComponent implements OnInit, OnChan
|
|
|
3474
3484
|
protected onKeyStrengthsClick(summary: ExecutiveSummaryInterface): void;
|
|
3475
3485
|
protected onCriticalGapsClick(summary: ExecutiveSummaryInterface): void;
|
|
3476
3486
|
protected scrollToQuickWins(): void;
|
|
3487
|
+
protected handleCurrencySelection(currency: CurrencyCodeEnum): void;
|
|
3488
|
+
protected handlePeriodUnitChange(periodUnit: ChargebeeItemPricePeriodUnitEnum): void;
|
|
3489
|
+
protected handlePlanSelection(plan: PlanCardInfoInterface): void;
|
|
3477
3490
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SymphiqProfileAnalysisDashboardComponent, never>;
|
|
3478
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SymphiqProfileAnalysisDashboardComponent, "symphiq-profile-analysis-dashboard", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "requestedByUser": { "alias": "requestedByUser"; "required": false; "isSignal": true; }; "createdDate": { "alias": "createdDate"; "required": false; "isSignal": true; }; "embedded": { "alias": "embedded"; "required": false; "isSignal": true; }; "profileAnalysis": { "alias": "profileAnalysis"; "required": false; "isSignal": true; }; "profile": { "alias": "profile"; "required": false; "isSignal": true; }; "funnelAnalysis": { "alias": "funnelAnalysis"; "required": false; "isSignal": true; }; "analysisType": { "alias": "analysisType"; "required": false; "isSignal": true; }; "focusAreaDetails": { "alias": "focusAreaDetails"; "required": false; "isSignal": true; }; "account": { "alias": "account"; "required": false; "isSignal": true; }; "planCardInfos": { "alias": "planCardInfos"; "required": false; "isSignal": true; }; "isOnboarded": { "alias": "isOnboarded"; "required": false; "isSignal": true; }; "scrollEvent": { "alias": "scrollEvent"; "required": false; "isSignal": true; }; "scrollElement": { "alias": "scrollElement"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "forDemo": { "alias": "forDemo"; "required": false; "isSignal": true; }; "maxAccessibleStepId": { "alias": "maxAccessibleStepId"; "required": false; "isSignal": true; }; }, { "stepClick": "stepClick"; "nextStepClick": "nextStepClick"; "currencySelectionClick": "currencySelectionClick"; }, never, never, true, never>;
|
|
3491
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SymphiqProfileAnalysisDashboardComponent, "symphiq-profile-analysis-dashboard", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "requestedByUser": { "alias": "requestedByUser"; "required": false; "isSignal": true; }; "createdDate": { "alias": "createdDate"; "required": false; "isSignal": true; }; "embedded": { "alias": "embedded"; "required": false; "isSignal": true; }; "profileAnalysis": { "alias": "profileAnalysis"; "required": false; "isSignal": true; }; "profile": { "alias": "profile"; "required": false; "isSignal": true; }; "funnelAnalysis": { "alias": "funnelAnalysis"; "required": false; "isSignal": true; }; "analysisType": { "alias": "analysisType"; "required": false; "isSignal": true; }; "focusAreaDetails": { "alias": "focusAreaDetails"; "required": false; "isSignal": true; }; "account": { "alias": "account"; "required": false; "isSignal": true; }; "planCardInfos": { "alias": "planCardInfos"; "required": false; "isSignal": true; }; "isOnboarded": { "alias": "isOnboarded"; "required": false; "isSignal": true; }; "scrollEvent": { "alias": "scrollEvent"; "required": false; "isSignal": true; }; "scrollElement": { "alias": "scrollElement"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "forDemo": { "alias": "forDemo"; "required": false; "isSignal": true; }; "maxAccessibleStepId": { "alias": "maxAccessibleStepId"; "required": false; "isSignal": true; }; }, { "stepClick": "stepClick"; "nextStepClick": "nextStepClick"; "currencySelectionClick": "currencySelectionClick"; "editCurrencyClick": "editCurrencyClick"; "periodUnitChanged": "periodUnitChanged"; "planSelected": "planSelected"; }, never, never, true, never>;
|
|
3479
3492
|
}
|
|
3480
3493
|
|
|
3481
3494
|
declare class ShopWelcomeBannerComponent {
|
|
3482
3495
|
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
3483
3496
|
businessName: _angular_core.InputSignal<string>;
|
|
3484
3497
|
isOnboarded: _angular_core.InputSignal<boolean>;
|
|
3485
|
-
isSubscriptionActive: _angular_core.InputSignal<boolean>;
|
|
3486
3498
|
protected containerClasses(): string;
|
|
3487
3499
|
protected contentClasses(): string;
|
|
3488
3500
|
protected iconContainerClasses(): string;
|
|
@@ -3496,12 +3508,8 @@ declare class ShopWelcomeBannerComponent {
|
|
|
3496
3508
|
protected nextStepsIconClasses(): string;
|
|
3497
3509
|
protected nextStepsTitleClasses(): string;
|
|
3498
3510
|
protected nextStepsTextClasses(): string;
|
|
3499
|
-
protected subscriptionBoxClasses(): string;
|
|
3500
|
-
protected subscriptionIconClasses(): string;
|
|
3501
|
-
protected subscriptionTitleClasses(): string;
|
|
3502
|
-
protected subscriptionTextClasses(): string;
|
|
3503
3511
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ShopWelcomeBannerComponent, never>;
|
|
3504
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ShopWelcomeBannerComponent, "symphiq-shop-welcome-banner", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "businessName": { "alias": "businessName"; "required": false; "isSignal": true; }; "isOnboarded": { "alias": "isOnboarded"; "required": false; "isSignal": true; };
|
|
3512
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ShopWelcomeBannerComponent, "symphiq-shop-welcome-banner", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "businessName": { "alias": "businessName"; "required": false; "isSignal": true; }; "isOnboarded": { "alias": "isOnboarded"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
3505
3513
|
}
|
|
3506
3514
|
|
|
3507
3515
|
declare class MetricWelcomeBannerComponent {
|
|
@@ -3587,15 +3595,15 @@ declare class MetricExecutiveSummaryComponent {
|
|
|
3587
3595
|
protected healthBadgeClasses: _angular_core.Signal<string>;
|
|
3588
3596
|
protected pacingBadgeClasses: _angular_core.Signal<string>;
|
|
3589
3597
|
protected metricCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
|
|
3590
|
-
protected metricLabelClasses: _angular_core.Signal<"text-slate-
|
|
3598
|
+
protected metricLabelClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3591
3599
|
protected metricValueClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
3592
|
-
protected yoyChangeClasses: _angular_core.Signal<"text-
|
|
3600
|
+
protected yoyChangeClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600" | "text-emerald-400" | "text-red-400" | "text-emerald-600" | "text-red-600">;
|
|
3593
3601
|
protected getYoyIcon(): string;
|
|
3594
3602
|
protected getPacingValueClasses(): string;
|
|
3595
3603
|
protected getHealthValueClasses(): string;
|
|
3596
3604
|
protected narrativeClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-600/20">;
|
|
3597
3605
|
protected narrativeTitleClasses: _angular_core.Signal<"text-slate-800" | "text-slate-200">;
|
|
3598
|
-
protected narrativeTextClasses: _angular_core.Signal<"text-slate-
|
|
3606
|
+
protected narrativeTextClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3599
3607
|
protected sectionTitleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
3600
3608
|
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">;
|
|
3601
3609
|
protected priorityNumberClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-300" | "bg-blue-100 text-blue-800">;
|
|
@@ -3603,11 +3611,11 @@ declare class MetricExecutiveSummaryComponent {
|
|
|
3603
3611
|
protected priorityTextClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
|
|
3604
3612
|
protected impactBoxClasses: _angular_core.Signal<"bg-slate-800/30 border border-slate-700/30" | "bg-slate-50/50 border border-slate-200">;
|
|
3605
3613
|
protected impactLabelClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
3606
|
-
protected impactTextClasses: _angular_core.Signal<"text-slate-
|
|
3614
|
+
protected impactTextClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3607
3615
|
protected quickWinCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
|
|
3608
3616
|
protected numberBadgeClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-300" | "bg-blue-100 text-blue-800">;
|
|
3609
3617
|
protected quickWinTextClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
3610
|
-
protected metaTextClasses: _angular_core.Signal<"text-slate-
|
|
3618
|
+
protected metaTextClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3611
3619
|
protected getEffortBadgeClasses(effort: string | undefined): string;
|
|
3612
3620
|
protected getImpactBadgeClasses(impact: string | undefined): string;
|
|
3613
3621
|
protected formatMetricName(name: string): string;
|
|
@@ -3616,6 +3624,46 @@ declare class MetricExecutiveSummaryComponent {
|
|
|
3616
3624
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MetricExecutiveSummaryComponent, "symphiq-metric-executive-summary", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "summary": { "alias": "summary"; "required": true; "isSignal": true; }; "metricName": { "alias": "metricName"; "required": false; "isSignal": true; }; "allGoals": { "alias": "allGoals"; "required": false; "isSignal": true; }; }, { "topPrioritiesClick": "topPrioritiesClick"; "priorityDetailClick": "priorityDetailClick"; }, never, never, true, never>;
|
|
3617
3625
|
}
|
|
3618
3626
|
|
|
3627
|
+
declare class SubscriptionValuePropositionCardComponent {
|
|
3628
|
+
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
3629
|
+
protected containerClasses(): string;
|
|
3630
|
+
protected gradientOverlayClasses(): string;
|
|
3631
|
+
protected iconContainerClasses(): string;
|
|
3632
|
+
protected titleClasses(): string;
|
|
3633
|
+
protected subtitleClasses(): string;
|
|
3634
|
+
protected accomplishedBoxClasses(): string;
|
|
3635
|
+
protected sectionTitleClasses(): string;
|
|
3636
|
+
protected checkIconClasses(): string;
|
|
3637
|
+
protected itemTextClasses(): string;
|
|
3638
|
+
protected unlockBoxClasses(): string;
|
|
3639
|
+
protected unlockTitleClasses(): string;
|
|
3640
|
+
protected numberBadgeClasses(): string;
|
|
3641
|
+
protected unlockItemTitleClasses(): string;
|
|
3642
|
+
protected unlockItemDescClasses(): string;
|
|
3643
|
+
protected benefitsBoxClasses(): string;
|
|
3644
|
+
protected benefitsTitleClasses(): string;
|
|
3645
|
+
protected benefitIconClasses(): string;
|
|
3646
|
+
protected benefitTextClasses(): string;
|
|
3647
|
+
protected ctaBoxClasses(): string;
|
|
3648
|
+
protected ctaTextClasses(): string;
|
|
3649
|
+
protected ctaSubtextClasses(): string;
|
|
3650
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SubscriptionValuePropositionCardComponent, never>;
|
|
3651
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SubscriptionValuePropositionCardComponent, "symphiq-subscription-value-proposition-card", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
3652
|
+
}
|
|
3653
|
+
|
|
3654
|
+
declare class StickySubscriptionContinueButtonComponent {
|
|
3655
|
+
viewMode: _angular_core.InputSignal<ViewModeEnum>;
|
|
3656
|
+
isEnabled: _angular_core.InputSignal<boolean>;
|
|
3657
|
+
isLoading: _angular_core.InputSignal<boolean>;
|
|
3658
|
+
continueClick: _angular_core.OutputEmitterRef<void>;
|
|
3659
|
+
protected handleClick(): void;
|
|
3660
|
+
protected containerClasses(): string;
|
|
3661
|
+
protected buttonClasses(): string;
|
|
3662
|
+
protected hintTextClasses(): string;
|
|
3663
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<StickySubscriptionContinueButtonComponent, never>;
|
|
3664
|
+
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>;
|
|
3665
|
+
}
|
|
3666
|
+
|
|
3619
3667
|
declare class HorizontalBarComponent implements OnInit, OnDestroy {
|
|
3620
3668
|
percentage: _angular_core.InputSignal<number>;
|
|
3621
3669
|
label: _angular_core.InputSignal<string>;
|
|
@@ -3765,17 +3813,17 @@ declare class SearchModalComponent {
|
|
|
3765
3813
|
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">;
|
|
3766
3814
|
resultsContainerClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
|
|
3767
3815
|
resultTitleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
|
|
3768
|
-
resultDescClass: _angular_core.Signal<"text-slate-
|
|
3816
|
+
resultDescClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3769
3817
|
breadcrumbClass: _angular_core.Signal<string>;
|
|
3770
3818
|
typeBadgeClass: _angular_core.Signal<"bg-slate-100 text-slate-600" | "bg-slate-700 text-slate-300">;
|
|
3771
3819
|
arrowClass: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
|
|
3772
3820
|
emptyStateClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
|
|
3773
|
-
emptyIconClass: _angular_core.Signal<"text-slate-
|
|
3821
|
+
emptyIconClass: _angular_core.Signal<"text-slate-600" | "text-slate-300">;
|
|
3774
3822
|
emptyTitleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
|
|
3775
|
-
emptyDescClass: _angular_core.Signal<"text-slate-
|
|
3823
|
+
emptyDescClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3776
3824
|
shortcutsClass: _angular_core.Signal<"bg-slate-900/50 border-slate-700" | "bg-slate-50 border-slate-200">;
|
|
3777
3825
|
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">;
|
|
3778
|
-
shortcutTextClass: _angular_core.Signal<"text-slate-
|
|
3826
|
+
shortcutTextClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3779
3827
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SearchModalComponent, never>;
|
|
3780
3828
|
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>;
|
|
3781
3829
|
}
|
|
@@ -3795,7 +3843,7 @@ declare class GradeBadgeComponent {
|
|
|
3795
3843
|
explanation: string;
|
|
3796
3844
|
}>;
|
|
3797
3845
|
private formatGrade;
|
|
3798
|
-
badgeLabelClass: _angular_core.Signal<"text-slate-
|
|
3846
|
+
badgeLabelClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3799
3847
|
gradeBadgeClass: _angular_core.Signal<string>;
|
|
3800
3848
|
private getGradeBadgeClassLight;
|
|
3801
3849
|
private getGradeBadgeClassDark;
|
|
@@ -3870,15 +3918,15 @@ declare class ConfidenceLevelCardComponent implements OnInit, OnDestroy {
|
|
|
3870
3918
|
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">;
|
|
3871
3919
|
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">;
|
|
3872
3920
|
protected titleClasses: _angular_core.Signal<"text-white" | "bg-gradient-to-r from-slate-700 to-slate-900 bg-clip-text text-transparent">;
|
|
3873
|
-
protected subtitleClasses: _angular_core.Signal<"text-slate-
|
|
3921
|
+
protected subtitleClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3874
3922
|
protected gradeBadgeContainerClasses: _angular_core.Signal<string>;
|
|
3875
|
-
protected glowEffectClasses: _angular_core.Signal<"bg-
|
|
3923
|
+
protected glowEffectClasses: _angular_core.Signal<"bg-blue-500" | "bg-emerald-500" | "bg-orange-500" | "bg-red-500">;
|
|
3876
3924
|
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)]">;
|
|
3877
|
-
protected gradeLabelClasses: _angular_core.Signal<"text-
|
|
3925
|
+
protected gradeLabelClasses: _angular_core.Signal<"text-emerald-700" | "text-red-700" | "text-blue-700" | "text-orange-700" | "text-red-300" | "text-blue-300" | "text-emerald-300" | "text-orange-300">;
|
|
3878
3926
|
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">;
|
|
3879
3927
|
protected descriptionClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
|
|
3880
3928
|
protected progressLabelClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
|
|
3881
|
-
protected progressValueClasses: _angular_core.Signal<"text-
|
|
3929
|
+
protected progressValueClasses: _angular_core.Signal<"text-emerald-400" | "text-red-400" | "text-blue-400" | "text-blue-600" | "text-emerald-600" | "text-red-600" | "text-orange-600" | "text-orange-400">;
|
|
3882
3930
|
protected progressTrackClasses: _angular_core.Signal<"bg-slate-700/50 shadow-inner" | "bg-slate-200 shadow-inner">;
|
|
3883
3931
|
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">;
|
|
3884
3932
|
protected shimmerClasses: _angular_core.Signal<string>;
|
|
@@ -3900,12 +3948,12 @@ declare class RelatedContentSidebarComponent {
|
|
|
3900
3948
|
protected funnelInsightsCount: _angular_core.Signal<number>;
|
|
3901
3949
|
protected funnelMetricsCount: _angular_core.Signal<number>;
|
|
3902
3950
|
protected businessInsightsCount: _angular_core.Signal<number>;
|
|
3903
|
-
protected headerClasses: _angular_core.Signal<"text-slate-
|
|
3951
|
+
protected headerClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3904
3952
|
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">;
|
|
3905
3953
|
protected iconBgClasses: _angular_core.Signal<"bg-blue-100 text-blue-600" | "bg-blue-900/30 text-blue-400">;
|
|
3906
3954
|
protected iconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
3907
3955
|
protected countClasses: _angular_core.Signal<"text-white" | "text-slate-900">;
|
|
3908
|
-
protected labelClasses: _angular_core.Signal<"text-slate-
|
|
3956
|
+
protected labelClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3909
3957
|
protected chevronClasses: _angular_core.Signal<"text-slate-500 group-hover:text-blue-400" | "text-slate-400 group-hover:text-blue-600">;
|
|
3910
3958
|
protected onFunnelInsightsClick(): void;
|
|
3911
3959
|
protected onFunnelMetricsClick(): void;
|
|
@@ -3926,7 +3974,7 @@ declare class ContentGenerationProgressComponent {
|
|
|
3926
3974
|
protected containerClasses: _angular_core.Signal<"bg-gradient-to-br from-slate-50 to-white" | "bg-gradient-to-br from-slate-900 to-slate-800">;
|
|
3927
3975
|
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">;
|
|
3928
3976
|
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">;
|
|
3929
|
-
protected subtitleClasses: _angular_core.Signal<"text-slate-
|
|
3977
|
+
protected subtitleClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3930
3978
|
protected progressMessageClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
|
|
3931
3979
|
protected progressBarContainerClasses: _angular_core.Signal<string>;
|
|
3932
3980
|
protected progressBarBackgroundClasses: _angular_core.Signal<"bg-slate-200" | "bg-slate-700">;
|
|
@@ -3934,7 +3982,7 @@ declare class ContentGenerationProgressComponent {
|
|
|
3934
3982
|
protected dotClasses: _angular_core.Signal<"bg-blue-400 shadow-lg shadow-blue-400/60" | "bg-cyan-300 shadow-lg shadow-cyan-300/60">;
|
|
3935
3983
|
protected dotColor: _angular_core.Signal<"#60a5fa" | "#67e8f9">;
|
|
3936
3984
|
protected progressGlowClasses: _angular_core.Signal<"bg-blue-400 shadow-xl" | "bg-cyan-300 shadow-xl">;
|
|
3937
|
-
protected percentageClasses: _angular_core.Signal<"text-slate-
|
|
3985
|
+
protected percentageClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
3938
3986
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ContentGenerationProgressComponent, never>;
|
|
3939
3987
|
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>;
|
|
3940
3988
|
}
|
|
@@ -3999,7 +4047,7 @@ declare class ChartContainerComponent {
|
|
|
3999
4047
|
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">;
|
|
4000
4048
|
headerClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
|
|
4001
4049
|
titleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
|
|
4002
|
-
descriptionClass: _angular_core.Signal<"text-slate-
|
|
4050
|
+
descriptionClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
|
|
4003
4051
|
iconClass: _angular_core.Signal<"text-slate-400 group-hover:text-blue-500" | "text-slate-500 group-hover:text-blue-400">;
|
|
4004
4052
|
chartIconClass: _angular_core.Signal<"bg-blue-500/20 text-blue-400" | "bg-blue-100 text-blue-600">;
|
|
4005
4053
|
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">;
|
|
@@ -4437,7 +4485,7 @@ declare class OpportunityHighlightBannerComponent {
|
|
|
4437
4485
|
protected titleClasses: _angular_core.Signal<"text-amber-300" | "text-amber-900">;
|
|
4438
4486
|
protected badgeClasses: _angular_core.Signal<"bg-amber-500/30 text-amber-300" | "bg-amber-200 text-amber-800">;
|
|
4439
4487
|
protected messageClasses: _angular_core.Signal<"text-amber-700" | "text-amber-400/90">;
|
|
4440
|
-
protected chevronClasses: _angular_core.Signal<"text-amber-
|
|
4488
|
+
protected chevronClasses: _angular_core.Signal<"text-amber-600" | "text-amber-400">;
|
|
4441
4489
|
handleClick(event: Event): void;
|
|
4442
4490
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OpportunityHighlightBannerComponent, never>;
|
|
4443
4491
|
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>;
|
|
@@ -4689,6 +4737,6 @@ declare function validateRevenueTarget(targetRevenue: number, calculations: Metr
|
|
|
4689
4737
|
withinTolerance: boolean;
|
|
4690
4738
|
};
|
|
4691
4739
|
|
|
4692
|
-
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, 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 };
|
|
4740
|
+
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 };
|
|
4693
4741
|
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 };
|
|
4694
4742
|
//# sourceMappingURL=index.d.ts.map
|