@eric-emg/symphiq-components 1.2.436 → 1.2.438
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 +294 -188
- package/fesm2022/symphiq-components.mjs.map +1 -1
- package/index.d.ts +57 -49
- package/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/styles.css +22 -9
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, ProfileShopQuestionInterface, AbstractItemProfileAnswerInterface, AbstractItemProfileAnswerHistoryInterface, AccountInterface, ProfileShopInterface, PlanCardInfoInterface, CurrencyCodeEnum, ChargebeeItemPricePeriodUnitEnum, ChargebeeItemPriceInterface, IconSourceEnum, ProfileAnalysisSectionV3Interface, ExecutiveSummaryInterface, ProfileFocusAreaInterface, 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, ProfileShopQuestionInterface, AbstractItemProfileAnswerInterface, AbstractItemProfileAnswerHistoryInterface, AccountInterface, ProfileShopInterface, PlanCardInfoInterface, CurrencyCodeEnum, ChargebeeItemPricePeriodUnitEnum, ChargebeeItemPriceInterface, IconSourceEnum, ProfileAnalysisSectionV3Interface, ExecutiveSummaryInterface, ProfileFocusAreaInterface, ProfileFocusAreaQuestionInterface, 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';
|
|
@@ -1480,10 +1480,10 @@ declare class SymphiqFunnelAnalysisDashboardComponent implements AfterViewInit {
|
|
|
1480
1480
|
*/
|
|
1481
1481
|
private chartsById;
|
|
1482
1482
|
headerClass: _angular_core.Signal<string>;
|
|
1483
|
-
headerTitleClass: _angular_core.Signal<"text-
|
|
1484
|
-
headerSubtitleClass: _angular_core.Signal<"text-slate-
|
|
1483
|
+
headerTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
1484
|
+
headerSubtitleClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
1485
1485
|
metaLabelClass: _angular_core.Signal<"text-slate-600" | "text-slate-500">;
|
|
1486
|
-
sectionTitleClass: _angular_core.Signal<"text-
|
|
1486
|
+
sectionTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
1487
1487
|
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">;
|
|
1488
1488
|
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">;
|
|
1489
1489
|
formattedGeneratedDate: _angular_core.Signal<string | null>;
|
|
@@ -1646,9 +1646,9 @@ declare class MetricCardComponent {
|
|
|
1646
1646
|
competitiveScoreBadgeLightClass: _angular_core.Signal<string>;
|
|
1647
1647
|
competitiveScoreBadgeDarkClass: _angular_core.Signal<string>;
|
|
1648
1648
|
competitiveScoreBadgeClass: _angular_core.Signal<string>;
|
|
1649
|
-
competitiveScoreTextClass: _angular_core.Signal<"text-blue-
|
|
1650
|
-
competitiveComparisonDefaultClass: _angular_core.Signal<"text-slate-
|
|
1651
|
-
competitiveComparisonClass: _angular_core.Signal<"text-slate-
|
|
1649
|
+
competitiveScoreTextClass: _angular_core.Signal<"text-blue-400" | "" | "text-emerald-600" | "text-blue-700" | "text-orange-600">;
|
|
1650
|
+
competitiveComparisonDefaultClass: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
1651
|
+
competitiveComparisonClass: _angular_core.Signal<"text-slate-700" | "text-slate-300" | "text-emerald-600 font-semibold" | "text-orange-600 font-semibold">;
|
|
1652
1652
|
getCompetitiveScoreIcon(): string;
|
|
1653
1653
|
getCompetitiveScoreLabel(): string;
|
|
1654
1654
|
getCompetitiveScoreLabelFull(): string;
|
|
@@ -1889,10 +1889,10 @@ declare class OverallAssessmentComponent {
|
|
|
1889
1889
|
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">;
|
|
1890
1890
|
lightModeTrendIconClass: _angular_core.Signal<"text-emerald-600" | "text-red-600">;
|
|
1891
1891
|
darkModeTrendIconClass: _angular_core.Signal<"text-emerald-400" | "text-red-400">;
|
|
1892
|
-
trendIconClass: _angular_core.Signal<"text-emerald-
|
|
1892
|
+
trendIconClass: _angular_core.Signal<"text-emerald-600" | "text-emerald-400" | "text-red-600" | "text-red-400">;
|
|
1893
1893
|
lightModeTrendValueClass: _angular_core.Signal<"text-emerald-600" | "text-red-600">;
|
|
1894
1894
|
darkModeTrendValueClass: _angular_core.Signal<"text-emerald-400" | "text-red-400">;
|
|
1895
|
-
trendValueClass: _angular_core.Signal<"text-emerald-
|
|
1895
|
+
trendValueClass: _angular_core.Signal<"text-emerald-600" | "text-emerald-400" | "text-red-600" | "text-red-400">;
|
|
1896
1896
|
formattedRevenueTrend: _angular_core.Signal<string>;
|
|
1897
1897
|
formattedRevenueTarget: _angular_core.Signal<string>;
|
|
1898
1898
|
hasRevenuePacing: _angular_core.Signal<boolean>;
|
|
@@ -3770,6 +3770,7 @@ interface FocusAreaCardData {
|
|
|
3770
3770
|
canViewDetails: boolean;
|
|
3771
3771
|
selfContentStatus: AiDynamicContentStatusEnum | null;
|
|
3772
3772
|
itemStatus: ItemStatusInterface | null;
|
|
3773
|
+
profileFocusArea: ProfileFocusAreaInterface | null;
|
|
3773
3774
|
}
|
|
3774
3775
|
declare class SymphiqProfileFocusAreasAnalysesDashboardComponent {
|
|
3775
3776
|
requestedByUser: _angular_core.InputSignal<UserInterface | undefined>;
|
|
@@ -3781,6 +3782,7 @@ declare class SymphiqProfileFocusAreasAnalysesDashboardComponent {
|
|
|
3781
3782
|
focusAreaDetails: _angular_core.InputSignal<FocusAreaDetailInterface[] | undefined>;
|
|
3782
3783
|
account: _angular_core.InputSignal<AccountInterface | undefined>;
|
|
3783
3784
|
profileFocusAreas: _angular_core.InputSignal<ProfileFocusAreaInterface[] | undefined>;
|
|
3785
|
+
profileFocusAreaQuestions: _angular_core.InputSignal<ProfileFocusAreaQuestionInterface[] | undefined>;
|
|
3784
3786
|
itemStatusesProfileFocusArea: _angular_core.InputSignal<ItemStatusInterface[] | undefined>;
|
|
3785
3787
|
itemStatusesProfileAnalysis: _angular_core.InputSignal<ItemStatusInterface[] | undefined>;
|
|
3786
3788
|
isOnboarded: _angular_core.InputSignal<boolean>;
|
|
@@ -3795,6 +3797,7 @@ declare class SymphiqProfileFocusAreasAnalysesDashboardComponent {
|
|
|
3795
3797
|
displayMode: _angular_core.InputSignal<DisplayModeEnum>;
|
|
3796
3798
|
currentStepId: _angular_core.InputSignal<JourneyStepIdEnum>;
|
|
3797
3799
|
focusAreaClicked: _angular_core.OutputEmitterRef<FocusAreaDomainEnum>;
|
|
3800
|
+
focusAreaFooterClicked: _angular_core.OutputEmitterRef<ProfileFocusAreaInterface>;
|
|
3798
3801
|
stepClick: _angular_core.OutputEmitterRef<number>;
|
|
3799
3802
|
nextStepClick: _angular_core.OutputEmitterRef<void>;
|
|
3800
3803
|
answerFocusAreaProfileQuestions: _angular_core.OutputEmitterRef<string | null>;
|
|
@@ -3817,6 +3820,7 @@ declare class SymphiqProfileFocusAreasAnalysesDashboardComponent {
|
|
|
3817
3820
|
notInterestedFocusAreaCards: _angular_core.Signal<FocusAreaCardData[]>;
|
|
3818
3821
|
allInterestedFocusAreasGenerated: _angular_core.Signal<boolean>;
|
|
3819
3822
|
handleFocusAreaClick(domain: FocusAreaDomainEnum): void;
|
|
3823
|
+
handleFooterClick(profileFocusArea: ProfileFocusAreaInterface): void;
|
|
3820
3824
|
handleSearchClick(): void;
|
|
3821
3825
|
handleCloseSearchModal(): void;
|
|
3822
3826
|
getContainerClasses(): string;
|
|
@@ -3835,6 +3839,10 @@ declare class SymphiqProfileFocusAreasAnalysesDashboardComponent {
|
|
|
3835
3839
|
getWelcomeBannerHighlightIconClasses(): string;
|
|
3836
3840
|
getWelcomeBannerHighlightTitleClasses(): string;
|
|
3837
3841
|
getWelcomeBannerHighlightListClasses(): string;
|
|
3842
|
+
getWelcomeBannerNextStepsClasses(): string;
|
|
3843
|
+
getWelcomeBannerNextStepsIconClasses(): string;
|
|
3844
|
+
getWelcomeBannerNextStepsTitleClasses(): string;
|
|
3845
|
+
getWelcomeBannerNextStepsTextClasses(): string;
|
|
3838
3846
|
private getIconForDomain;
|
|
3839
3847
|
getEngagementBadgeClasses(status: FocusAreaDetailStatusEnum): string;
|
|
3840
3848
|
getEngagementStatusLabel(status: FocusAreaDetailStatusEnum): string;
|
|
@@ -3843,7 +3851,7 @@ declare class SymphiqProfileFocusAreasAnalysesDashboardComponent {
|
|
|
3843
3851
|
getDividerClasses(): string;
|
|
3844
3852
|
getDividerLabelClasses(): string;
|
|
3845
3853
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SymphiqProfileFocusAreasAnalysesDashboardComponent, never>;
|
|
3846
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SymphiqProfileFocusAreasAnalysesDashboardComponent, "symphiq-profile-focus-areas-analyses-dashboard", never, { "requestedByUser": { "alias": "requestedByUser"; "required": false; "isSignal": true; }; "createdDate": { "alias": "createdDate"; "required": false; "isSignal": true; }; "embedded": { "alias": "embedded"; "required": false; "isSignal": true; }; "profileAnalyses": { "alias": "profileAnalyses"; "required": false; "isSignal": true; }; "profile": { "alias": "profile"; "required": false; "isSignal": true; }; "funnelAnalysis": { "alias": "funnelAnalysis"; "required": false; "isSignal": true; }; "focusAreaDetails": { "alias": "focusAreaDetails"; "required": false; "isSignal": true; }; "account": { "alias": "account"; "required": false; "isSignal": true; }; "profileFocusAreas": { "alias": "profileFocusAreas"; "required": false; "isSignal": true; }; "itemStatusesProfileFocusArea": { "alias": "itemStatusesProfileFocusArea"; "required": false; "isSignal": true; }; "itemStatusesProfileAnalysis": { "alias": "itemStatusesProfileAnalysis"; "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; }; "users": { "alias": "users"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "forDemo": { "alias": "forDemo"; "required": false; "isSignal": true; }; "currentUser": { "alias": "currentUser"; "required": false; "isSignal": true; }; "maxAccessibleStepId": { "alias": "maxAccessibleStepId"; "required": false; "isSignal": true; }; "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "displayMode": { "alias": "displayMode"; "required": false; "isSignal": true; }; "currentStepId": { "alias": "currentStepId"; "required": false; "isSignal": true; }; }, { "focusAreaClicked": "focusAreaClicked"; "stepClick": "stepClick"; "nextStepClick": "nextStepClick"; "answerFocusAreaProfileQuestions": "answerFocusAreaProfileQuestions"; "continueFocusAreaProfileQuestions": "continueFocusAreaProfileQuestions"; "profileQuestionAnswerSave": "profileQuestionAnswerSave"; "focusAreaProfileAdminAnswerAction": "focusAreaProfileAdminAnswerAction"; }, never, never, true, never>;
|
|
3854
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SymphiqProfileFocusAreasAnalysesDashboardComponent, "symphiq-profile-focus-areas-analyses-dashboard", never, { "requestedByUser": { "alias": "requestedByUser"; "required": false; "isSignal": true; }; "createdDate": { "alias": "createdDate"; "required": false; "isSignal": true; }; "embedded": { "alias": "embedded"; "required": false; "isSignal": true; }; "profileAnalyses": { "alias": "profileAnalyses"; "required": false; "isSignal": true; }; "profile": { "alias": "profile"; "required": false; "isSignal": true; }; "funnelAnalysis": { "alias": "funnelAnalysis"; "required": false; "isSignal": true; }; "focusAreaDetails": { "alias": "focusAreaDetails"; "required": false; "isSignal": true; }; "account": { "alias": "account"; "required": false; "isSignal": true; }; "profileFocusAreas": { "alias": "profileFocusAreas"; "required": false; "isSignal": true; }; "profileFocusAreaQuestions": { "alias": "profileFocusAreaQuestions"; "required": false; "isSignal": true; }; "itemStatusesProfileFocusArea": { "alias": "itemStatusesProfileFocusArea"; "required": false; "isSignal": true; }; "itemStatusesProfileAnalysis": { "alias": "itemStatusesProfileAnalysis"; "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; }; "users": { "alias": "users"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "forDemo": { "alias": "forDemo"; "required": false; "isSignal": true; }; "currentUser": { "alias": "currentUser"; "required": false; "isSignal": true; }; "maxAccessibleStepId": { "alias": "maxAccessibleStepId"; "required": false; "isSignal": true; }; "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "displayMode": { "alias": "displayMode"; "required": false; "isSignal": true; }; "currentStepId": { "alias": "currentStepId"; "required": false; "isSignal": true; }; }, { "focusAreaClicked": "focusAreaClicked"; "focusAreaFooterClicked": "focusAreaFooterClicked"; "stepClick": "stepClick"; "nextStepClick": "nextStepClick"; "answerFocusAreaProfileQuestions": "answerFocusAreaProfileQuestions"; "continueFocusAreaProfileQuestions": "continueFocusAreaProfileQuestions"; "profileQuestionAnswerSave": "profileQuestionAnswerSave"; "focusAreaProfileAdminAnswerAction": "focusAreaProfileAdminAnswerAction"; }, never, never, true, never>;
|
|
3847
3855
|
}
|
|
3848
3856
|
|
|
3849
3857
|
declare class MetricWelcomeBannerComponent {
|
|
@@ -3924,32 +3932,32 @@ declare class MetricExecutiveSummaryComponent {
|
|
|
3924
3932
|
protected isDark: _angular_core.Signal<boolean>;
|
|
3925
3933
|
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">;
|
|
3926
3934
|
protected titleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
3927
|
-
protected textClasses: _angular_core.Signal<"text-slate-
|
|
3928
|
-
protected iconClasses: _angular_core.Signal<"text-blue-
|
|
3935
|
+
protected textClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
3936
|
+
protected iconClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
|
|
3929
3937
|
protected healthBadgeClasses: _angular_core.Signal<string>;
|
|
3930
3938
|
protected pacingBadgeClasses: _angular_core.Signal<string>;
|
|
3931
3939
|
protected metricCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
|
|
3932
|
-
protected metricLabelClasses: _angular_core.Signal<"text-slate-
|
|
3940
|
+
protected metricLabelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
3933
3941
|
protected metricValueClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
3934
|
-
protected yoyChangeClasses: _angular_core.Signal<"text-slate-
|
|
3942
|
+
protected yoyChangeClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400" | "text-emerald-600" | "text-emerald-400" | "text-red-600" | "text-red-400">;
|
|
3935
3943
|
protected getYoyIcon(): string;
|
|
3936
3944
|
protected getPacingValueClasses(): string;
|
|
3937
3945
|
protected getHealthValueClasses(): string;
|
|
3938
3946
|
protected narrativeClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-600/20">;
|
|
3939
3947
|
protected narrativeTitleClasses: _angular_core.Signal<"text-slate-200" | "text-slate-800">;
|
|
3940
|
-
protected narrativeTextClasses: _angular_core.Signal<"text-slate-
|
|
3948
|
+
protected narrativeTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
3941
3949
|
protected sectionTitleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
3942
3950
|
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">;
|
|
3943
3951
|
protected priorityNumberClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-300" | "bg-blue-100 text-blue-800">;
|
|
3944
3952
|
protected priorityTitleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
3945
|
-
protected priorityTextClasses: _angular_core.Signal<"text-slate-
|
|
3953
|
+
protected priorityTextClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
3946
3954
|
protected impactBoxClasses: _angular_core.Signal<"bg-slate-800/30 border border-slate-700/30" | "bg-slate-50/50 border border-slate-200">;
|
|
3947
|
-
protected impactLabelClasses: _angular_core.Signal<"text-blue-
|
|
3948
|
-
protected impactTextClasses: _angular_core.Signal<"text-slate-
|
|
3955
|
+
protected impactLabelClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
|
|
3956
|
+
protected impactTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
3949
3957
|
protected quickWinCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
|
|
3950
3958
|
protected numberBadgeClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-300" | "bg-blue-100 text-blue-800">;
|
|
3951
3959
|
protected quickWinTextClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
3952
|
-
protected metaTextClasses: _angular_core.Signal<"text-slate-
|
|
3960
|
+
protected metaTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
3953
3961
|
protected getEffortBadgeClasses(effort: string | undefined): string;
|
|
3954
3962
|
protected getImpactBadgeClasses(impact: string | undefined): string;
|
|
3955
3963
|
protected formatMetricName(name: string): string;
|
|
@@ -4323,18 +4331,18 @@ declare class SearchModalComponent {
|
|
|
4323
4331
|
clearButtonClass: _angular_core.Signal<"bg-slate-100 text-slate-600 hover:bg-slate-200" | "bg-slate-700 text-slate-300 hover:bg-slate-600">;
|
|
4324
4332
|
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">;
|
|
4325
4333
|
resultsContainerClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
|
|
4326
|
-
resultTitleClass: _angular_core.Signal<"text-
|
|
4327
|
-
resultDescClass: _angular_core.Signal<"text-slate-
|
|
4334
|
+
resultTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
4335
|
+
resultDescClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
4328
4336
|
breadcrumbClass: _angular_core.Signal<string>;
|
|
4329
4337
|
typeBadgeClass: _angular_core.Signal<"bg-slate-100 text-slate-600" | "bg-slate-700 text-slate-300">;
|
|
4330
4338
|
arrowClass: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
|
|
4331
4339
|
emptyStateClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
|
|
4332
|
-
emptyIconClass: _angular_core.Signal<"text-slate-
|
|
4333
|
-
emptyTitleClass: _angular_core.Signal<"text-
|
|
4334
|
-
emptyDescClass: _angular_core.Signal<"text-slate-
|
|
4340
|
+
emptyIconClass: _angular_core.Signal<"text-slate-300" | "text-slate-600">;
|
|
4341
|
+
emptyTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
4342
|
+
emptyDescClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
4335
4343
|
shortcutsClass: _angular_core.Signal<"bg-slate-900/50 border-slate-700" | "bg-slate-50 border-slate-200">;
|
|
4336
4344
|
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">;
|
|
4337
|
-
shortcutTextClass: _angular_core.Signal<"text-slate-
|
|
4345
|
+
shortcutTextClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
4338
4346
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SearchModalComponent, never>;
|
|
4339
4347
|
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>;
|
|
4340
4348
|
}
|
|
@@ -4359,7 +4367,7 @@ declare class DashboardHeaderComponent {
|
|
|
4359
4367
|
protected onViewModeClick(): void;
|
|
4360
4368
|
formattedGeneratedDate: _angular_core.Signal<string>;
|
|
4361
4369
|
formatDate(dateString: string): string;
|
|
4362
|
-
headerTitleClass: _angular_core.Signal<"text-
|
|
4370
|
+
headerTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
4363
4371
|
metaLabelClass: _angular_core.Signal<"text-slate-600" | "text-slate-500">;
|
|
4364
4372
|
protected getHeaderClasses(): string;
|
|
4365
4373
|
protected getMainTitleClasses(): string;
|
|
@@ -4385,7 +4393,7 @@ declare class GradeBadgeComponent {
|
|
|
4385
4393
|
explanation: string;
|
|
4386
4394
|
}>;
|
|
4387
4395
|
private formatGrade;
|
|
4388
|
-
badgeLabelClass: _angular_core.Signal<"text-slate-
|
|
4396
|
+
badgeLabelClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
4389
4397
|
gradeBadgeClass: _angular_core.Signal<string>;
|
|
4390
4398
|
private getGradeBadgeClassLight;
|
|
4391
4399
|
private getGradeBadgeClassDark;
|
|
@@ -4467,15 +4475,15 @@ declare class ConfidenceLevelCardComponent implements OnInit, OnDestroy {
|
|
|
4467
4475
|
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">;
|
|
4468
4476
|
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">;
|
|
4469
4477
|
protected titleClasses: _angular_core.Signal<"text-white" | "bg-gradient-to-r from-slate-700 to-slate-900 bg-clip-text text-transparent">;
|
|
4470
|
-
protected subtitleClasses: _angular_core.Signal<"text-slate-
|
|
4478
|
+
protected subtitleClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
4471
4479
|
protected gradeBadgeContainerClasses: _angular_core.Signal<string>;
|
|
4472
4480
|
protected glowEffectClasses: _angular_core.Signal<"bg-emerald-500" | "bg-blue-500" | "bg-orange-500" | "bg-red-500">;
|
|
4473
4481
|
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)]">;
|
|
4474
|
-
protected gradeLabelClasses: _angular_core.Signal<"text-emerald-
|
|
4482
|
+
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">;
|
|
4475
4483
|
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">;
|
|
4476
|
-
protected descriptionClasses: _angular_core.Signal<"text-slate-
|
|
4477
|
-
protected progressLabelClasses: _angular_core.Signal<"text-slate-
|
|
4478
|
-
protected progressValueClasses: _angular_core.Signal<"text-
|
|
4484
|
+
protected descriptionClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
4485
|
+
protected progressLabelClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
4486
|
+
protected progressValueClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400" | "text-emerald-600" | "text-emerald-400" | "text-red-600" | "text-red-400" | "text-orange-600" | "text-orange-400">;
|
|
4479
4487
|
protected progressTrackClasses: _angular_core.Signal<"bg-slate-700/50 shadow-inner" | "bg-slate-200 shadow-inner">;
|
|
4480
4488
|
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">;
|
|
4481
4489
|
protected shimmerClasses: _angular_core.Signal<string>;
|
|
@@ -4497,12 +4505,12 @@ declare class RelatedContentSidebarComponent {
|
|
|
4497
4505
|
protected funnelInsightsCount: _angular_core.Signal<number>;
|
|
4498
4506
|
protected funnelMetricsCount: _angular_core.Signal<number>;
|
|
4499
4507
|
protected businessInsightsCount: _angular_core.Signal<number>;
|
|
4500
|
-
protected headerClasses: _angular_core.Signal<"text-slate-
|
|
4508
|
+
protected headerClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
4501
4509
|
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">;
|
|
4502
4510
|
protected iconBgClasses: _angular_core.Signal<"bg-blue-100 text-blue-600" | "bg-blue-900/30 text-blue-400">;
|
|
4503
|
-
protected iconClasses: _angular_core.Signal<"text-blue-
|
|
4504
|
-
protected countClasses: _angular_core.Signal<"text-
|
|
4505
|
-
protected labelClasses: _angular_core.Signal<"text-slate-
|
|
4511
|
+
protected iconClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
|
|
4512
|
+
protected countClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
4513
|
+
protected labelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
4506
4514
|
protected chevronClasses: _angular_core.Signal<"text-slate-500 group-hover:text-blue-400" | "text-slate-400 group-hover:text-blue-600">;
|
|
4507
4515
|
protected onFunnelInsightsClick(): void;
|
|
4508
4516
|
protected onFunnelMetricsClick(): void;
|
|
@@ -4520,18 +4528,18 @@ declare class ContentGenerationProgressComponent {
|
|
|
4520
4528
|
protected progressPercentage: _angular_core.Signal<number>;
|
|
4521
4529
|
protected progressMessage: _angular_core.Signal<string>;
|
|
4522
4530
|
protected isLightMode: _angular_core.Signal<boolean>;
|
|
4523
|
-
protected containerClasses: _angular_core.Signal<"bg-gradient-to-br from-slate-
|
|
4531
|
+
protected containerClasses: _angular_core.Signal<"bg-gradient-to-br from-slate-900 to-slate-800" | "bg-gradient-to-br from-slate-50 to-white">;
|
|
4524
4532
|
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">;
|
|
4525
4533
|
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">;
|
|
4526
|
-
protected subtitleClasses: _angular_core.Signal<"text-slate-
|
|
4527
|
-
protected progressMessageClasses: _angular_core.Signal<"text-slate-
|
|
4534
|
+
protected subtitleClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
4535
|
+
protected progressMessageClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
4528
4536
|
protected progressBarContainerClasses: _angular_core.Signal<string>;
|
|
4529
4537
|
protected progressBarBackgroundClasses: _angular_core.Signal<"bg-slate-200" | "bg-slate-700">;
|
|
4530
4538
|
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">;
|
|
4531
4539
|
protected dotClasses: _angular_core.Signal<"bg-blue-400 shadow-lg shadow-blue-400/60" | "bg-cyan-300 shadow-lg shadow-cyan-300/60">;
|
|
4532
4540
|
protected dotColor: _angular_core.Signal<"#60a5fa" | "#67e8f9">;
|
|
4533
4541
|
protected progressGlowClasses: _angular_core.Signal<"bg-blue-400 shadow-xl" | "bg-cyan-300 shadow-xl">;
|
|
4534
|
-
protected percentageClasses: _angular_core.Signal<"text-slate-
|
|
4542
|
+
protected percentageClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
4535
4543
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ContentGenerationProgressComponent, never>;
|
|
4536
4544
|
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>;
|
|
4537
4545
|
}
|
|
@@ -4562,7 +4570,7 @@ declare class IndeterminateSpinnerComponent {
|
|
|
4562
4570
|
circleRadius: _angular_core.Signal<16 | 36 | 26>;
|
|
4563
4571
|
svgCircleRadius: _angular_core.Signal<number>;
|
|
4564
4572
|
strokeWidth: _angular_core.Signal<3 | 2 | 2.5>;
|
|
4565
|
-
dotSize: _angular_core.Signal<
|
|
4573
|
+
dotSize: _angular_core.Signal<5 | 10 | 7>;
|
|
4566
4574
|
containerClasses: _angular_core.Signal<{
|
|
4567
4575
|
'w-10 h-10': boolean;
|
|
4568
4576
|
'w-16 h-16': boolean;
|
|
@@ -4604,7 +4612,7 @@ declare class UserDisplayComponent {
|
|
|
4604
4612
|
avatarSize: _angular_core.InputSignal<AvatarSize>;
|
|
4605
4613
|
showEmail: _angular_core.InputSignal<boolean>;
|
|
4606
4614
|
protected displayName: _angular_core.Signal<string>;
|
|
4607
|
-
protected nameClasses: _angular_core.Signal<"text-
|
|
4615
|
+
protected nameClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
4608
4616
|
protected emailClasses: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
|
|
4609
4617
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UserDisplayComponent, never>;
|
|
4610
4618
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UserDisplayComponent, "symphiq-user-display", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "user": { "alias": "user"; "required": false; "isSignal": true; }; "avatarSize": { "alias": "avatarSize"; "required": false; "isSignal": true; }; "showEmail": { "alias": "showEmail"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
@@ -4623,8 +4631,8 @@ declare class ChartContainerComponent {
|
|
|
4623
4631
|
protected ChartTypeEnum: typeof ChartTypeEnum;
|
|
4624
4632
|
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">;
|
|
4625
4633
|
headerClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
|
|
4626
|
-
titleClass: _angular_core.Signal<"text-
|
|
4627
|
-
descriptionClass: _angular_core.Signal<"text-slate-
|
|
4634
|
+
titleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
4635
|
+
descriptionClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
4628
4636
|
iconClass: _angular_core.Signal<"text-slate-400 group-hover:text-blue-500" | "text-slate-500 group-hover:text-blue-400">;
|
|
4629
4637
|
chartIconClass: _angular_core.Signal<"bg-blue-100 text-blue-600" | "bg-blue-500/20 text-blue-400">;
|
|
4630
4638
|
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">;
|
|
@@ -4963,11 +4971,11 @@ declare class FocusAreaDetailCardComponent {
|
|
|
4963
4971
|
protected metaLabelClasses: _angular_core.Signal<"text-xs font-medium text-slate-400 uppercase tracking-wide" | "text-xs font-medium text-slate-600 uppercase tracking-wide">;
|
|
4964
4972
|
protected toolChipClasses: _angular_core.Signal<"px-2.5 py-1 rounded-md bg-emerald-500/10 text-emerald-300 text-xs border border-emerald-500/30" | "px-2.5 py-1 rounded-md bg-emerald-50 text-emerald-700 text-xs border border-emerald-200">;
|
|
4965
4973
|
protected expandedSectionClasses: _angular_core.Signal<"p-4 rounded-lg bg-slate-700/30 border border-slate-600/30" | "p-4 rounded-lg bg-slate-50 border border-slate-200">;
|
|
4966
|
-
protected expandedIconClasses: _angular_core.Signal<"text-blue-
|
|
4974
|
+
protected expandedIconClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
|
|
4967
4975
|
protected expandedTitleClasses: _angular_core.Signal<"text-sm font-semibold text-white" | "text-sm font-semibold text-slate-900">;
|
|
4968
4976
|
protected insightItemClasses: _angular_core.Signal<"text-sm text-slate-300 leading-relaxed flex" | "text-sm text-slate-600 leading-relaxed flex">;
|
|
4969
4977
|
protected expandButtonClasses: _angular_core.Signal<"text-sm font-medium text-blue-400" | "text-sm font-medium text-blue-600">;
|
|
4970
|
-
protected chevronClasses: _angular_core.Signal<"text-blue-
|
|
4978
|
+
protected chevronClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
|
|
4971
4979
|
protected toggleExpanded(): void;
|
|
4972
4980
|
protected toggleCompetitiveGap(): void;
|
|
4973
4981
|
onExpandItem(event: CustomEvent): void;
|
|
@@ -5043,11 +5051,11 @@ declare class CompetitorAnalysisCardComponent {
|
|
|
5043
5051
|
protected linkClasses: _angular_core.Signal<"text-sm text-blue-400 hover:text-blue-300 underline transition-colors" | "text-sm text-blue-600 hover:text-blue-700 underline transition-colors">;
|
|
5044
5052
|
protected listItemClasses: _angular_core.Signal<"text-sm text-slate-200 leading-relaxed flex items-start" | "text-sm text-slate-600 leading-relaxed flex items-start">;
|
|
5045
5053
|
protected expandedSectionClasses: _angular_core.Signal<"p-4 rounded-lg bg-slate-700/30 border border-slate-600/30" | "p-4 rounded-lg bg-slate-50 border border-slate-200">;
|
|
5046
|
-
protected expandedIconClasses: _angular_core.Signal<"text-blue-
|
|
5054
|
+
protected expandedIconClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
|
|
5047
5055
|
protected expandedTitleClasses: _angular_core.Signal<"text-sm font-semibold text-white" | "text-sm font-semibold text-slate-900">;
|
|
5048
5056
|
protected expandedTextClasses: _angular_core.Signal<"text-sm text-slate-300 leading-relaxed" | "text-sm text-slate-600 leading-relaxed">;
|
|
5049
5057
|
protected expandButtonClasses: _angular_core.Signal<"text-sm font-medium text-blue-400" | "text-sm font-medium text-blue-600">;
|
|
5050
|
-
protected chevronClasses: _angular_core.Signal<"text-blue-
|
|
5058
|
+
protected chevronClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
|
|
5051
5059
|
protected toggleExpanded(): void;
|
|
5052
5060
|
protected navigateToItem(item: ProfileItemInterface): void;
|
|
5053
5061
|
onExpandItem(event: CustomEvent): void;
|
|
@@ -5067,7 +5075,7 @@ declare class OpportunityHighlightBannerComponent {
|
|
|
5067
5075
|
protected titleClasses: _angular_core.Signal<"text-amber-300" | "text-amber-900">;
|
|
5068
5076
|
protected badgeClasses: _angular_core.Signal<"bg-amber-500/30 text-amber-300" | "bg-amber-200 text-amber-800">;
|
|
5069
5077
|
protected messageClasses: _angular_core.Signal<"text-amber-700" | "text-amber-400/90">;
|
|
5070
|
-
protected chevronClasses: _angular_core.Signal<"text-amber-
|
|
5078
|
+
protected chevronClasses: _angular_core.Signal<"text-amber-600" | "text-amber-400">;
|
|
5071
5079
|
handleClick(event: Event): void;
|
|
5072
5080
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OpportunityHighlightBannerComponent, never>;
|
|
5073
5081
|
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>;
|