@eric-emg/symphiq-components 1.2.428 → 1.2.430

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/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, AccountInterface, ProfileShopInterface, ProfileShopQuestionInterface, AbstractItemProfileAnswerInterface, AbstractItemProfileAnswerHistoryInterface, 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, 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';
@@ -10,10 +10,6 @@ import * as _angular_platform_browser from '@angular/platform-browser';
10
10
  import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
11
11
  import * as _jebgem_model_lib_funnel_analysis_performance_overview_structured_v3_interface from '@jebgem/model/lib/funnel-analysis/performance-overview-structured-v3.interface';
12
12
  import { FormGroup } from '@angular/forms';
13
- import { ScrollCustomEvent as ScrollCustomEvent$1 } from '@symphiq-components/components/funnel-analysis-dashboard/symphiq-funnel-analysis-dashboard.component';
14
- import { ShopProfileStatusCardComponent as ShopProfileStatusCardComponent$1 } from '@symphiq-components/components/profile-analysis-shop-dashboard/cards/shop-profile-status-card.component';
15
- import { ProfileQuestionAnswerSaveEvent as ProfileQuestionAnswerSaveEvent$1 } from '@symphiq-components/components/profile-analysis-shop-dashboard/cards/shop-profile-question-answer.component';
16
- import { JourneyStepIdEnum as JourneyStepIdEnum$1 } from '@symphiq-components/components/business-analysis-dashboard/journey-progress-indicator.component';
17
13
 
