import { OnInit } from '@angular/core'; import { DomSanitizer } from '@angular/platform-browser'; import { AlertController } from '@ionic/angular'; import { UtilService } from '../../services/util/util.service'; import { BasePage } from '../../pages/BasePage'; import { WorkSearchRecordModel } from '../../models/weekly-cert/work-search-record-v2-model'; import { ReviewService } from '../../services/weekly-cert/review.service'; import { WorkSearchService } from '../../services/weekly-cert/work-search.service'; import * as i0 from "@angular/core"; export declare class WeeklyWorkSearchJournalComponent extends BasePage implements OnInit { wss: WorkSearchService; util: UtilService; ac: AlertController; private rs; sanitizer: DomSanitizer; journals: WorkSearchRecordModel[]; journal: WorkSearchRecordModel; showAddWsRecors: boolean; satDate: Date; sunDate: Date; satDateString: any; sunDateString: any; isLoading: boolean; dynamicParam: any; errorMsg: string; waiverReason: string; isWorkSearchWaived: boolean; isWaitingWeekServed: boolean; compState: string; currentState: string; offSetValue: number; constructor(wss: WorkSearchService, util: UtilService, ac: AlertController, rs: ReviewService, sanitizer: DomSanitizer); ngOnInit(): void; fetchJournals(): void; getEnteredDate(value: any): Date; add(): void; closeWsRecord(): void; addWsRecord(event: WorkSearchRecordModel): void; edit(wsRecord: WorkSearchRecordModel): void; retrieveHiredRecordCount(): number; retrieveJoapCount(): number; delete(wsRecord: WorkSearchRecordModel): Promise; getWorkSearchMessage(): "Minimum requirements met" | "At least one activity required" | "You need to add at least 3 activities for the week. One must be Applied for work." | "You need 2 more activities for the week, at least one with a filed application or resume" | "You need 2 more activities for the week" | "You need 1 more activity for the week, at least one with a filed application or resume" | "You need 1 more activity for the week" | "You need at least one activity with a filed application or resume"; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=weekly-work-search-journal.component.d.ts.map