@eric-emg/symphiq-components 1.2.327 → 1.2.329
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 +1440 -431
- package/fesm2022/symphiq-components.mjs.map +1 -1
- package/index.d.ts +46 -36
- package/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/styles.css +48 -18
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';
|
|
@@ -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<"metric" | "insight" | "chart" | "insights-list" | "goal-insights-list" | "goal-business-insights-list" | "business-insight-detail" | "metrics-list" | "charts-list" | "recommendations-list" | "competitive-analysis" | "funnel-strengths-list" | "funnel-weaknesses-list" | "funnel-strength-detail" | "funnel-weakness-detail" | null>;
|
|
1062
1062
|
charts: _angular_core.Signal<AiChartInterface[]>;
|
|
1063
1063
|
modalKey: _angular_core.Signal<number>;
|
|
1064
1064
|
insightData: _angular_core.Signal<InsightBlockInterface | null>;
|
|
@@ -1077,7 +1077,7 @@ declare class ModalComponent {
|
|
|
1077
1077
|
description: string;
|
|
1078
1078
|
icon: string;
|
|
1079
1079
|
} | null>;
|
|
1080
|
-
metricsListData: _angular_core.Signal<
|
|
1080
|
+
metricsListData: _angular_core.Signal<InsightBlockInterface | PerformanceMetricInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | AiChartInterface | (InsightBlockInterface | PerformanceMetricInterface)[] | null>;
|
|
1081
1081
|
metricsListMetrics: _angular_core.Signal<PerformanceMetricInterface[]>;
|
|
1082
1082
|
metricsListInsightContext: _angular_core.Signal<{
|
|
1083
1083
|
title: string;
|
|
@@ -1085,7 +1085,7 @@ declare class ModalComponent {
|
|
|
1085
1085
|
businessContext: string;
|
|
1086
1086
|
priority: number;
|
|
1087
1087
|
} | null>;
|
|
1088
|
-
chartsListData: _angular_core.Signal<
|
|
1088
|
+
chartsListData: _angular_core.Signal<InsightBlockInterface | PerformanceMetricInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | AiChartInterface | (InsightBlockInterface | PerformanceMetricInterface)[] | null>;
|
|
1089
1089
|
chartsListCharts: _angular_core.Signal<AiChartInterface[]>;
|
|
1090
1090
|
chartsListInsightContext: _angular_core.Signal<{
|
|
1091
1091
|
title: string;
|
|
@@ -1093,7 +1093,7 @@ declare class ModalComponent {
|
|
|
1093
1093
|
businessContext: string;
|
|
1094
1094
|
priority: number;
|
|
1095
1095
|
} | null>;
|
|
1096
|
-
recommendationsListData: _angular_core.Signal<
|
|
1096
|
+
recommendationsListData: _angular_core.Signal<InsightBlockInterface | PerformanceMetricInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | AiChartInterface | (InsightBlockInterface | PerformanceMetricInterface)[] | null>;
|
|
1097
1097
|
recommendationsListRecommendations: _angular_core.Signal<string[]>;
|
|
1098
1098
|
recommendationsListInsightContext: _angular_core.Signal<{
|
|
1099
1099
|
title: string;
|
|
@@ -1101,7 +1101,7 @@ declare class ModalComponent {
|
|
|
1101
1101
|
businessContext: string;
|
|
1102
1102
|
priority: number;
|
|
1103
1103
|
} | null>;
|
|
1104
|
-
competitiveAnalysisData: _angular_core.Signal<
|
|
1104
|
+
competitiveAnalysisData: _angular_core.Signal<InsightBlockInterface | PerformanceMetricInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | AiChartInterface | (InsightBlockInterface | PerformanceMetricInterface)[] | null>;
|
|
1105
1105
|
competitiveAnalysisContext: _angular_core.Signal<{
|
|
1106
1106
|
title: string;
|
|
1107
1107
|
description: string;
|
|
@@ -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-
|
|
1456
|
+
headerTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
1457
1457
|
headerSubtitleClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
1458
1458
|
metaLabelClass: _angular_core.Signal<"text-slate-600" | "text-slate-500">;
|
|
1459
|
-
sectionTitleClass: _angular_core.Signal<"text-
|
|
1459
|
+
sectionTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
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;
|
|
@@ -1619,9 +1619,9 @@ 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-
|
|
1623
|
-
competitiveComparisonDefaultClass: _angular_core.Signal<"text-slate-
|
|
1624
|
-
competitiveComparisonClass: _angular_core.Signal<"text-slate-
|
|
1622
|
+
competitiveScoreTextClass: _angular_core.Signal<"" | "text-emerald-600" | "text-blue-700" | "text-blue-400" | "text-orange-600">;
|
|
1623
|
+
competitiveComparisonDefaultClass: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
1624
|
+
competitiveComparisonClass: _angular_core.Signal<"text-slate-700" | "text-slate-300" | "text-emerald-600 font-semibold" | "text-orange-600 font-semibold">;
|
|
1625
1625
|
getCompetitiveScoreIcon(): string;
|
|
1626
1626
|
getCompetitiveScoreLabel(): string;
|
|
1627
1627
|
getCompetitiveScoreLabelFull(): string;
|
|
@@ -1862,10 +1862,10 @@ declare class OverallAssessmentComponent {
|
|
|
1862
1862
|
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">;
|
|
1863
1863
|
lightModeTrendIconClass: _angular_core.Signal<"text-emerald-600" | "text-red-600">;
|
|
1864
1864
|
darkModeTrendIconClass: _angular_core.Signal<"text-emerald-400" | "text-red-400">;
|
|
1865
|
-
trendIconClass: _angular_core.Signal<"text-emerald-
|
|
1865
|
+
trendIconClass: _angular_core.Signal<"text-emerald-600" | "text-emerald-400" | "text-red-600" | "text-red-400">;
|
|
1866
1866
|
lightModeTrendValueClass: _angular_core.Signal<"text-emerald-600" | "text-red-600">;
|
|
1867
1867
|
darkModeTrendValueClass: _angular_core.Signal<"text-emerald-400" | "text-red-400">;
|
|
1868
|
-
trendValueClass: _angular_core.Signal<"text-emerald-
|
|
1868
|
+
trendValueClass: _angular_core.Signal<"text-emerald-600" | "text-emerald-400" | "text-red-600" | "text-red-400">;
|
|
1869
1869
|
formattedRevenueTrend: _angular_core.Signal<string>;
|
|
1870
1870
|
formattedRevenueTarget: _angular_core.Signal<string>;
|
|
1871
1871
|
hasRevenuePacing: _angular_core.Signal<boolean>;
|
|
@@ -2751,7 +2751,7 @@ declare class PacingStatusBadgeComponent implements OnDestroy {
|
|
|
2751
2751
|
private animateValue;
|
|
2752
2752
|
protected displayInfo: _angular_core.Signal<PacingDisplayInfo>;
|
|
2753
2753
|
protected containerClasses: _angular_core.Signal<string>;
|
|
2754
|
-
protected targetRotation: _angular_core.Signal<
|
|
2754
|
+
protected targetRotation: _angular_core.Signal<1 | 0 | -1>;
|
|
2755
2755
|
protected rotationStyle: _angular_core.Signal<string>;
|
|
2756
2756
|
protected fullBadgeRotationStyle: _angular_core.Signal<string>;
|
|
2757
2757
|
protected containerSizeClasses: _angular_core.Signal<"inline-flex flex-row items-center rounded-xl border-2 overflow-visible transition-transform hover:rotate-0 pl-1.5" | "inline-flex flex-row items-center rounded-xl border-2 overflow-visible transition-transform hover:rotate-0 pl-2">;
|
|
@@ -3302,15 +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>;
|
|
3306
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>;
|
|
3307
3313
|
protected isSubscriptionActive: _angular_core.Signal<boolean>;
|
|
3308
3314
|
protected hasBillingCurrency: _angular_core.Signal<boolean>;
|
|
3309
3315
|
protected hasCurrencySelected: _angular_core.Signal<boolean>;
|
|
3310
3316
|
protected shouldShowContinueButton: _angular_core.Signal<boolean>;
|
|
3317
|
+
protected shouldShowStickyButton: _angular_core.Signal<boolean>;
|
|
3311
3318
|
private readonly COLLAPSE_THRESHOLD;
|
|
3312
3319
|
private readonly EXPAND_THRESHOLD;
|
|
3313
3320
|
private currencySelectionEffect;
|
|
3321
|
+
private planLoadingEffect;
|
|
3314
3322
|
private embeddedScrollEffect;
|
|
3315
3323
|
protected funnelAnalysisSignal: _angular_core.WritableSignal<FunnelAnalysisInterface | undefined>;
|
|
3316
3324
|
protected readonly headerScrollService: HeaderScrollService;
|
|
@@ -3439,7 +3447,6 @@ declare class SymphiqProfileAnalysisDashboardComponent implements OnInit, OnChan
|
|
|
3439
3447
|
viewMode: ViewModeEnum;
|
|
3440
3448
|
} | null;
|
|
3441
3449
|
protected handleDisplayModeChange(mode: DisplayModeEnum): void;
|
|
3442
|
-
protected handleCurrencySelection(currency: CurrencyCodeEnum): void;
|
|
3443
3450
|
protected handleStickyButtonClick(): void;
|
|
3444
3451
|
protected readonly CurrencyCodeEnum: typeof CurrencyCodeEnum;
|
|
3445
3452
|
protected getAnalysisTypeLabel(): string;
|
|
@@ -3477,8 +3484,11 @@ declare class SymphiqProfileAnalysisDashboardComponent implements OnInit, OnChan
|
|
|
3477
3484
|
protected onKeyStrengthsClick(summary: ExecutiveSummaryInterface): void;
|
|
3478
3485
|
protected onCriticalGapsClick(summary: ExecutiveSummaryInterface): void;
|
|
3479
3486
|
protected scrollToQuickWins(): void;
|
|
3487
|
+
protected handleCurrencySelection(currency: CurrencyCodeEnum): void;
|
|
3488
|
+
protected handlePeriodUnitChange(periodUnit: ChargebeeItemPricePeriodUnitEnum): void;
|
|
3489
|
+
protected handlePlanSelection(plan: PlanCardInfoInterface): void;
|
|
3480
3490
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SymphiqProfileAnalysisDashboardComponent, never>;
|
|
3481
|
-
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>;
|
|
3482
3492
|
}
|
|
3483
3493
|
|
|
3484
3494
|
declare class ShopWelcomeBannerComponent {
|
|
@@ -3580,25 +3590,25 @@ declare class MetricExecutiveSummaryComponent {
|
|
|
3580
3590
|
protected isDark: _angular_core.Signal<boolean>;
|
|
3581
3591
|
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">;
|
|
3582
3592
|
protected titleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
3583
|
-
protected textClasses: _angular_core.Signal<"text-slate-
|
|
3593
|
+
protected textClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
3584
3594
|
protected iconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
3585
3595
|
protected healthBadgeClasses: _angular_core.Signal<string>;
|
|
3586
3596
|
protected pacingBadgeClasses: _angular_core.Signal<string>;
|
|
3587
3597
|
protected metricCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
|
|
3588
3598
|
protected metricLabelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
3589
3599
|
protected metricValueClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
3590
|
-
protected yoyChangeClasses: _angular_core.Signal<"text-
|
|
3600
|
+
protected yoyChangeClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400" | "text-emerald-600" | "text-emerald-400" | "text-red-600" | "text-red-400">;
|
|
3591
3601
|
protected getYoyIcon(): string;
|
|
3592
3602
|
protected getPacingValueClasses(): string;
|
|
3593
3603
|
protected getHealthValueClasses(): string;
|
|
3594
3604
|
protected narrativeClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-600/20">;
|
|
3595
|
-
protected narrativeTitleClasses: _angular_core.Signal<"text-slate-
|
|
3605
|
+
protected narrativeTitleClasses: _angular_core.Signal<"text-slate-200" | "text-slate-800">;
|
|
3596
3606
|
protected narrativeTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
3597
3607
|
protected sectionTitleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
3598
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">;
|
|
3599
3609
|
protected priorityNumberClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-300" | "bg-blue-100 text-blue-800">;
|
|
3600
3610
|
protected priorityTitleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
3601
|
-
protected priorityTextClasses: _angular_core.Signal<"text-slate-
|
|
3611
|
+
protected priorityTextClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
3602
3612
|
protected impactBoxClasses: _angular_core.Signal<"bg-slate-800/30 border border-slate-700/30" | "bg-slate-50/50 border border-slate-200">;
|
|
3603
3613
|
protected impactLabelClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
3604
3614
|
protected impactTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
@@ -3802,14 +3812,14 @@ declare class SearchModalComponent {
|
|
|
3802
3812
|
clearButtonClass: _angular_core.Signal<"bg-slate-100 text-slate-600 hover:bg-slate-200" | "bg-slate-700 text-slate-300 hover:bg-slate-600">;
|
|
3803
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">;
|
|
3804
3814
|
resultsContainerClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
|
|
3805
|
-
resultTitleClass: _angular_core.Signal<"text-
|
|
3815
|
+
resultTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
3806
3816
|
resultDescClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
3807
3817
|
breadcrumbClass: _angular_core.Signal<string>;
|
|
3808
3818
|
typeBadgeClass: _angular_core.Signal<"bg-slate-100 text-slate-600" | "bg-slate-700 text-slate-300">;
|
|
3809
3819
|
arrowClass: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
|
|
3810
3820
|
emptyStateClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
|
|
3811
|
-
emptyIconClass: _angular_core.Signal<"text-slate-
|
|
3812
|
-
emptyTitleClass: _angular_core.Signal<"text-
|
|
3821
|
+
emptyIconClass: _angular_core.Signal<"text-slate-600" | "text-slate-300">;
|
|
3822
|
+
emptyTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
3813
3823
|
emptyDescClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
3814
3824
|
shortcutsClass: _angular_core.Signal<"bg-slate-900/50 border-slate-700" | "bg-slate-50 border-slate-200">;
|
|
3815
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">;
|
|
@@ -3912,11 +3922,11 @@ declare class ConfidenceLevelCardComponent implements OnInit, OnDestroy {
|
|
|
3912
3922
|
protected gradeBadgeContainerClasses: _angular_core.Signal<string>;
|
|
3913
3923
|
protected glowEffectClasses: _angular_core.Signal<"bg-emerald-500" | "bg-blue-500" | "bg-orange-500" | "bg-red-500">;
|
|
3914
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)]">;
|
|
3915
|
-
protected gradeLabelClasses: _angular_core.Signal<"text-
|
|
3925
|
+
protected gradeLabelClasses: _angular_core.Signal<"text-emerald-700" | "text-blue-700" | "text-red-700" | "text-orange-700" | "text-red-300" | "text-blue-300" | "text-emerald-300" | "text-orange-300">;
|
|
3916
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">;
|
|
3917
|
-
protected descriptionClasses: _angular_core.Signal<"text-slate-
|
|
3918
|
-
protected progressLabelClasses: _angular_core.Signal<"text-slate-
|
|
3919
|
-
protected progressValueClasses: _angular_core.Signal<"text-
|
|
3927
|
+
protected descriptionClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
3928
|
+
protected progressLabelClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
3929
|
+
protected progressValueClasses: _angular_core.Signal<"text-emerald-600" | "text-emerald-400" | "text-red-600" | "text-red-400" | "text-blue-400" | "text-orange-600" | "text-orange-400" | "text-blue-600">;
|
|
3920
3930
|
protected progressTrackClasses: _angular_core.Signal<"bg-slate-700/50 shadow-inner" | "bg-slate-200 shadow-inner">;
|
|
3921
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">;
|
|
3922
3932
|
protected shimmerClasses: _angular_core.Signal<string>;
|
|
@@ -3942,7 +3952,7 @@ declare class RelatedContentSidebarComponent {
|
|
|
3942
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">;
|
|
3943
3953
|
protected iconBgClasses: _angular_core.Signal<"bg-blue-100 text-blue-600" | "bg-blue-900/30 text-blue-400">;
|
|
3944
3954
|
protected iconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
3945
|
-
protected countClasses: _angular_core.Signal<"text-
|
|
3955
|
+
protected countClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
3946
3956
|
protected labelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
3947
3957
|
protected chevronClasses: _angular_core.Signal<"text-slate-500 group-hover:text-blue-400" | "text-slate-400 group-hover:text-blue-600">;
|
|
3948
3958
|
protected onFunnelInsightsClick(): void;
|
|
@@ -3965,7 +3975,7 @@ declare class ContentGenerationProgressComponent {
|
|
|
3965
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">;
|
|
3966
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">;
|
|
3967
3977
|
protected subtitleClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
3968
|
-
protected progressMessageClasses: _angular_core.Signal<"text-slate-
|
|
3978
|
+
protected progressMessageClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
3969
3979
|
protected progressBarContainerClasses: _angular_core.Signal<string>;
|
|
3970
3980
|
protected progressBarBackgroundClasses: _angular_core.Signal<"bg-slate-200" | "bg-slate-700">;
|
|
3971
3981
|
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">;
|
|
@@ -4002,8 +4012,8 @@ declare class IndeterminateSpinnerComponent {
|
|
|
4002
4012
|
svgSize: _angular_core.Signal<40 | 80 | 60>;
|
|
4003
4013
|
circleRadius: _angular_core.Signal<16 | 36 | 26>;
|
|
4004
4014
|
svgCircleRadius: _angular_core.Signal<number>;
|
|
4005
|
-
strokeWidth: _angular_core.Signal<
|
|
4006
|
-
dotSize: _angular_core.Signal<
|
|
4015
|
+
strokeWidth: _angular_core.Signal<3 | 2 | 2.5>;
|
|
4016
|
+
dotSize: _angular_core.Signal<5 | 10 | 7>;
|
|
4007
4017
|
containerClasses: _angular_core.Signal<{
|
|
4008
4018
|
'w-10 h-10': boolean;
|
|
4009
4019
|
'w-16 h-16': boolean;
|
|
@@ -4036,10 +4046,10 @@ declare class ChartContainerComponent {
|
|
|
4036
4046
|
protected ChartTypeEnum: typeof ChartTypeEnum;
|
|
4037
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">;
|
|
4038
4048
|
headerClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
|
|
4039
|
-
titleClass: _angular_core.Signal<"text-
|
|
4049
|
+
titleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
4040
4050
|
descriptionClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
4041
4051
|
iconClass: _angular_core.Signal<"text-slate-400 group-hover:text-blue-500" | "text-slate-500 group-hover:text-blue-400">;
|
|
4042
|
-
chartIconClass: _angular_core.Signal<"bg-blue-
|
|
4052
|
+
chartIconClass: _angular_core.Signal<"bg-blue-100 text-blue-600" | "bg-blue-500/20 text-blue-400">;
|
|
4043
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">;
|
|
4044
4054
|
closeButtonClass: _angular_core.Signal<"bg-slate-100 text-slate-600 hover:bg-slate-200" | "bg-slate-700/50 text-slate-400 hover:bg-slate-600/50">;
|
|
4045
4055
|
isCollapsible: _angular_core.Signal<boolean>;
|
|
@@ -4218,7 +4228,7 @@ declare class TooltipContainerComponent {
|
|
|
4218
4228
|
isVisible: _angular_core.Signal<boolean>;
|
|
4219
4229
|
tooltipType: _angular_core.Signal<string | null>;
|
|
4220
4230
|
tooltipContent: _angular_core.Signal<string | Record<string, unknown> | undefined>;
|
|
4221
|
-
tooltipPosition: _angular_core.Signal<"
|
|
4231
|
+
tooltipPosition: _angular_core.Signal<"top" | "bottom" | "left" | "right" | "auto">;
|
|
4222
4232
|
targetRect: _angular_core.Signal<DOMRect | null>;
|
|
4223
4233
|
mousePosition: _angular_core.Signal<{
|
|
4224
4234
|
x: number;
|
|
@@ -4475,7 +4485,7 @@ declare class OpportunityHighlightBannerComponent {
|
|
|
4475
4485
|
protected titleClasses: _angular_core.Signal<"text-amber-300" | "text-amber-900">;
|
|
4476
4486
|
protected badgeClasses: _angular_core.Signal<"bg-amber-500/30 text-amber-300" | "bg-amber-200 text-amber-800">;
|
|
4477
4487
|
protected messageClasses: _angular_core.Signal<"text-amber-700" | "text-amber-400/90">;
|
|
4478
|
-
protected chevronClasses: _angular_core.Signal<"text-amber-
|
|
4488
|
+
protected chevronClasses: _angular_core.Signal<"text-amber-600" | "text-amber-400">;
|
|
4479
4489
|
handleClick(event: Event): void;
|
|
4480
4490
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OpportunityHighlightBannerComponent, never>;
|
|
4481
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>;
|