18
14
  interface FunnelMetricOrder {
19
15
  metric: string;
@@ -2904,7 +2900,7 @@ declare class SymphiqBusinessAnalysisDashboardComponent implements OnInit, After
2904
2900
  parentHeaderOffset: _angular_core.InputSignal<number>;
2905
2901
  requestedByUser: _angular_core.InputSignal<UserInterface | undefined>;
2906
2902
  viewMode: _angular_core.InputSignal<ViewModeEnum>;
2907
- scrollEvent: _angular_core.InputSignal<ScrollCustomEvent$1 | null | undefined>;
2903
+ scrollEvent: _angular_core.InputSignal<ScrollCustomEvent | null | undefined>;
2908
2904
  scrollElement: _angular_core.InputSignal<HTMLElement | null | undefined>;
2909
2905
  isLoading: _angular_core.InputSignal<boolean | undefined>;
2910
2906
  isOnboarded: _angular_core.InputSignal<boolean>;
@@ -3278,6 +3274,202 @@ declare class BusinessAnalysisModalComponent implements OnInit, OnDestroy {
3278
3274
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<BusinessAnalysisModalComponent, "symphiq-business-analysis-modal", never, { "isLightMode": { "alias": "isLightMode"; "required": false; "isSignal": true; }; }, { "viewInContextRequested": "viewInContextRequested"; }, never, never, true, never>;
3279
3275
  }
3280
3276
 
3277
+ interface CategoryProgressItem {
3278
+ id: string;
3279
+ label: string;
3280
+ name: string;
3281
+ totalQuestions: number;
3282
+ answeredQuestions: number;
3283
+ progress: number;
3284
+ }
3285
+ declare class ShopProfileCategoryListComponent {
3286
+ viewMode: _angular_core.InputSignal<ViewModeEnum>;
3287
+ items: _angular_core.InputSignal<CategoryProgressItem[]>;
3288
+ delayAnimation: _angular_core.InputSignal<boolean>;
3289
+ itemClick: _angular_core.OutputEmitterRef<CategoryProgressItem>;
3290
+ protected onItemClick(item: CategoryProgressItem): void;
3291
+ protected getButtonText(item: CategoryProgressItem): string;
3292
+ protected getCardClasses(): string;
3293
+ protected getLabelClasses(): string;
3294
+ protected getNameClasses(): string;
3295
+ protected getButtonClasses(item: CategoryProgressItem): string;
3296
+ protected getProgressBarContainerClasses(): string;
3297
+ protected getProgressBarFillClasses(): string;
3298
+ protected getProgressTextClasses(): string;
3299
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ShopProfileCategoryListComponent, never>;
3300
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ShopProfileCategoryListComponent, "symphiq-shop-profile-category-list", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "items": { "alias": "items"; "required": false; "isSignal": true; }; "delayAnimation": { "alias": "delayAnimation"; "required": false; "isSignal": true; }; }, { "itemClick": "itemClick"; }, never, never, true, never>;
3301
+ }
3302
+
3303
+ type ShopProfileViewType = 'category' | 'focus-area';
3304
+ declare class ShopProfileViewToggleComponent {
3305
+ viewMode: _angular_core.InputSignal<ViewModeEnum>;
3306
+ currentView: _angular_core.InputSignal<ShopProfileViewType>;
3307
+ viewChanged: _angular_core.OutputEmitterRef<ShopProfileViewType>;
3308
+ protected selectView(view: ShopProfileViewType): void;
3309
+ protected getContainerClasses(): string;
3310
+ protected getButtonClasses(view: ShopProfileViewType): string;
3311
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ShopProfileViewToggleComponent, never>;
3312
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ShopProfileViewToggleComponent, "symphiq-shop-profile-view-toggle", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "currentView": { "alias": "currentView"; "required": false; "isSignal": true; }; }, { "viewChanged": "viewChanged"; }, never, never, true, never>;
3313
+ }
3314
+
3315
+ interface AnswerOption {
3316
+ text: string;
3317
+ isCustom: boolean;
3318
+ isSelected: boolean;
3319
+ tempId: string;
3320
+ }
3321
+ interface ProfileQuestionAnswerSaveEvent {
3322
+ profileQuestionId: number;
3323
+ answers: string[];
3324
+ }
3325
+ type SaveActionType = 'save' | 'saveAndNext' | null;
3326
+ declare class ShopProfileQuestionAnswerComponent implements AfterViewInit, OnDestroy {
3327
+ question: _angular_core.InputSignal<ProfileShopQuestionInterface>;
3328
+ viewMode: _angular_core.InputSignal<ViewModeEnum>;
3329
+ viewType: _angular_core.InputSignal<"category" | "focus-area" | "all">;
3330
+ selectedCategoryId: _angular_core.InputSignal<string | null>;
3331
+ selectedFocusAreaId: _angular_core.InputSignal<string | null>;
3332
+ filteredQuestions: _angular_core.InputSignal<ProfileShopQuestionInterface[]>;
3333
+ profileAnswers: _angular_core.InputSignal<AbstractItemProfileAnswerInterface[]>;
3334
+ backClick: _angular_core.OutputEmitterRef<void>;
3335
+ saveClick: _angular_core.OutputEmitterRef<ProfileQuestionAnswerSaveEvent>;
3336
+ saveAndNextClick: _angular_core.OutputEmitterRef<ProfileQuestionAnswerSaveEvent>;
3337
+ navigateToList: _angular_core.OutputEmitterRef<void>;
3338
+ navigateToNextQuestion: _angular_core.OutputEmitterRef<void>;
3339
+ scrollContainer?: ElementRef<HTMLDivElement>;
3340
+ stickySentinel?: ElementRef<HTMLDivElement>;
3341
+ stickyHeader?: ElementRef<HTMLDivElement>;
3342
+ questionTitle?: ElementRef<HTMLHeadingElement>;
3343
+ private ngZone;
3344
+ private intersectionObserver?;
3345
+ protected isSticky: boolean;
3346
+ protected selectedAnswerTexts: _angular_core.WritableSignal<string[]>;
3347
+ private initialAnswerTexts;
3348
+ protected addOtherAnswersExpanded: _angular_core.WritableSignal<boolean>;
3349
+ protected customAnswerText: _angular_core.WritableSignal<string>;
3350
+ protected isSaving: _angular_core.WritableSignal<boolean>;
3351
+ protected pendingSaveAction: _angular_core.WritableSignal<SaveActionType>;
3352
+ private pendingQuestionId;
3353
+ protected isCountAnimating: _angular_core.WritableSignal<boolean>;
3354
+ private previousAnsweredCount;
3355
+ private saveStartTime;
3356
+ private lastLoadedQuestionId;
3357
+ protected answerOptions: _angular_core.Signal<AnswerOption[]>;
3358
+ protected relatedFocusAreas: _angular_core.Signal<FocusAreaDomainEnum[]>;
3359
+ protected breadcrumbPath: _angular_core.Signal<string>;
3360
+ protected unansweredQuestions: _angular_core.Signal<ProfileShopQuestionInterface[]>;
3361
+ protected answeredCount: _angular_core.Signal<number>;
3362
+ protected totalCount: _angular_core.Signal<number>;
3363
+ protected progressPercentage: _angular_core.Signal<number>;
3364
+ protected allQuestionsAnswered: _angular_core.Signal<boolean>;
3365
+ protected canAddCustomAnswers: _angular_core.Signal<boolean>;
3366
+ protected hasAnswersChanged: _angular_core.Signal<boolean>;
3367
+ protected saveButtonsDisabled: _angular_core.Signal<boolean>;
3368
+ constructor();
3369
+ ngAfterViewInit(): void;
3370
+ ngOnDestroy(): void;
3371
+ private stickyState;
3372
+ private lastStickyChange;
3373
+ private setupStickyObserver;
3374
+ protected toggleAnswer(text: string): void;
3375
+ protected toggleAddOtherAnswers(): void;
3376
+ protected addCustomAnswers(): void;
3377
+ protected cancelCustomAnswers(): void;
3378
+ protected onSave(): void;
3379
+ protected onSaveAndNext(): void;
3380
+ protected getFocusAreaTitle(focusArea: FocusAreaDomainEnum): string;
3381
+ protected formatCategoryName(category: string): string;
3382
+ protected formatFocusAreaName(focusArea: string): string;
3383
+ protected isLightMode(): boolean;
3384
+ protected skeletonClasses(): string;
3385
+ protected savingTextClasses(): string;
3386
+ protected statusHeaderClasses(): string;
3387
+ protected statusTitleClasses(): string;
3388
+ protected progressBarContainerClasses(): string;
3389
+ protected progressBarFillClasses(): string;
3390
+ protected progressTextClasses(): string;
3391
+ protected breadcrumbClasses(): string;
3392
+ protected stickyHeaderClasses(): string;
3393
+ protected questionTextClasses(): string;
3394
+ protected contextTextClasses(): string;
3395
+ protected relatedLabelClasses(): string;
3396
+ protected focusAreaChipClasses(): string;
3397
+ protected checkboxRowClasses(): string;
3398
+ protected checkboxClasses(): string;
3399
+ protected checkboxLabelClasses(): string;
3400
+ protected textareaClasses(): string;
3401
+ protected cancelButtonClasses(): string;
3402
+ protected addButtonClasses(): string;
3403
+ protected addOtherAnswersButtonClasses(): string;
3404
+ protected footerClasses(): string;
3405
+ protected saveButtonClasses(): string;
3406
+ protected saveAndNextButtonClasses(): string;
3407
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ShopProfileQuestionAnswerComponent, never>;
3408
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ShopProfileQuestionAnswerComponent, "symphiq-shop-profile-question-answer", never, { "question": { "alias": "question"; "required": true; "isSignal": true; }; "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "viewType": { "alias": "viewType"; "required": false; "isSignal": true; }; "selectedCategoryId": { "alias": "selectedCategoryId"; "required": false; "isSignal": true; }; "selectedFocusAreaId": { "alias": "selectedFocusAreaId"; "required": false; "isSignal": true; }; "filteredQuestions": { "alias": "filteredQuestions"; "required": false; "isSignal": true; }; "profileAnswers": { "alias": "profileAnswers"; "required": false; "isSignal": true; }; }, { "backClick": "backClick"; "saveClick": "saveClick"; "saveAndNextClick": "saveAndNextClick"; "navigateToList": "navigateToList"; "navigateToNextQuestion": "navigateToNextQuestion"; }, never, never, true, never>;
3409
+ }
3410
+
3411
+ declare class ShopProfileStatusCardComponent implements AfterViewInit, OnDestroy {
3412
+ viewMode: _angular_core.InputSignal<ViewModeEnum>;
3413
+ totalQuestions: _angular_core.InputSignal<number>;
3414
+ answeredQuestions: _angular_core.InputSignal<number>;
3415
+ questions: _angular_core.InputSignal<ProfileShopQuestionInterface[]>;
3416
+ profileAnswers: _angular_core.InputSignal<AbstractItemProfileAnswerInterface[]>;
3417
+ profileAnswerHistories: _angular_core.InputSignal<AbstractItemProfileAnswerHistoryInterface[]>;
3418
+ users: _angular_core.InputSignal<UserInterface[]>;
3419
+ startAnsweringAll: _angular_core.InputSignal<boolean>;
3420
+ currentUser: _angular_core.InputSignal<UserInterface | null | undefined>;
3421
+ startCategoryQuestions: _angular_core.OutputEmitterRef<string>;
3422
+ questionAnswerRequested: _angular_core.OutputEmitterRef<ProfileShopQuestionInterface>;
3423
+ answerSave: _angular_core.OutputEmitterRef<ProfileQuestionAnswerSaveEvent>;
3424
+ adminAnswerAction: _angular_core.OutputEmitterRef<boolean>;
3425
+ chartDiv: ElementRef;
3426
+ private root?;
3427
+ private chartElement?;
3428
+ private chartSeries?;
3429
+ private centerLabel?;
3430
+ protected currentView: _angular_core.WritableSignal<ShopProfileViewType>;
3431
+ protected questionsModalOpen: _angular_core.WritableSignal<boolean>;
3432
+ protected selectedCategoryId: _angular_core.WritableSignal<string | null>;
3433
+ protected selectedFocusAreaId: _angular_core.WritableSignal<string | null>;
3434
+ protected showAllQuestions: _angular_core.WritableSignal<boolean>;
3435
+ protected startDirectAnswer: _angular_core.WritableSignal<boolean>;
3436
+ protected computedAnsweredCount: _angular_core.Signal<number>;
3437
+ protected completionPercentage: _angular_core.Signal<number>;
3438
+ protected notStartedPercentage: _angular_core.Signal<number>;
3439
+ protected shouldShowFullIntro: _angular_core.Signal<boolean>;
3440
+ protected hasQuestions: _angular_core.Signal<boolean>;
3441
+ protected showAdminButtons: _angular_core.Signal<boolean>;
3442
+ protected unansweredQuestions: _angular_core.Signal<number>;
3443
+ protected questionsByCategory: _angular_core.Signal<CategoryProgressItem[]>;
3444
+ protected questionsByFocusArea: _angular_core.Signal<CategoryProgressItem[]>;
3445
+ protected currentGroupedQuestions: _angular_core.Signal<CategoryProgressItem[]>;
3446
+ constructor();
3447
+ private updateChartData;
3448
+ protected handleViewChange(view: ShopProfileViewType): void;
3449
+ protected handleItemClick(item: CategoryProgressItem): void;
3450
+ protected onQuestionsModalClose(): void;
3451
+ openAllQuestionsAnswerMode(): void;
3452
+ protected onQuestionAnswerClick(question: ProfileShopQuestionInterface): void;
3453
+ protected onAnswerSave(event: ProfileQuestionAnswerSaveEvent): void;
3454
+ private formatCategoryName;
3455
+ private formatFocusAreaName;
3456
+ ngAfterViewInit(): void;
3457
+ ngOnDestroy(): void;
3458
+ private createChart;
3459
+ protected containerClasses(): string;
3460
+ protected headerClasses(): string;
3461
+ protected iconContainerClasses(): string;
3462
+ protected titleClasses(): string;
3463
+ protected subtitleClasses(): string;
3464
+ protected contentClasses(): string;
3465
+ protected getIntroductionContainerClasses(): string;
3466
+ protected getIntroIconClasses(): string;
3467
+ protected getIntroTitleClasses(): string;
3468
+ protected getIntroTextClasses(): string;
3469
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ShopProfileStatusCardComponent, never>;
3470
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ShopProfileStatusCardComponent, "symphiq-shop-profile-status-card", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "totalQuestions": { "alias": "totalQuestions"; "required": false; "isSignal": true; }; "answeredQuestions": { "alias": "answeredQuestions"; "required": false; "isSignal": true; }; "questions": { "alias": "questions"; "required": false; "isSignal": true; }; "profileAnswers": { "alias": "profileAnswers"; "required": false; "isSignal": true; }; "profileAnswerHistories": { "alias": "profileAnswerHistories"; "required": false; "isSignal": true; }; "users": { "alias": "users"; "required": false; "isSignal": true; }; "startAnsweringAll": { "alias": "startAnsweringAll"; "required": false; "isSignal": true; }; "currentUser": { "alias": "currentUser"; "required": false; "isSignal": true; }; }, { "startCategoryQuestions": "startCategoryQuestions"; "questionAnswerRequested": "questionAnswerRequested"; "answerSave": "answerSave"; "adminAnswerAction": "adminAnswerAction"; }, never, never, true, never>;
3471
+ }
3472
+
3281
3473
  type ProfileModalData = {
3282
3474
  goal: GoalV3Interface;
3283
3475
  viewMode: ViewModeEnum;
@@ -3312,7 +3504,7 @@ type ProfileModalData = {
3312
3504
  } | null;
3313
3505
  declare class SymphiqProfileShopAnalysisDashboardComponent implements OnInit, OnChanges, OnDestroy, AfterViewInit {
3314
3506
  funnelModalComponent?: ModalComponent;
3315
- shopProfileStatusCard?: ShopProfileStatusCardComponent$1;
3507
+ shopProfileStatusCard?: ShopProfileStatusCardComponent;
3316
3508
  viewMode: _angular_core.InputSignal<ViewModeEnum>;
3317
3509
  constructor();
3318
3510
  requestedByUser: _angular_core.InputSignal<UserInterface | undefined>;
@@ -3331,7 +3523,7 @@ declare class SymphiqProfileShopAnalysisDashboardComponent implements OnInit, On
3331
3523
  itemStatusProfileAnalysis: _angular_core.InputSignal<ItemStatusInterface | undefined>;
3332
3524
  planCardInfos: _angular_core.InputSignal<PlanCardInfoInterface[] | undefined>;
3333
3525
  isOnboarded: _angular_core.InputSignal<boolean>;
3334
- scrollEvent: _angular_core.InputSignal<ScrollCustomEvent$1 | null | undefined>;
3526
+ scrollEvent: _angular_core.InputSignal<ScrollCustomEvent | null | undefined>;
3335
3527
  scrollElement: _angular_core.InputSignal<HTMLElement | null | undefined>;
3336
3528
  users: _angular_core.InputSignal<UserInterface[] | undefined>;
3337
3529
  isLoading: _angular_core.InputSignal<boolean | undefined>;
@@ -3347,7 +3539,7 @@ declare class SymphiqProfileShopAnalysisDashboardComponent implements OnInit, On
3347
3539
  checkoutPlanClick: _angular_core.OutputEmitterRef<ChargebeeItemPriceInterface>;
3348
3540
  answerShopProfileQuestions: _angular_core.OutputEmitterRef<string | null>;
3349
3541
  continueShopProfileQuestions: _angular_core.OutputEmitterRef<void>;
3350
- profileQuestionAnswerSave: _angular_core.OutputEmitterRef<ProfileQuestionAnswerSaveEvent$1>;
3542
+ profileQuestionAnswerSave: _angular_core.OutputEmitterRef<ProfileQuestionAnswerSaveEvent>;
3351
3543
  shopProfileAdminAnswerAction: _angular_core.OutputEmitterRef<boolean>;
3352
3544
  protected isCurrencySelectionLoading: _angular_core.WritableSignal<boolean>;
3353
3545
  protected selectedCurrency: _angular_core.WritableSignal<CurrencyCodeEnum | null>;
@@ -3536,7 +3728,7 @@ declare class SymphiqProfileShopAnalysisDashboardComponent implements OnInit, On
3536
3728
  protected getEditCurrencyCancelButtonClasses(): string;
3537
3729
  protected getEditCurrencyContinueButtonClasses(): string;
3538
3730
  protected handleStartCategoryQuestions(categoryId: string): void;
3539
- protected handleProfileQuestionAnswerSave(event: ProfileQuestionAnswerSaveEvent$1): void;
3731
+ protected handleProfileQuestionAnswerSave(event: ProfileQuestionAnswerSaveEvent): void;
3540
3732
  protected handleShopProfileContinueClick(): void;
3541
3733
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<SymphiqProfileShopAnalysisDashboardComponent, never>;
3542
3734
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<SymphiqProfileShopAnalysisDashboardComponent, "symphiq-profile-shop-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; }; "focusAreaDetails": { "alias": "focusAreaDetails"; "required": false; "isSignal": true; }; "account": { "alias": "account"; "required": false; "isSignal": true; }; "profileShop": { "alias": "profileShop"; "required": false; "isSignal": true; }; "profileShopQuestions": { "alias": "profileShopQuestions"; "required": false; "isSignal": true; }; "profileAnswers": { "alias": "profileAnswers"; "required": false; "isSignal": true; }; "profileAnswerHistories": { "alias": "profileAnswerHistories"; "required": false; "isSignal": true; }; "itemStatusProfileShop": { "alias": "itemStatusProfileShop"; "required": false; "isSignal": true; }; "itemStatusProfileAnalysis": { "alias": "itemStatusProfileAnalysis"; "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; }; "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; }; }, { "stepClick": "stepClick"; "nextStepClick": "nextStepClick"; "currencySelectionClick": "currencySelectionClick"; "editCurrencyClick": "editCurrencyClick"; "periodUnitChanged": "periodUnitChanged"; "planSelected": "planSelected"; "checkoutPlanClick": "checkoutPlanClick"; "answerShopProfileQuestions": "answerShopProfileQuestions"; "continueShopProfileQuestions": "continueShopProfileQuestions"; "profileQuestionAnswerSave": "profileQuestionAnswerSave"; "shopProfileAdminAnswerAction": "shopProfileAdminAnswerAction"; }, never, never, true, never>;
@@ -3587,24 +3779,27 @@ declare class SymphiqProfileFocusAreasAnalysesDashboardComponent {
3587
3779
  itemStatusesProfileFocusArea: _angular_core.InputSignal<ItemStatusInterface[] | undefined>;
3588
3780
  itemStatusesProfileAnalysis: _angular_core.InputSignal<ItemStatusInterface[] | undefined>;
3589
3781
  isOnboarded: _angular_core.InputSignal<boolean>;
3590
- scrollEvent: _angular_core.InputSignal<ScrollCustomEvent$1 | null | undefined>;
3782
+ scrollEvent: _angular_core.InputSignal<ScrollCustomEvent | null | undefined>;
3591
3783
  scrollElement: _angular_core.InputSignal<HTMLElement | null | undefined>;
3592
3784
  users: _angular_core.InputSignal<UserInterface[] | undefined>;
3593
3785
  isLoading: _angular_core.InputSignal<boolean | undefined>;
3594
3786
  forDemo: _angular_core.InputSignal<boolean>;
3595
3787
  currentUser: _angular_core.InputSignal<UserInterface | undefined>;
3596
- maxAccessibleStepId: _angular_core.InputSignal<JourneyStepIdEnum$1 | undefined>;
3788
+ maxAccessibleStepId: _angular_core.InputSignal<JourneyStepIdEnum | undefined>;
3597
3789
  viewMode: _angular_core.InputSignal<ViewModeEnum>;
3790
+ displayMode: _angular_core.InputSignal<DisplayModeEnum>;
3791
+ currentStepId: _angular_core.InputSignal<JourneyStepIdEnum>;
3598
3792
  focusAreaClicked: _angular_core.OutputEmitterRef<FocusAreaDomainEnum>;
3599
3793
  stepClick: _angular_core.OutputEmitterRef<number>;
3600
3794
  nextStepClick: _angular_core.OutputEmitterRef<void>;
3601
3795
  answerFocusAreaProfileQuestions: _angular_core.OutputEmitterRef<string | null>;
3602
3796
  continueFocusAreaProfileQuestions: _angular_core.OutputEmitterRef<void>;
3603
- profileQuestionAnswerSave: _angular_core.OutputEmitterRef<ProfileQuestionAnswerSaveEvent$1>;
3797
+ profileQuestionAnswerSave: _angular_core.OutputEmitterRef<ProfileQuestionAnswerSaveEvent>;
3604
3798
  focusAreaProfileAdminAnswerAction: _angular_core.OutputEmitterRef<boolean>;
3605
3799
  showSearchModal: _angular_core.WritableSignal<boolean>;
3606
3800
  scrollProgress: _angular_core.WritableSignal<number>;
3607
3801
  isLightMode: _angular_core.Signal<boolean>;
3802
+ isSimplifiedView: _angular_core.Signal<boolean>;
3608
3803
  focusAreaCards: _angular_core.Signal<FocusAreaCardData[]>;
3609
3804
  handleFocusAreaClick(domain: FocusAreaDomainEnum): void;
3610
3805
  handleSearchClick(): void;
@@ -3627,7 +3822,7 @@ declare class SymphiqProfileFocusAreasAnalysesDashboardComponent {
3627
3822
  getWelcomeBannerHighlightListClasses(): string;
3628
3823
  private getIconForDomain;
3629
3824
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<SymphiqProfileFocusAreasAnalysesDashboardComponent, never>;
3630
- 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; }; }, { "focusAreaClicked": "focusAreaClicked"; "stepClick": "stepClick"; "nextStepClick": "nextStepClick"; "answerFocusAreaProfileQuestions": "answerFocusAreaProfileQuestions"; "continueFocusAreaProfileQuestions": "continueFocusAreaProfileQuestions"; "profileQuestionAnswerSave": "profileQuestionAnswerSave"; "focusAreaProfileAdminAnswerAction": "focusAreaProfileAdminAnswerAction"; }, never, never, true, never>;
3825
+ 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>;
3631
3826
  }
