@reusa/ngx-reusa-app-lib 0.0.1309 → 0.0.1311
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/esm2022/lib/components/header/header.component.mjs +5 -7
- package/esm2022/lib/components/profile/profile.component.mjs +8 -8
- package/esm2022/lib/components/weekly-certification/weekly-certification.component.mjs +21 -19
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs +21 -22
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs.map +1 -1
- package/lib/components/header/header.component.d.ts.map +1 -1
- package/lib/components/profile/profile.component.d.ts +3 -5
- package/lib/components/profile/profile.component.d.ts.map +1 -1
- package/lib/components/weekly-certification/weekly-certification.component.d.ts +3 -1
- package/lib/components/weekly-certification/weekly-certification.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -120,13 +120,13 @@ import { TimesIcon } from 'primeng/icons/times';
|
|
|
120
120
|
import { RadioButtonModule } from 'primeng/radiobutton';
|
|
121
121
|
import * as i20 from 'primeng/checkbox';
|
|
122
122
|
import { CheckboxModule } from 'primeng/checkbox';
|
|
123
|
-
import * as
|
|
123
|
+
import * as i12 from 'primeng/steps';
|
|
124
124
|
import { StepsModule } from 'primeng/steps';
|
|
125
125
|
import { FileUploadModule } from 'primeng/fileupload';
|
|
126
126
|
import * as i28 from 'primeng/inputtextarea';
|
|
127
127
|
import { InputTextareaModule } from 'primeng/inputtextarea';
|
|
128
128
|
import { PanelModule } from 'primeng/panel';
|
|
129
|
-
import * as i12 from 'primeng/menu';
|
|
129
|
+
import * as i12$1 from 'primeng/menu';
|
|
130
130
|
import { MenuModule } from 'primeng/menu';
|
|
131
131
|
import * as i9$3 from 'primeng/dropdown';
|
|
132
132
|
import { DropdownModule } from 'primeng/dropdown';
|
|
@@ -4067,12 +4067,10 @@ class HeaderComponent extends BasePage {
|
|
|
4067
4067
|
this.ls.logout();
|
|
4068
4068
|
}
|
|
4069
4069
|
openWeeklies() {
|
|
4070
|
-
|
|
4071
|
-
|
|
4072
|
-
|
|
4073
|
-
|
|
4074
|
-
this.openPage('cp', 'v3/weeklies');
|
|
4075
|
-
}
|
|
4070
|
+
const path = (this.legacyMenu == 'true' && this.isMS() && this.interimHomePage == 'false')
|
|
4071
|
+
? '/v2/weeklies'
|
|
4072
|
+
: '/v3/weeklies';
|
|
4073
|
+
this.r.navigateByUrl(path);
|
|
4076
4074
|
}
|
|
4077
4075
|
openAuditDashboard() {
|
|
4078
4076
|
if (this.context == 'audit') {
|
|
@@ -32622,7 +32620,7 @@ function ProfileComponent_ng_template_10_Template(rf, ctx) { if (rf & 1) {
|
|
|
32622
32620
|
const _c8$5 = () => ({ width: "60vw" });
|
|
32623
32621
|
const _c9$4 = () => ({ "1024px": "75vw", "768px": "85vw", "640px": "100vw" });
|
|
32624
32622
|
class ProfileComponent extends BasePage {
|
|
32625
|
-
constructor(logger, ls, cs, bs, claimService, nav, ss, util, formbuilder,
|
|
32623
|
+
constructor(logger, ls, cs, bs, claimService, nav, ss, util, formbuilder, titleService, modalCtrl) {
|
|
32626
32624
|
super();
|
|
32627
32625
|
this.logger = logger;
|
|
32628
32626
|
this.ls = ls;
|
|
@@ -32633,8 +32631,7 @@ class ProfileComponent extends BasePage {
|
|
|
32633
32631
|
this.ss = ss;
|
|
32634
32632
|
this.util = util;
|
|
32635
32633
|
this.formbuilder = formbuilder;
|
|
32636
|
-
this.
|
|
32637
|
-
this.alertCtrl = alertCtrl;
|
|
32634
|
+
this.titleService = titleService;
|
|
32638
32635
|
this.modalCtrl = modalCtrl;
|
|
32639
32636
|
this.showSuccess = false;
|
|
32640
32637
|
this.showError = false;
|
|
@@ -32661,6 +32658,7 @@ class ProfileComponent extends BasePage {
|
|
|
32661
32658
|
this.showSuccess = false;
|
|
32662
32659
|
this.downloadStatus = "";
|
|
32663
32660
|
if (this.selected === 'proof-of-unemployment') {
|
|
32661
|
+
this.titleService.setTitle("Proof of Unemployment");
|
|
32664
32662
|
this.getListOfActiveClaim();
|
|
32665
32663
|
}
|
|
32666
32664
|
}
|
|
@@ -32974,7 +32972,7 @@ class ProfileComponent extends BasePage {
|
|
|
32974
32972
|
current.zip !== last.zip ||
|
|
32975
32973
|
current.country?.value !== last.country?.value;
|
|
32976
32974
|
}
|
|
32977
|
-
static { this.ɵfac = function ProfileComponent_Factory(t) { return new (t || ProfileComponent)(i0.ɵɵdirectiveInject(LoggerService), i0.ɵɵdirectiveInject(LoginService), i0.ɵɵdirectiveInject(ClaimantService), i0.ɵɵdirectiveInject(BirtService), i0.ɵɵdirectiveInject(ClaimService), i0.ɵɵdirectiveInject(i4.NavController), i0.ɵɵdirectiveInject(SecurityService), i0.ɵɵdirectiveInject(UtilService), i0.ɵɵdirectiveInject(i1$4.UntypedFormBuilder), i0.ɵɵdirectiveInject(
|
|
32975
|
+
static { this.ɵfac = function ProfileComponent_Factory(t) { return new (t || ProfileComponent)(i0.ɵɵdirectiveInject(LoggerService), i0.ɵɵdirectiveInject(LoginService), i0.ɵɵdirectiveInject(ClaimantService), i0.ɵɵdirectiveInject(BirtService), i0.ɵɵdirectiveInject(ClaimService), i0.ɵɵdirectiveInject(i4.NavController), i0.ɵɵdirectiveInject(SecurityService), i0.ɵɵdirectiveInject(UtilService), i0.ɵɵdirectiveInject(i1$4.UntypedFormBuilder), i0.ɵɵdirectiveInject(i6$1.Title), i0.ɵɵdirectiveInject(i4.ModalController)); }; }
|
|
32978
32976
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ProfileComponent, selectors: [["app-profile"]], viewQuery: function ProfileComponent_Query(rf, ctx) { if (rf & 1) {
|
|
32979
32977
|
i0.ɵɵviewQuery(_c0$E, 5);
|
|
32980
32978
|
i0.ɵɵviewQuery(_c1$B, 5);
|
|
@@ -33012,7 +33010,7 @@ class ProfileComponent extends BasePage {
|
|
|
33012
33010
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ProfileComponent, [{
|
|
33013
33011
|
type: Component,
|
|
33014
33012
|
args: [{ selector: 'app-profile', template: "<p-dialog visible=\"true\" modal=\"true\" appendTo=\"body\"\r\n [breakpoints]=\"{'1024px': '75vw', '768px': '85vw', '640px': '100vw'}\" [style]=\"{width: '60vw'}\" position=\"top\">\r\n <ng-template pTemplate=\"header\">\r\n <ion-grid>\r\n <ion-row>\r\n <ion-col class=\"ion-text-left heading\" style=\"padding-left: 24px;\">\r\n {{\"Your Account\" | translate}} <span style=\"font-size: 16px;\">(CLAIMANT ID\r\n {{ls.getUser().claimantId}})</span>\r\n </ion-col>\r\n </ion-row>\r\n <ion-row>\r\n <ion-col>\r\n <p-selectButton *ngIf=\"!isME()\" styleClass=\"ion-padding-start\" [options]=\"profileOpts\" optionLabel=\"text\"\r\n optionValue=\"value\" [(ngModel)]=\"selected\" (onOptionClick)=\"onValueChange($event)\">\r\n </p-selectButton>\r\n <p-selectButton *ngIf=\"isME()\" styleClass=\"ion-padding-start\" [options]=\"profileOptsIVR\" optionLabel=\"text\"\r\n optionValue=\"value\" [(ngModel)]=\"selected\" (onOptionClick)=\"onValueChange($event)\">\r\n </p-selectButton>\r\n </ion-col>\r\n </ion-row>\r\n </ion-grid>\r\n </ng-template>\r\n <div *ngIf=\"!(showSuccess || showError)\" style=\"margin-left: -8px;\">\r\n <app-form-builder #fb *ngIf=\"selected == 'personal-details'\" [flowKey]=\"selected\" [showOnlyQuestion]=\"true\"\r\n [hideHeader]=\"true\" [hideFooter]=\"true\" [sizeXs]=\"12\" [sizeSm]=\"12\" [sizeMd]=\"12\" [sizeLg]=\"12\"\r\n [sizeXl]=\"12\" [offsetXl]=\"0\" [offsetLg]=\"0\" (onError)=\"handleError($event)\" (onComplete)=\"success($event)\">\r\n </app-form-builder>\r\n <div *ngIf=\"selected == 'contact-details'\">\r\n <div *ngIf=\"showInlineError && selected === 'contact-details'\" class=\"error-banner\">\r\n <ion-icon name=\"alert-circle-outline\" style=\"color: var(--ion-color-danger); font-size: 18px; margin-right: 8px;\"></ion-icon>\r\n <span>{{ errorText }}</span>\r\n </div>\r\n <app-form-builder #fb *ngIf=\"selected == 'contact-details'\" [flowKey]=\"selected\" [showOnlyQuestion]=\"true\"\r\n [hideHeader]=\"true\" [hideFooter]=\"true\" [sizeXs]=\"12\" [sizeSm]=\"12\" [sizeMd]=\"12\" [sizeLg]=\"12\"\r\n [sizeXl]=\"12\" [offsetXl]=\"0\" [offsetLg]=\"0\" (onError)=\"handleError($event)\" (onComplete)=\"success($event)\">\r\n </app-form-builder>\r\n </div>\r\n <app-form-builder #fb *ngIf=\"selected == 'payment-details'\" [flowKey]=\"selected\" [showOnlyQuestion]=\"true\"\r\n [hideHeader]=\"true\" [hideFooter]=\"true\" [sizeXs]=\"12\" [sizeSm]=\"12\" [sizeMd]=\"12\" [sizeLg]=\"12\"\r\n [sizeXl]=\"12\" [offsetXl]=\"0\" [offsetLg]=\"0\" (onError)=\"handleError($event)\" (onComplete)=\"success($event)\">\r\n </app-form-builder>\r\n <app-form-builder #fb *ngIf=\"selected == 'update-ivr'\" [flowKey]=\"selected\" [showOnlyQuestion]=\"true\"\r\n [hideHeader]=\"true\" [hideFooter]=\"true\" [sizeXs]=\"12\" [sizeSm]=\"12\" [sizeMd]=\"12\" [sizeLg]=\"12\"\r\n [sizeXl]=\"12\" [offsetXl]=\"0\" [offsetLg]=\"0\" (onError)=\"handleError($event)\" (onComplete)=\"success($event)\">\r\n </app-form-builder>\r\n </div>\r\n <div class=\"proof-of-unemployment\" *ngIf=\"selected == 'proof-of-unemployment'\">\r\n <div *ngIf=\"phaseTwoProofOfUIView==='true';else nonPhraseTwoView\" style=\"padding: 0px 1rem\">\r\n <h2 style=\"font-family: 'Open Sans, Light';\">\r\n {{ \"profile.proof.of.unemployment.label.proof.of.unemployment.pay\"| translate}}\r\n </h2>\r\n <div *ngIf=\"!listOfActiveClaim || listOfActiveClaim.length === 0; else activeClaimTable\">\r\n <h3 style=\"font-family: 'Open Sans, Light';\">\r\n {{\"profile.proof.of.unemployment.label.no.active.claim\"| translate}}\r\n </h3>\r\n </div>\r\n <ng-template #activeClaimTable>\r\n <p-table [value]=\"listOfActiveClaim\" dataKey=\"claimId\" [rowExpandMode]=\"'single'\" styleClass=\"seperate-row\" class=\"seperate-row\"\r\n [tableStyle]=\"{'border-collapse': 'separate','border-spacing': '0 8px'}\"\r\n >\r\n <ng-template pTemplate=\"body\" let-data let-expanded=\"expanded\">\r\n <tr>\r\n <td>\r\n <a href=\"#\" [pRowToggler]=\"data\">\r\n <i [ngClass]=\"expanded ? 'pi pi-chevron-down' : 'pi pi-chevron-right'\" style=\"font-size: 1.5rem;\"></i>\r\n </a> \r\n <td >\r\n {{data.effectiveDate}} - {{data.byeDate}}\r\n </td>\r\n <td>\r\n {{data.entitlementType}}\r\n </td>\r\n </tr>\r\n </ng-template>\r\n <ng-template pTemplate=\"rowexpansion\" let-data>\r\n <tr>\r\n <td colspan=\"7\" style=\" border-left: 1px solid #e4e4e4;border-right: 1px solid #e4e4e4;\">\r\n <ion-grid>\r\n <ion-row>\r\n <ion-col style=\"display: flex;justify-content: center;\">\r\n <img [src]=\"docFileLink\" height='500px' width='420px'/>\r\n </ion-col>\r\n <ion-col style=\"display: flex;flex-direction: column;justify-content: space-between;\">\r\n <ion-row >\r\n <span [innerHTML]=\"data.description\" style=\"font-size: 19px;\"></span>\r\n </ion-row>\r\n <ion-row>\r\n \r\n <ion-button fill=\"outline\" shape=\"round\" style=\"padding-inline-end: 2rem;\" (click)=\"getVerificationReport()\">\r\n {{ \"profile.proof.of.unemployment.button.download.report\"| translate}}\r\n </ion-button>\r\n </ion-row>\r\n </ion-col>\r\n </ion-row>\r\n \r\n </ion-grid>\r\n \r\n </td>\r\n </tr>\r\n </ng-template>\r\n </p-table>\r\n </ng-template>\r\n </div>\r\n <ng-template #nonPhraseTwoView>\r\n <ion-grid style=\"margin-top: 15px;\">\r\n <ion-row>\r\n <ion-col *ngIf=\"!isME()\" layout=\"row\" style = \"margin:3px;\">\r\n <label>\r\n {{ \"profile.proof.of.unemployment.label.download.unemployment.claim.report\"| translate}}\r\n </label>\r\n <br>\r\n <ion-button shape=\"round\" fill=\"outline\" (click)=\"getExternalClaimantReport()\"\r\n class=\"Claimant-report-btn\">\r\n <ion-icon name=\"download-outline\"></ion-icon>{{ \"profile.proof.of.unemployment.button.external.claimant.report\"| translate}}\r\n </ion-button>\r\n <br>\r\n <div *ngIf=\"downloadStatus=='started'\">{{ \"profile.proof.of.unemployment.status.download.start\"| translate}}</div>\r\n <mat-error *ngIf=\"downloadStatus=='error'\">{{ \"profile.proof.of.unemployment.status.download.error\"| translate}}</mat-error>\r\n </ion-col>\r\n <ion-col layout=\"row\" style = \"margin:3px;\">\r\n <label>\r\n {{ \"profile.proof.of.unemployment.label.summary.unemployment.claim\"| translate}}\r\n </label>\r\n <br>\r\n <ion-button shape=\"round\" fill=\"outline\" (click)=\"redirectLink('.claimantsummaryverification')\"\r\n class=\"Claimant-summary-ver-btn\">{{ \"profile.proof.of.unemployment.button.unemployment.verification\"| translate}}</ion-button>\r\n </ion-col>\r\n </ion-row>\r\n </ion-grid>\r\n </ng-template>\r\n </div>\r\n <div *ngIf=\"isMS() && selected == 'contact-details' && isOtpSent == true\" style=\"margin-top: -90px;\">\r\n <form [formGroup]=\"otpForm\" #otpFormDirective=\"ngForm\">\r\n <ion-row>\r\n <div class=\"p-fluid p-formgrid\">\r\n <ion-row>\r\n <label for=\"otp\" [innerHTML]=\"'profile.contact.details.label.otp' | translate:{ type: type }\"></label>\r\n </ion-row>\r\n <ion-row>\r\n <ion-col>\r\n <p-inputMask formControlName=\"otp\" mask=\"999999\" size=\"6\" maxlength=\"6\" minlength=\"6\"\r\n [autoFocus]='true' title='Enter Authcode'></p-inputMask>\r\n <app-error [field]='otp' [form]=\"otpFormDirective\" [errDef]=\"{ \r\n required: 'Authcode is required.',\r\n minlength: 'Authcode should have 6 numbers.'\r\n }\"></app-error>\r\n </ion-col>\r\n <ion-col>\r\n <ion-button shape=\"round\" type=\"submit\" (click)=\"verify()\">{{ \"profile.contact.details.button.verify\"| translate}}</ion-button>\r\n </ion-col>\r\n </ion-row>\r\n </div>\r\n </ion-row>\r\n </form>\r\n </div>\r\n <div *ngIf=\"isME() && selected == 'contact-details' && displaySecurityQuestion == true\" style=\"margin-top: -90px;\">\r\n <form [formGroup]=\"securityQuestionForm\" #securityQuestionFormDirective=\"ngForm\">\r\n <ion-row>\r\n <div class=\"p-fluid p-formgrid\">\r\n <ion-row>\r\n <label for=\"securityQuestionAnswer\" [innerHTML]=\"'profile.contact.details.label.securityQuestion' | translate:{ securityQuestionToAsk: securityQuestionToAsk }\"></label>\r\n </ion-row>\r\n <ion-row>\r\n <ion-col>\r\n \t<input pInputText formControlName=\"securityQuestionAnswer\" size=\"30\" maxlength=\"30\" title=\"Security Answer\" />\r\n <app-error [field]='securityQuestionAnswer' [form]=\"securityQuestionFormDirective\" [errDef]=\"{ \r\n required: 'Security Answer is required.'\r\n }\"></app-error>\r\n </ion-col>\r\n <ion-col>\r\n <ion-button shape=\"round\" type=\"submit\" (click)=\"verifySecurityQuestion()\">{{ \"profile.contact.details.button.verify\"| translate}}</ion-button>\r\n </ion-col>\r\n </ion-row>\r\n </div>\r\n </ion-row>\r\n </form>\r\n </div>\r\n <mat-error *ngIf=\"errorDtls\">{{errorDtls}}</mat-error>\r\n <ion-label *ngIf=\"successDtls\" style=\"color: var(--ion-color-green)\">{{successDtls}}<br /></ion-label>\r\n\r\n <div *ngIf=\"showSuccess\">\r\n <div class=\"ion-text-center ion-padding-top\">\r\n <ion-icon name=\"checkmark-circle\" style=\"font-size: 80px; color: var(--ion-color-green);\"></ion-icon>\r\n <h1>{{ \"profile.banner.success\"| translate}}</h1>\r\n </div>\r\n </div>\r\n\r\n <div *ngIf=\"showError\">\r\n <div class=\"ion-text-center ion-padding-top\">\r\n <ion-icon name=\"close-circle-outline\" style=\"font-size: 80px; color: var(--ion-color-danger);\"></ion-icon>\r\n <section *ngIf=\"isMS()\">\r\n <h1>{{ errorText ? errorText : ('profile.banner.request.process.failure' | translate) }}</h1>\r\n </section>\r\n <section *ngIf=\"!isMS()\">\r\n <h1>{{errorText ? errorText : ('profile.banner.request.process.failure' | translate) }}</h1>\r\n </section>\r\n </div>\r\n </div>\r\n <ng-template pTemplate=\"footer\">\r\n <ion-grid>\r\n <ion-row>\r\n <ion-col class=\"ion-text-left\" size=\"12\" sizeXl=\"4\" sizeLg=\"4\" sizeMd=\"5\">\r\n <ion-button shape=\"round\" fill=\"outline\" type=\"button\" (click)=\"logout()\">{{ \"profile.button.logout\"| translate}}</ion-button>\r\n </ion-col>\r\n <ion-col class=\"ion-text-right\" size=\"12\" sizeXl=\"8\" sizeLg=\"8\" sizeMd=\"7\">\r\n <ion-button shape=\"round\" fill=\"outline\" type=\"reset\" (click)=\"cancel()\">{{ \"profile.button.close\"| translate}}</ion-button>\r\n <ion-button shape=\"round\" type=\"submit\" (click)=\"save()\" *ngIf=\"!(showSuccess || showError) && selected!='proof-of-unemployment'\"\r\n [disabled]=\"isOtpSent== true || displaySecurityQuestion== true\">{{ \"profile.button.save\"| translate}}</ion-button>\r\n </ion-col>\r\n </ion-row>\r\n </ion-grid>\r\n </ng-template>\r\n</p-dialog>", styles: ["ion-col{margin-left:0!important}.Claimant-report-btn{margin-inline-end:3%}.proof-unemployment-btn-label{margin-bottom:3px}.error-banner{display:flex;align-items:center;background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:4px;padding:8px 12px;margin-bottom:10px;font-size:14px}.seperate-row td:not(:first-child):not(:last-child){border-left:none;border-right:none}.seperate-row td:first-child{border-right:none}.seperate-row td:last-child{border-left:none;padding:1rem .55rem;padding-right:20px}.seperate-row td{border:1px solid #e4e4e4;font-family:\"Open Sans, Light\";font-size:26px;padding:1rem .55rem}\n"] }]
|
|
33015
|
-
}], () => [{ type: LoggerService }, { type: LoginService }, { type: ClaimantService }, { type: BirtService }, { type: ClaimService }, { type: i4.NavController }, { type: SecurityService }, { type: UtilService }, { type: i1$4.UntypedFormBuilder }, { type:
|
|
33013
|
+
}], () => [{ type: LoggerService }, { type: LoginService }, { type: ClaimantService }, { type: BirtService }, { type: ClaimService }, { type: i4.NavController }, { type: SecurityService }, { type: UtilService }, { type: i1$4.UntypedFormBuilder }, { type: i6$1.Title }, { type: i4.ModalController }], { fb: [{
|
|
33016
33014
|
type: ViewChild,
|
|
33017
33015
|
args: ['fb']
|
|
33018
33016
|
}], onCancel: [{
|
|
@@ -33030,7 +33028,7 @@ class ProfileComponent extends BasePage {
|
|
|
33030
33028
|
}], accepted: [{
|
|
33031
33029
|
type: Output
|
|
33032
33030
|
}] }); })();
|
|
33033
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileComponent, { className: "ProfileComponent", filePath: "lib\\components\\profile\\profile.component.ts", lineNumber:
|
|
33031
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileComponent, { className: "ProfileComponent", filePath: "lib\\components\\profile\\profile.component.ts", lineNumber: 32 }); })();
|
|
33034
33032
|
|
|
33035
33033
|
class MaintenanceService {
|
|
33036
33034
|
constructor(http) {
|
|
@@ -49260,7 +49258,7 @@ function WeeklyCertificationComponent_div_3_Template(rf, ctx) { if (rf & 1) {
|
|
|
49260
49258
|
i0.ɵɵproperty("ngIf", ctx_r3.isMS());
|
|
49261
49259
|
} }
|
|
49262
49260
|
class WeeklyCertificationComponent extends BasePage {
|
|
49263
|
-
constructor(wcService, fb, util, nav, sanitizer, hs, ls, contextService, datepipe) {
|
|
49261
|
+
constructor(wcService, fb, util, nav, sanitizer, hs, ls, contextService, datepipe, router) {
|
|
49264
49262
|
super();
|
|
49265
49263
|
this.wcService = wcService;
|
|
49266
49264
|
this.fb = fb;
|
|
@@ -49271,6 +49269,7 @@ class WeeklyCertificationComponent extends BasePage {
|
|
|
49271
49269
|
this.ls = ls;
|
|
49272
49270
|
this.contextService = contextService;
|
|
49273
49271
|
this.datepipe = datepipe;
|
|
49272
|
+
this.router = router;
|
|
49274
49273
|
this.showAck = false;
|
|
49275
49274
|
this.showConfirmation = false;
|
|
49276
49275
|
this.activeIndex = 0;
|
|
@@ -49574,13 +49573,13 @@ class WeeklyCertificationComponent extends BasePage {
|
|
|
49574
49573
|
}
|
|
49575
49574
|
goHome() {
|
|
49576
49575
|
if (this.ls.isClaimant()) {
|
|
49577
|
-
this.
|
|
49576
|
+
this.router.navigateByUrl('welcome?wcDone=true');
|
|
49578
49577
|
}
|
|
49579
49578
|
else if (this.ls.isCsr()) {
|
|
49580
49579
|
this.util.openPageByContextRootWithData(this.util.getSecurityAppContextRoot(), "search-ssn", this.contextService.getUnEncodedSsn(), this.nav);
|
|
49581
49580
|
}
|
|
49582
49581
|
else {
|
|
49583
|
-
this.
|
|
49582
|
+
this.router.navigateByUrl('/welcome');
|
|
49584
49583
|
}
|
|
49585
49584
|
this.util.hideLoader();
|
|
49586
49585
|
}
|
|
@@ -49682,7 +49681,7 @@ class WeeklyCertificationComponent extends BasePage {
|
|
|
49682
49681
|
let day = String(utcDate.getUTCDate()).padStart(2, '0');
|
|
49683
49682
|
return `${year}-${month}-${day}`;
|
|
49684
49683
|
}
|
|
49685
|
-
static { this.ɵfac = function WeeklyCertificationComponent_Factory(t) { return new (t || WeeklyCertificationComponent)(i0.ɵɵdirectiveInject(WeeklyCertServiceV2), i0.ɵɵdirectiveInject(i1$4.FormBuilder), i0.ɵɵdirectiveInject(UtilService), i0.ɵɵdirectiveInject(i4.NavController), i0.ɵɵdirectiveInject(i6$1.DomSanitizer), i0.ɵɵdirectiveInject(HelpService), i0.ɵɵdirectiveInject(LoginService), i0.ɵɵdirectiveInject(ClaimantContextService), i0.ɵɵdirectiveInject(i5$1.DatePipe)); }; }
|
|
49684
|
+
static { this.ɵfac = function WeeklyCertificationComponent_Factory(t) { return new (t || WeeklyCertificationComponent)(i0.ɵɵdirectiveInject(WeeklyCertServiceV2), i0.ɵɵdirectiveInject(i1$4.FormBuilder), i0.ɵɵdirectiveInject(UtilService), i0.ɵɵdirectiveInject(i4.NavController), i0.ɵɵdirectiveInject(i6$1.DomSanitizer), i0.ɵɵdirectiveInject(HelpService), i0.ɵɵdirectiveInject(LoginService), i0.ɵɵdirectiveInject(ClaimantContextService), i0.ɵɵdirectiveInject(i5$1.DatePipe), i0.ɵɵdirectiveInject(i3.Router)); }; }
|
|
49686
49685
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: WeeklyCertificationComponent, selectors: [["app-weekly-certification"]], viewQuery: function WeeklyCertificationComponent_Query(rf, ctx) { if (rf & 1) {
|
|
49687
49686
|
i0.ɵɵviewQuery(WorkSearchQuestionComponentV2, 5);
|
|
49688
49687
|
i0.ɵɵviewQuery(AcknowledgementMsComponent, 5);
|
|
@@ -49704,12 +49703,12 @@ class WeeklyCertificationComponent extends BasePage {
|
|
|
49704
49703
|
i0.ɵɵproperty("ngIf", !ctx.isLoading && ctx.errorMsg);
|
|
49705
49704
|
i0.ɵɵadvance(1);
|
|
49706
49705
|
i0.ɵɵproperty("ngIf", !ctx.isLoading && !ctx.errorMsg);
|
|
49707
|
-
} }, dependencies: [i4.IonButton, i4.IonCol, i4.IonFooter, i4.IonGrid, i4.IonIcon, i4.IonRow, i4.IonSpinner, i5$1.NgIf, i5$1.NgStyle, i14.Divider,
|
|
49706
|
+
} }, dependencies: [i4.IonButton, i4.IonCol, i4.IonFooter, i4.IonGrid, i4.IonIcon, i4.IonRow, i4.IonSpinner, i5$1.NgIf, i5$1.NgStyle, i14.Divider, i12.Steps, FormBuilderPage, MultiQuestionnaireComponent, WeeklyWorkPerformedPopupComponent, WorkSearchQuestionComponentV2, AcknowledgementMsComponent, AcknowledgementComponentV2, ConfirmationComponent, InterimConfirmationComponent, i3$1.TranslatePipe], styles: ["[_nghost-%COMP%] .p-steps-item{flex:0 0;text-align:center}[_nghost-%COMP%] .p-steps .p-steps-item.p-highlight .p-steps-number{background-color:var(--ion-color-primary)}[_nghost-%COMP%] .p-steps ul{justify-content:center}.app-heading[_ngcontent-%COMP%]{font-family:var(--app-font-light);font-size:36px;color:var(--ion-color-medium-gray)}.p-steps-item[_ngcontent-%COMP%] .p-steps[_ngcontent-%COMP%] .p-steps-number[_ngcontent-%COMP%]{width:var(--step-width)!important;height:var(--step-height)!important}.buttons-row[_ngcontent-%COMP%]{display:flex;justify-content:space-between;align-items:center;padding:0 10px}.weeklies-left-buttons[_ngcontent-%COMP%], .weeklies-right-buttons[_ngcontent-%COMP%]{display:flex;gap:40px}ion-button[_ngcontent-%COMP%]{min-width:80px;flex-shrink:1}.weeklies-steps[_ngcontent-%COMP%]{margin-left:-135px!important}@media (max-width: 320px){.weeklies-left-buttons[_ngcontent-%COMP%], .weeklies-right-buttons[_ngcontent-%COMP%]{flex-direction:column;gap:6px}}@media (max-width: 360px){ion-button[_ngcontent-%COMP%]{font-size:14px}.buttons-row[_ngcontent-%COMP%]{padding:0 5px}}@media (min-width: 600px){.buttons-row[_ngcontent-%COMP%], .weeklies-left-buttons[_ngcontent-%COMP%], .weeklies-right-buttons[_ngcontent-%COMP%]{justify-content:center}ion-col.size-3[_ngcontent-%COMP%]{max-width:200px}ion-button[_ngcontent-%COMP%]{min-width:100px}}@media (min-width: 1280px){.buttons-row[_ngcontent-%COMP%]{justify-content:unset}.weeklies-left-buttons[_ngcontent-%COMP%]{text-align:left;padding-left:0;justify-content:unset}.weeklies-right-buttons[_ngcontent-%COMP%]{text-align:right;position:relative;padding-right:10px}}@media (min-width: 391px) and (max-width: 420px){.weeklies-steps[_ngcontent-%COMP%]{margin-left:95px!important}}@media (min-width: 320px) and (max-width: 350px){.heading-weeklies[_ngcontent-%COMP%]{font-family:var(--app-font-regular);font-size:15px;width:max-content}.heading-weeklies-ack[_ngcontent-%COMP%]{font-size:15px!important;width:max-content}.weeklies-steps[_ngcontent-%COMP%]{margin-left:100px!important}}@media (min-width: 351px) and (max-width: 470px){.heading-weeklies[_ngcontent-%COMP%]{font-family:var(--app-font-regular);font-size:17px;width:max-content}.heading-weeklies-ack[_ngcontent-%COMP%]{font-size:16px!important;width:max-content}.weeklies-steps[_ngcontent-%COMP%]{margin-left:110px!important}}@media (min-width: 470px) and (max-width: 680px){.heading-weeklies[_ngcontent-%COMP%]{font-size:18px;width:250px}.heading-weeklies-ack[_ngcontent-%COMP%]{font-size:18px!important;width:max-content}.weeklies-steps[_ngcontent-%COMP%]{margin-left:195px!important}}@media (min-width: 681px) and (max-width: 767px){.heading-weeklies[_ngcontent-%COMP%]{font-size:20px;width:250px;margin-top:50px}.weeklies-steps[_ngcontent-%COMP%]{margin-left:70px!important;margin-top:30px}}@media (min-width: 768px) and (max-width: 991px){.heading-weeklies[_ngcontent-%COMP%]{font-size:20px;width:250px;margin-top:50px;margin-left:65px}.weeklies-steps[_ngcontent-%COMP%]{margin-left:150px!important;margin-top:30px}}@media (min-width: 992px) and (max-width: 1020px){.heading-weeklies[_ngcontent-%COMP%]{font-size:20px;width:250px;margin-top:50px}.weeklies-steps[_ngcontent-%COMP%]{margin-left:-40px!important;margin-top:30px}}@media (min-width: 1021px) and (max-width: 1176px){.heading-weeklies[_ngcontent-%COMP%]{font-size:20px;margin-top:50px}.weeklies-steps[_ngcontent-%COMP%]{margin-left:-35px!important;margin-top:30px}}"] }); }
|
|
49708
49707
|
}
|
|
49709
49708
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WeeklyCertificationComponent, [{
|
|
49710
49709
|
type: Component,
|
|
49711
49710
|
args: [{ selector: 'app-weekly-certification', template: "<app-dashboard-help *ngIf=\"hs.isShowing()\" [activeIndex]=\"4\"></app-dashboard-help>\r\n <div *ngIf=\"isLoading\" class=\"ion-text-center\">\r\n <ion-spinner name=\"dots\"></ion-spinner>\r\n </div>\r\n\r\n <div *ngIf=\"!isLoading && errorMsg\" class=\"ion-text-center ion-padding-top\" style=\"padding-top: 50px;\">\r\n <ion-icon name=\"alert-circle-outline\" style=\"font-size: 60px; color: var(--ion-color-danger);\"></ion-icon>\r\n <div [innerHTML]=\"sanitizer.bypassSecurityTrustHtml(errorMsg)\" style=\"color: var(--ion-color-danger); font-size: larger;\" class=\"ion-text-center ion-padding\"></div>\r\n </div>\r\n\r\n <div *ngIf=\"!isLoading && !errorMsg\">\r\n <ion-grid>\r\n <ion-row>\r\n <ion-col size=\"12\" offsetXl=\"1\" *ngIf=\"!isMS() || (isMS() && !multipleWeeksDue && !displayContinuedWeeksFiledHeading)\">\r\n <h1 class=\"app-heading\">{{'weeklies.v2.task.heading' | translate:dynamicParam }}</h1>\r\n </ion-col>\r\n\r\n <ion-col size=\"12\" offsetXl=\"1\" *ngIf=\"(isMS() && multipleWeeksDue && !displayContinuedWeeksFiledHeading)\">\r\n <h1 class=\"app-heading\">{{'weeklies.v2.task.multiple.weeks.heading' | translate:dynamicParam }}</h1>\r\n </ion-col>\r\n\r\n <ion-col size=\"12\" offsetXl=\"1\" *ngIf=\"(isMS() && multipleWeeksDue && displayContinuedWeeksFiledHeading)\">\r\n <h1 class=\"app-heading\">{{'weeklies.v2.task.multiple.weeks.heading.continued' | translate:dynamicParam }}</h1>\r\n </ion-col>\r\n </ion-row>\r\n </ion-grid>\r\n\r\n <section *ngIf=\"!isMS()\">\r\n <ion-grid>\r\n <ion-row>\r\n <ion-col size=\"12\" sizeXl=\"5\" offsetXl=\"1\" sizeLg=\"6\">\r\n <app-work-search-question-v2 *ngIf=\"!isLoading && !errorMsg\" (success)=\"goToWeeklyCert()\" [showCounter]=\"true\" (hasHiredStatus)=\"hasHiredStatus($event)\"\r\n (hasWorkedFullTimeOrStartedWorkingStatus)=\"hasWorkedFullTimeOrStartedWorkingStatus($event)\"></app-work-search-question-v2>\r\n </ion-col>\r\n <ion-col size=\"12\" sizeXl=\"5\" sizeLg=\"6\"> \r\n <app-form-builder #weeklyQuestions [flowKey]=\"'weekly-cert'\" [autoSave]=\"false\" [showOnlyQuestion]=\"true\" [hideHeader]=\"true\"\r\n [hideFooter]=\"true\" [sizeXs]=\"12\" [sizeSm]=\"12\" [sizeMd]=\"12\" [sizeLg]=\"12\" [sizeXl]=\"12\" [offsetXl]=\"0\" [offsetLg]=\"0\" \r\n (onError)=\"handleError($event)\" (onComplete)=\"success($event)\" [dynamicParam]=\"dynamicParam\" [data]=\"dataToLoad\" \r\n [multiMode]=\"true\" [readOnlyFields]=\"readOnlyFields\" (onLoadComplete)=\"loadComplete($event)\">\r\n </app-form-builder> \r\n </ion-col>\r\n </ion-row>\r\n </ion-grid>\r\n </section>\r\n\r\n <section *ngIf=\"isMS()\">\r\n <ion-row>\r\n <ion-col size=\"3\" offsetLg=\"3\" offsetXl=\"3\">\r\n <div class=\"p-fluid p-formgrid\">\r\n <section *ngIf=\"activeIndex == 0 || activeIndex == 1\">\r\n <h1 class=\"heading-weeklies\"><b> {{ contents[activeIndex] }} </b></h1>\r\n </section>\r\n <section *ngIf=\"activeIndex == 2\">\r\n <h1 class=\"heading-weeklies-ack\"><b> {{ contents[activeIndex] }} </b></h1>\r\n </section>\r\n </div>\r\n </ion-col>\r\n <ion-col size=\"2\"></ion-col>\r\n <ion-col class=\"weeklies-steps\" size=\"1\">\r\n <div class=\"p-fluid p-formgrid\" >\r\n <p-steps [model]=\"items\" [activeIndex]=\"activeIndex\" [styleClass]=\"'completed-'+activeIndex\" [ngStyle]=\"{'--step-width':'50px','--step-height':'50px'}\">\r\n </p-steps>\r\n </div>\r\n \r\n </ion-col>\r\n <ion-col size=\"3\">\r\n </ion-col>\r\n </ion-row>\r\n <ion-row>\r\n <ion-col style=\"margin-top: -35px;\"size=\"12\" sizeSm=\"8\" sizeXs=\"12\" sizeMd=\"8\" sizeLg=\"6\" sizeXl=\"5\" offsetLg=\"3\" offsetXl=\"3\" offsetMd=\"1\">\r\n <p-divider></p-divider>\r\n </ion-col> \r\n </ion-row>\r\n \r\n <ion-grid *ngIf=\"activeIndex == 0\">\r\n <ion-row>\r\n <ion-col size=\"12\" sizeSm=\"8\" sizeXs=\"12\" sizeMd=\"8\" sizeLg=\"6\" sizeXl=\"5\" offsetLg=\"3\" offsetXl=\"3\" offsetMd=\"1\">\r\n <app-work-search-question-v2 *ngIf=\"!isLoading && !errorMsg\" (success)=\"goToWeeklyCert()\" [showCounter]=\"true\" (hasHiredStatus)=\"hasHiredStatus($event)\"></app-work-search-question-v2>\r\n </ion-col>\r\n </ion-row>\r\n </ion-grid>\r\n <ion-grid *ngIf=\"activeIndex == 1\">\r\n <ion-row>\r\n <ion-col size=\"12\" sizeSm=\"12\" sizeXs=\"12\" sizeMd=\"10\" sizeLg=\"5.25\" sizeXl=\"5.25\" offsetLg=\"3\" offsetXl=\"3\" offsetMd=\"1\"> \r\n <app-form-builder #weeklyQuestions [flowKey]=\"'weekly-cert'\" [autoSave]=\"true\" [showOnlyQuestion]=\"true\" [hideHeader]=\"true\"\r\n [hideFooter]=\"true\" [sizeXs]=\"12\" [sizeSm]=\"12\" [sizeMd]=\"12\" [sizeLg]=\"12\" [sizeXl]=\"12\" [offsetXl]=\"0\" [offsetLg]=\"0\" \r\n (onError)=\"handleError($event)\" (onComplete)=\"success($event)\" [dynamicParam]=\"dynamicParam\" [data]=\"dataToLoad\" \r\n [multiMode]=\"true\" [readOnlyFields]=\"readOnlyFields\" (onLoadComplete)=\"loadComplete($event)\">\r\n </app-form-builder> \r\n </ion-col>\r\n </ion-row>\r\n <!-- Weekly Earnings reminder popup - shown every week except for waiting period week -->\r\n <ion-row *ngIf=\"weeklyWorkPerformedPopupFlag\">\r\n <app-weekly-work-performed-popup [showWeeklyWorkPerformedPopup]=\"true\"></app-weekly-work-performed-popup>\r\n </ion-row>\r\n </ion-grid>\r\n <ion-grid *ngIf=\"activeIndex == 2\">\r\n <ion-row>\r\n <ion-col size=\"12\" sizeSm=\"12\" sizeXs=\"12\" sizeMd=\"10\" sizeLg=\"6\" sizeXl=\"6\" offsetLg=\"3\" offsetXl=\"3\" offsetMd=\"1\">\r\n <app-acknowledgement-ms *ngIf=\"showAck\" (success)=\"fileWeeklyCertDone($event)\" (onClose)=\"closeAck()\">\r\n </app-acknowledgement-ms> \r\n </ion-col>\r\n </ion-row>\r\n </ion-grid>\r\n </section>\r\n\r\n <app-multi-questionnaire [qeQueryModels]=\"qeQueryModels\" *ngIf=\"isOpenQe\" \r\n (onComplete)=\"openSummaryPostQuestionnaires($event)\" (modelCancel)=\"onQeClose()\" \r\n [header]=\"'Follow-up Questions' | translate\" [showQuestionNumber]=\"true\"></app-multi-questionnaire>\r\n\r\n <div *ngIf=\"!isMS()\">\r\n <app-acknowledgement-v2 *ngIf=\"showAck\" (success)=\"fileWeeklyCertDone($event)\" (onClose)=\"closeAck()\">\r\n </app-acknowledgement-v2> \r\n </div>\r\n\r\n <app-confirmation *ngIf=\"showConfirmation\" (onClose)=\"closeConfirmationPopup()\" [data]=\"confirmationData\" [dynamicParam]=\"dynamicParam\"></app-confirmation>\r\n \r\n <app-interim-confirmation *ngIf=\"showInterimConfirmation\" (onClose)=\"closeConfirmationPopup()\" (onNext)=\"navigateToWeeklies($event)\" [data]=\"confirmationData\" [dynamicParam]=\"dynamicParam\"></app-interim-confirmation>\r\n\r\n <ion-footer *ngIf=\"!isMS()\">\r\n <ion-row class=\"ion-padding\">\r\n <ion-col class=\"ion-text-left\" ion-col size=\"12\" sizeXl=\"5\" offsetXl=\"1\" sizeLg=\"6\">\r\n <ion-button shape=\"round\" fill=\"outline\" (click)=\"goHome()\">Close\r\n </ion-button>\r\n </ion-col>\r\n <ion-col class=\"ion-text-right\" size=\"12\" sizeXl=\"5\" sizeLg=\"6\">\r\n <ion-button shape=\"round\" fill=\"solid\" type=\"submit\" (click)=\"openNextPage()\" >Submit\r\n </ion-button>\r\n </ion-col>\r\n </ion-row>\r\n </ion-footer>\r\n <section *ngIf=\"isMS()\">\r\n <ion-row class=\"ion-padding buttons-row\">\r\n <ion-col size=\"3\"></ion-col>\r\n <ion-col class=\"weeklies-left-buttons\" size=\"3\">\r\n <ion-button id=\"close\" shape=\"round\" fill=\"outline\" *ngIf=\"activeIndex == 0\" (click)=\"goHome()\">Close\r\n </ion-button>\r\n <ion-button id=\"back\" shape=\"round\" fill=\"outline\" *ngIf=\"activeIndex != 0\" (click)=\"activeIndex = activeIndex - 1\">\r\n Back</ion-button>\r\n </ion-col>\r\n <ion-col class=\"weeklies-right-buttons\" size=\"3\">\r\n <ion-button id=\"next\" shape=\"round\" fill=\"solid\" type=\"submit\" (click)=\"openNextPage()\" *ngIf=\"activeIndex != 2\">Next\r\n </ion-button>\r\n <ion-button id=\"submit\" shape=\"round\" fill=\"solid\" type=\"submit\" (click)=\"showAcknowledgement()\" *ngIf=\"activeIndex == 2\">\r\n Submit</ion-button>\r\n </ion-col>\r\n <ion-col size=\"3\"></ion-col>\r\n </ion-row>\r\n </section>\r\n </div>", styles: [":host ::ng-deep .p-steps-item{flex:0 0;text-align:center}:host ::ng-deep .p-steps .p-steps-item.p-highlight .p-steps-number{background-color:var(--ion-color-primary)}:host ::ng-deep .p-steps ul{justify-content:center}.app-heading{font-family:var(--app-font-light);font-size:36px;color:var(--ion-color-medium-gray)}.p-steps-item .p-steps .p-steps-number{width:var(--step-width)!important;height:var(--step-height)!important}.buttons-row{display:flex;justify-content:space-between;align-items:center;padding:0 10px}.weeklies-left-buttons,.weeklies-right-buttons{display:flex;gap:40px}ion-button{min-width:80px;flex-shrink:1}.weeklies-steps{margin-left:-135px!important}@media (max-width: 320px){.weeklies-left-buttons,.weeklies-right-buttons{flex-direction:column;gap:6px}}@media (max-width: 360px){ion-button{font-size:14px}.buttons-row{padding:0 5px}}@media (min-width: 600px){.buttons-row,.weeklies-left-buttons,.weeklies-right-buttons{justify-content:center}ion-col.size-3{max-width:200px}ion-button{min-width:100px}}@media (min-width: 1280px){.buttons-row{justify-content:unset}.weeklies-left-buttons{text-align:left;padding-left:0;justify-content:unset}.weeklies-right-buttons{text-align:right;position:relative;padding-right:10px}}@media (min-width: 391px) and (max-width: 420px){.weeklies-steps{margin-left:95px!important}}@media (min-width: 320px) and (max-width: 350px){.heading-weeklies{font-family:var(--app-font-regular);font-size:15px;width:max-content}.heading-weeklies-ack{font-size:15px!important;width:max-content}.weeklies-steps{margin-left:100px!important}}@media (min-width: 351px) and (max-width: 470px){.heading-weeklies{font-family:var(--app-font-regular);font-size:17px;width:max-content}.heading-weeklies-ack{font-size:16px!important;width:max-content}.weeklies-steps{margin-left:110px!important}}@media (min-width: 470px) and (max-width: 680px){.heading-weeklies{font-size:18px;width:250px}.heading-weeklies-ack{font-size:18px!important;width:max-content}.weeklies-steps{margin-left:195px!important}}@media (min-width: 681px) and (max-width: 767px){.heading-weeklies{font-size:20px;width:250px;margin-top:50px}.weeklies-steps{margin-left:70px!important;margin-top:30px}}@media (min-width: 768px) and (max-width: 991px){.heading-weeklies{font-size:20px;width:250px;margin-top:50px;margin-left:65px}.weeklies-steps{margin-left:150px!important;margin-top:30px}}@media (min-width: 992px) and (max-width: 1020px){.heading-weeklies{font-size:20px;width:250px;margin-top:50px}.weeklies-steps{margin-left:-40px!important;margin-top:30px}}@media (min-width: 1021px) and (max-width: 1176px){.heading-weeklies{font-size:20px;margin-top:50px}.weeklies-steps{margin-left:-35px!important;margin-top:30px}}\n"] }]
|
|
49712
|
-
}], () => [{ type: WeeklyCertServiceV2 }, { type: i1$4.FormBuilder }, { type: UtilService }, { type: i4.NavController }, { type: i6$1.DomSanitizer }, { type: HelpService }, { type: LoginService }, { type: ClaimantContextService }, { type: i5$1.DatePipe }], { workSearchComponent: [{
|
|
49711
|
+
}], () => [{ type: WeeklyCertServiceV2 }, { type: i1$4.FormBuilder }, { type: UtilService }, { type: i4.NavController }, { type: i6$1.DomSanitizer }, { type: HelpService }, { type: LoginService }, { type: ClaimantContextService }, { type: i5$1.DatePipe }, { type: i3.Router }], { workSearchComponent: [{
|
|
49713
49712
|
type: ViewChild,
|
|
49714
49713
|
args: [WorkSearchQuestionComponentV2]
|
|
49715
49714
|
}], acknowledgementMsComponent: [{
|
|
@@ -49722,7 +49721,7 @@ class WeeklyCertificationComponent extends BasePage {
|
|
|
49722
49721
|
type: ViewChild,
|
|
49723
49722
|
args: ['weeklyQuestions']
|
|
49724
49723
|
}] }); })();
|
|
49725
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(WeeklyCertificationComponent, { className: "WeeklyCertificationComponent", filePath: "lib\\components\\weekly-certification\\weekly-certification.component.ts", lineNumber:
|
|
49724
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(WeeklyCertificationComponent, { className: "WeeklyCertificationComponent", filePath: "lib\\components\\weekly-certification\\weekly-certification.component.ts", lineNumber: 32 }); })();
|
|
49726
49725
|
|
|
49727
49726
|
function WeeklyWorkSearchJournalComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
49728
49727
|
i0.ɵɵelementStart(0, "div", 2);
|
|
@@ -50873,7 +50872,7 @@ class NgxReusaAppLibModule {
|
|
|
50873
50872
|
OfflineEmployerGridComponent, OfflineAddEmployerComponent, OfflineLegalDisclaimarComponent, OfflineBankDetailsComponent, AddressPopupComponent, AddressSuggestionComponent,
|
|
50874
50873
|
HistoryPageComponent, TimelineModule, DuaRequestPageComponent, ClaimInfoComponent, FormatWorksearchPipe, WeeklyCertificationComponent, WeeklyWorkSearchJournalComponent, WorkSearchQuestionComponentV2, AcknowledgementMsComponent, AcknowledgementComponentV2, ConfirmationComponent,
|
|
50875
50874
|
InterimConfirmationComponent, SummaryComponentV2, WorkSearchCounterComponent, WorkSearchEmployerComponentME, WorkSearchEmployerComponentMS, WorkSearchEmployerComponentV2] }); })();
|
|
50876
|
-
i0.ɵɵsetComponentScope(HeaderComponent, function () { return [i4.IonBadge, i4.IonButton, i4.IonButtons, i4.IonCol, i4.IonIcon, i4.IonLabel, i4.IonMenuButton, i4.IonRow, i4.IonSpinner, i4.IonText, i4.IonTitle, i4.IonToolbar, i4.IonBackButton, i5$1.NgClass, i5$1.NgIf, i6.PrimeTemplate, i7.Tooltip, i8$5.MatProgressBar, i1$4.NgControlStatus, i1$4.NgModel, i10.AutoComplete, i14$1.Toast, i12.Menu, ProfileComponent,
|
|
50875
|
+
i0.ɵɵsetComponentScope(HeaderComponent, function () { return [i4.IonBadge, i4.IonButton, i4.IonButtons, i4.IonCol, i4.IonIcon, i4.IonLabel, i4.IonMenuButton, i4.IonRow, i4.IonSpinner, i4.IonText, i4.IonTitle, i4.IonToolbar, i4.IonBackButton, i5$1.NgClass, i5$1.NgIf, i6.PrimeTemplate, i7.Tooltip, i8$5.MatProgressBar, i1$4.NgControlStatus, i1$4.NgModel, i10.AutoComplete, i14$1.Toast, i12$1.Menu, ProfileComponent,
|
|
50877
50876
|
JobSearchResultPageComponent]; }, function () { return [i5$1.AsyncPipe, i3$1.TranslatePipe, ProperCasePipe]; });
|
|
50878
50877
|
i0.ɵɵsetComponentScope(MenuComponent, function () { return [i4.IonBadge, i4.IonButton, i4.IonButtons, i4.IonContent, i4.IonHeader, i4.IonIcon, i4.IonItem, i4.IonLabel, i4.IonList, i4.IonMenu, i4.IonMenuButton, i4.IonToolbar, i5$1.NgClass, i5$1.NgForOf, i5$1.NgIf, i7.Tooltip, i13.Accordion, i13.AccordionTab, i14.Divider, ProfileComponent]; }, function () { return [i5$1.AsyncPipe]; });
|
|
50879
50878
|
i0.ɵɵsetComponentScope(DynamicFormQuestionComponent, function () { return [i4.IonButton, i4.IonCol, i4.IonRow, i5$1.NgForOf, i5$1.NgIf, i5$1.NgStyle, i5$1.NgSwitch, i5$1.NgSwitchCase, i6.PrimeTemplate, i1$4.DefaultValueAccessor, i1$4.NgControlStatus, i1$4.NgControlStatusGroup, i1$4.RequiredValidator, i1$4.MaxLengthValidator, i1$4.FormControlDirective, i1$4.FormGroupDirective, i1$4.FormControlName, i10.AutoComplete, i6$3.Dialog, i8$3.Password, i17.InputText, i18.InputMask, i14.Divider, i19.Calendar, i20.Checkbox, i21.SelectButton, i22.InputNumber, CaptchaComponent, FileUploaderComponent, DynamicFormQuestionComponent, OverlayInfoComponent,
|