3632
3827
 
3633
3828
  declare class MetricWelcomeBannerComponent {
@@ -3782,202 +3977,6 @@ declare class StickySubscriptionContinueButtonComponent {
3782
3977
  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>;
3783
3978
  }
3784
3979
 
3785
- interface CategoryProgressItem {
3786
- id: string;
3787
- label: string;
3788
- name: string;
3789
- totalQuestions: number;
3790
- answeredQuestions: number;
3791
- progress: number;
3792
- }
3793
- declare class ShopProfileCategoryListComponent {
3794
- viewMode: _angular_core.InputSignal<ViewModeEnum>;
3795
- items: _angular_core.InputSignal<CategoryProgressItem[]>;
3796
- delayAnimation: _angular_core.InputSignal<boolean>;
3797
- itemClick: _angular_core.OutputEmitterRef<CategoryProgressItem>;
3798
- protected onItemClick(item: CategoryProgressItem): void;
3799
- protected getButtonText(item: CategoryProgressItem): string;
3800
- protected getCardClasses(): string;
3801
- protected getLabelClasses(): string;
3802
- protected getNameClasses(): string;
3803
- protected getButtonClasses(item: CategoryProgressItem): string;
3804
- protected getProgressBarContainerClasses(): string;
3805
- protected getProgressBarFillClasses(): string;
3806
- protected getProgressTextClasses(): string;
3807
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<ShopProfileCategoryListComponent, never>;
3808
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<ShopProfileCategoryListComponent, "symphiq-shop-profile-category-list", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "items": { "alias": "items"; "required": false; "isSignal": true; }; "delayAnimation": { "alias": "delayAnimation"; "required": false; "isSignal": true; }; }, { "itemClick": "itemClick"; }, never, never, true, never>;
3809
- }
3810
-
3811
- type ShopProfileViewType = 'category' | 'focus-area';
3812
- declare class ShopProfileViewToggleComponent {
3813
- viewMode: _angular_core.InputSignal<ViewModeEnum>;
3814
- currentView: _angular_core.InputSignal<ShopProfileViewType>;
3815
- viewChanged: _angular_core.OutputEmitterRef<ShopProfileViewType>;
3816
- protected selectView(view: ShopProfileViewType): void;
3817
- protected getContainerClasses(): string;
3818
- protected getButtonClasses(view: ShopProfileViewType): string;
3819
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<ShopProfileViewToggleComponent, never>;
3820
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<ShopProfileViewToggleComponent, "symphiq-shop-profile-view-toggle", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "currentView": { "alias": "currentView"; "required": false; "isSignal": true; }; }, { "viewChanged": "viewChanged"; }, never, never, true, never>;
3821
- }
3822
-
3823
- interface AnswerOption {
3824
- text: string;
3825
- isCustom: boolean;
3826
- isSelected: boolean;
3827
- tempId: string;
3828
- }
3829
- interface ProfileQuestionAnswerSaveEvent {
3830
- profileQuestionId: number;
3831
- answers: string[];
3832
- }
3833
- type SaveActionType = 'save' | 'saveAndNext' | null;
3834
- declare class ShopProfileQuestionAnswerComponent implements AfterViewInit, OnDestroy {
3835
- question: _angular_core.InputSignal<ProfileShopQuestionInterface>;
3836
- viewMode: _angular_core.InputSignal<ViewModeEnum>;
3837
- viewType: _angular_core.InputSignal<"category" | "focus-area" | "all">;
3838
- selectedCategoryId: _angular_core.InputSignal<string | null>;
3839
- selectedFocusAreaId: _angular_core.InputSignal<string | null>;
3840
- filteredQuestions: _angular_core.InputSignal<ProfileShopQuestionInterface[]>;
3841
- profileAnswers: _angular_core.InputSignal<AbstractItemProfileAnswerInterface[]>;
3842
- backClick: _angular_core.OutputEmitterRef<void>;
3843
- saveClick: _angular_core.OutputEmitterRef<ProfileQuestionAnswerSaveEvent>;
3844
- saveAndNextClick: _angular_core.OutputEmitterRef<ProfileQuestionAnswerSaveEvent>;
3845
- navigateToList: _angular_core.OutputEmitterRef<void>;
3846
- navigateToNextQuestion: _angular_core.OutputEmitterRef<void>;
3847
- scrollContainer?: ElementRef<HTMLDivElement>;
3848
- stickySentinel?: ElementRef<HTMLDivElement>;
3849
- stickyHeader?: ElementRef<HTMLDivElement>;
3850
- questionTitle?: ElementRef<HTMLHeadingElement>;
3851
- private ngZone;
3852
- private intersectionObserver?;
3853
- protected isSticky: boolean;
3854
- protected selectedAnswerTexts: _angular_core.WritableSignal<string[]>;
3855
- private initialAnswerTexts;
3856
- protected addOtherAnswersExpanded: _angular_core.WritableSignal<boolean>;
3857
- protected customAnswerText: _angular_core.WritableSignal<string>;
3858
- protected isSaving: _angular_core.WritableSignal<boolean>;
3859
- protected pendingSaveAction: _angular_core.WritableSignal<SaveActionType>;
3860
- private pendingQuestionId;
3861
- protected isCountAnimating: _angular_core.WritableSignal<boolean>;
3862
- private previousAnsweredCount;
3863
- private saveStartTime;
3864
- private lastLoadedQuestionId;
3865
- protected answerOptions: _angular_core.Signal<AnswerOption[]>;
3866
- protected relatedFocusAreas: _angular_core.Signal<FocusAreaDomainEnum[]>;
3867
- protected breadcrumbPath: _angular_core.Signal<string>;
3868
- protected unansweredQuestions: _angular_core.Signal<ProfileShopQuestionInterface[]>;
3869
- protected answeredCount: _angular_core.Signal<number>;
3870
- protected totalCount: _angular_core.Signal<number>;
3871
- protected progressPercentage: _angular_core.Signal<number>;
3872
- protected allQuestionsAnswered: _angular_core.Signal<boolean>;
3873
- protected canAddCustomAnswers: _angular_core.Signal<boolean>;
3874
- protected hasAnswersChanged: _angular_core.Signal<boolean>;
3875
- protected saveButtonsDisabled: _angular_core.Signal<boolean>;
3876
- constructor();
3877
- ngAfterViewInit(): void;
3878
- ngOnDestroy(): void;
3879
- private stickyState;
3880
- private lastStickyChange;
3881
- private setupStickyObserver;
3882
- protected toggleAnswer(text: string): void;
3883
- protected toggleAddOtherAnswers(): void;
3884
- protected addCustomAnswers(): void;
3885
- protected cancelCustomAnswers(): void;
3886
- protected onSave(): void;
3887
- protected onSaveAndNext(): void;
3888
- protected getFocusAreaTitle(focusArea: FocusAreaDomainEnum): string;
3889
- protected formatCategoryName(category: string): string;
3890
- protected formatFocusAreaName(focusArea: string): string;
3891
- protected isLightMode(): boolean;
3892
- protected skeletonClasses(): string;
3893
- protected savingTextClasses(): string;
3894
- protected statusHeaderClasses(): string;
3895
- protected statusTitleClasses(): string;
3896
- protected progressBarContainerClasses(): string;
3897
- protected progressBarFillClasses(): string;
3898
- protected progressTextClasses(): string;
3899
- protected breadcrumbClasses(): string;
3900
- protected stickyHeaderClasses(): string;
3901
- protected questionTextClasses(): string;
3902
- protected contextTextClasses(): string;
3903
- protected relatedLabelClasses(): string;
3904
- protected focusAreaChipClasses(): string;
3905
- protected checkboxRowClasses(): string;
3906
- protected checkboxClasses(): string;
3907
- protected checkboxLabelClasses(): string;
3908
- protected textareaClasses(): string;
3909
- protected cancelButtonClasses(): string;
3910
- protected addButtonClasses(): string;
3911
- protected addOtherAnswersButtonClasses(): string;
3912
- protected footerClasses(): string;
3913
- protected saveButtonClasses(): string;
3914
- protected saveAndNextButtonClasses(): string;
3915
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<ShopProfileQuestionAnswerComponent, never>;
3916
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<ShopProfileQuestionAnswerComponent, "symphiq-shop-profile-question-answer", never, { "question": { "alias": "question"; "required": true; "isSignal": true; }; "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "viewType": { "alias": "viewType"; "required": false; "isSignal": true; }; "selectedCategoryId": { "alias": "selectedCategoryId"; "required": false; "isSignal": true; }; "selectedFocusAreaId": { "alias": "selectedFocusAreaId"; "required": false; "isSignal": true; }; "filteredQuestions": { "alias": "filteredQuestions"; "required": false; "isSignal": true; }; "profileAnswers": { "alias": "profileAnswers"; "required": false; "isSignal": true; }; }, { "backClick": "backClick"; "saveClick": "saveClick"; "saveAndNextClick": "saveAndNextClick"; "navigateToList": "navigateToList"; "navigateToNextQuestion": "navigateToNextQuestion"; }, never, never, true, never>;
3917
- }
3918
-
3919
- declare class ShopProfileStatusCardComponent implements AfterViewInit, OnDestroy {
3920
- viewMode: _angular_core.InputSignal<ViewModeEnum>;
3921
- totalQuestions: _angular_core.InputSignal<number>;
3922
- answeredQuestions: _angular_core.InputSignal<number>;
3923
- questions: _angular_core.InputSignal<ProfileShopQuestionInterface[]>;
3924
- profileAnswers: _angular_core.InputSignal<AbstractItemProfileAnswerInterface[]>;
3925
- profileAnswerHistories: _angular_core.InputSignal<AbstractItemProfileAnswerHistoryInterface[]>;
3926
- users: _angular_core.InputSignal<UserInterface[]>;
3927
- startAnsweringAll: _angular_core.InputSignal<boolean>;
3928
- currentUser: _angular_core.InputSignal<UserInterface | null | undefined>;
3929
- startCategoryQuestions: _angular_core.OutputEmitterRef<string>;
3930
- questionAnswerRequested: _angular_core.OutputEmitterRef<ProfileShopQuestionInterface>;
3931
- answerSave: _angular_core.OutputEmitterRef<ProfileQuestionAnswerSaveEvent>;
3932
- adminAnswerAction: _angular_core.OutputEmitterRef<boolean>;
3933
- chartDiv: ElementRef;
3934
- private root?;
3935
- private chartElement?;
3936
- private chartSeries?;
3937
- private centerLabel?;
3938
- protected currentView: _angular_core.WritableSignal<ShopProfileViewType>;
3939
- protected questionsModalOpen: _angular_core.WritableSignal<boolean>;
3940
- protected selectedCategoryId: _angular_core.WritableSignal<string | null>;
3941
- protected selectedFocusAreaId: _angular_core.WritableSignal<string | null>;
3942
- protected showAllQuestions: _angular_core.WritableSignal<boolean>;
3943
- protected startDirectAnswer: _angular_core.WritableSignal<boolean>;
3944
- protected computedAnsweredCount: _angular_core.Signal<number>;
3945
- protected completionPercentage: _angular_core.Signal<number>;
3946
- protected notStartedPercentage: _angular_core.Signal<number>;
3947
- protected shouldShowFullIntro: _angular_core.Signal<boolean>;
3948
- protected hasQuestions: _angular_core.Signal<boolean>;
3949
- protected showAdminButtons: _angular_core.Signal<boolean>;
3950
- protected unansweredQuestions: _angular_core.Signal<number>;
3951
- protected questionsByCategory: _angular_core.Signal<CategoryProgressItem[]>;
3952
- protected questionsByFocusArea: _angular_core.Signal<CategoryProgressItem[]>;
3953
- protected currentGroupedQuestions: _angular_core.Signal<CategoryProgressItem[]>;
3954
- constructor();
3955
- private updateChartData;
3956
- protected handleViewChange(view: ShopProfileViewType): void;
3957
- protected handleItemClick(item: CategoryProgressItem): void;
3958
- protected onQuestionsModalClose(): void;
3959
- openAllQuestionsAnswerMode(): void;
3960
- protected onQuestionAnswerClick(question: ProfileShopQuestionInterface): void;
3961
- protected onAnswerSave(event: ProfileQuestionAnswerSaveEvent): void;
3962
- private formatCategoryName;
3963
- private formatFocusAreaName;
3964
- ngAfterViewInit(): void;
3965
- ngOnDestroy(): void;
3966
- private createChart;
3967
- protected containerClasses(): string;
3968
- protected headerClasses(): string;
3969
- protected iconContainerClasses(): string;
3970
- protected titleClasses(): string;
3971
- protected subtitleClasses(): string;
3972
- protected contentClasses(): string;
3973
- protected getIntroductionContainerClasses(): string;
3974
- protected getIntroIconClasses(): string;
3975
- protected getIntroTitleClasses(): string;
3976
- protected getIntroTextClasses(): string;
3977
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<ShopProfileStatusCardComponent, never>;
3978
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<ShopProfileStatusCardComponent, "symphiq-shop-profile-status-card", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "totalQuestions": { "alias": "totalQuestions"; "required": false; "isSignal": true; }; "answeredQuestions": { "alias": "answeredQuestions"; "required": false; "isSignal": true; }; "questions": { "alias": "questions"; "required": false; "isSignal": true; }; "profileAnswers": { "alias": "profileAnswers"; "required": false; "isSignal": true; }; "profileAnswerHistories": { "alias": "profileAnswerHistories"; "required": false; "isSignal": true; }; "users": { "alias": "users"; "required": false; "isSignal": true; }; "startAnsweringAll": { "alias": "startAnsweringAll"; "required": false; "isSignal": true; }; "currentUser": { "alias": "currentUser"; "required": false; "isSignal": true; }; }, { "startCategoryQuestions": "startCategoryQuestions"; "questionAnswerRequested": "questionAnswerRequested"; "answerSave": "answerSave"; "adminAnswerAction": "adminAnswerAction"; }, never, never, true, never>;
3979
- }
3980
-
3981
3980
  declare class ShopProfileStickyFooterComponent {
3982
3981
  viewMode: _angular_core.InputSignal<ViewModeEnum>;
3983
3982
  totalQuestions: _angular_core.InputSignal<number>;