@uiapplibct/ngx-reusa-app-lib 0.0.12 → 0.0.13
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 +96 -86
- package/esm2022/lib/services/audit/audit.service.mjs +2 -2
- package/fesm2022/uiapplibct-ngx-reusa-app-lib.mjs +96 -86
- package/fesm2022/uiapplibct-ngx-reusa-app-lib.mjs.map +1 -1
- package/lib/components/header/header.component.d.ts +4 -1
- package/lib/components/header/header.component.d.ts.map +1 -1
- package/lib/services/audit/audit.service.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -3533,7 +3533,7 @@ class AuditService extends BaseService {
|
|
|
3533
3533
|
return this.get(`questionnaire/search?` + eanQueryString + feinQueryString + employerNameQueryString + userIdQueryString);
|
|
3534
3534
|
}
|
|
3535
3535
|
findEmployerDataWithUserID(employerName) {
|
|
3536
|
-
return this.get(`
|
|
3536
|
+
return this.get(`audit-document/employer-data-userid?`, { params: { userId: employerName } });
|
|
3537
3537
|
}
|
|
3538
3538
|
static { this.ɵfac = function AuditService_Factory(t) { return new (t || AuditService)(i0.ɵɵinject(i1$2.HttpClient)); }; }
|
|
3539
3539
|
static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: AuditService, factory: AuditService.ɵfac, providedIn: 'root' }); }
|
|
@@ -5540,7 +5540,9 @@ function HeaderComponent_ion_buttons_9_ion_button_5_Template(rf, ctx) { if (rf &
|
|
|
5540
5540
|
i0.ɵɵproperty("ngClass", ctx_r15.r.url.replace("/", "") == "history" ? "header-button" : "");
|
|
5541
5541
|
} }
|
|
5542
5542
|
function HeaderComponent_ion_buttons_9_ion_button_6_Template(rf, ctx) { if (rf & 1) {
|
|
5543
|
+
const _r39 = i0.ɵɵgetCurrentView();
|
|
5543
5544
|
i0.ɵɵelementStart(0, "ion-button", 36);
|
|
5545
|
+
i0.ɵɵlistener("click", function HeaderComponent_ion_buttons_9_ion_button_6_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(_r39); const ctx_r38 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r38.openEmployerDashboard()); });
|
|
5544
5546
|
i0.ɵɵtext(1, "Audit Dashboard");
|
|
5545
5547
|
i0.ɵɵelementEnd();
|
|
5546
5548
|
} if (rf & 2) {
|
|
@@ -5548,9 +5550,9 @@ function HeaderComponent_ion_buttons_9_ion_button_6_Template(rf, ctx) { if (rf &
|
|
|
5548
5550
|
i0.ɵɵproperty("ngClass", ctx_r16.r.url.replace("/", "").includes("employer-dashboard") ? "header-button" : "");
|
|
5549
5551
|
} }
|
|
5550
5552
|
function HeaderComponent_ion_buttons_9_ion_button_7_Template(rf, ctx) { if (rf & 1) {
|
|
5551
|
-
const
|
|
5553
|
+
const _r41 = i0.ɵɵgetCurrentView();
|
|
5552
5554
|
i0.ɵɵelementStart(0, "ion-button", 37);
|
|
5553
|
-
i0.ɵɵlistener("click", function HeaderComponent_ion_buttons_9_ion_button_7_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(
|
|
5555
|
+
i0.ɵɵlistener("click", function HeaderComponent_ion_buttons_9_ion_button_7_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(_r41); const ctx_r40 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r40.openSupervisorMyQ()); });
|
|
5554
5556
|
i0.ɵɵtext(1, "MyQ");
|
|
5555
5557
|
i0.ɵɵelementEnd();
|
|
5556
5558
|
} if (rf & 2) {
|
|
@@ -5558,9 +5560,9 @@ function HeaderComponent_ion_buttons_9_ion_button_7_Template(rf, ctx) { if (rf &
|
|
|
5558
5560
|
i0.ɵɵproperty("ngClass", ctx_r17.r.url.replace("/", "").includes("myq") ? "header-button" : "");
|
|
5559
5561
|
} }
|
|
5560
5562
|
function HeaderComponent_ion_buttons_9_ion_button_8_Template(rf, ctx) { if (rf & 1) {
|
|
5561
|
-
const
|
|
5563
|
+
const _r43 = i0.ɵɵgetCurrentView();
|
|
5562
5564
|
i0.ɵɵelementStart(0, "ion-button", 38);
|
|
5563
|
-
i0.ɵɵlistener("click", function HeaderComponent_ion_buttons_9_ion_button_8_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(
|
|
5565
|
+
i0.ɵɵlistener("click", function HeaderComponent_ion_buttons_9_ion_button_8_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(_r43); const ctx_r42 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r42.openAuditDashboard()); });
|
|
5564
5566
|
i0.ɵɵtext(1, "Dashboard");
|
|
5565
5567
|
i0.ɵɵelementEnd();
|
|
5566
5568
|
} if (rf & 2) {
|
|
@@ -5568,9 +5570,9 @@ function HeaderComponent_ion_buttons_9_ion_button_8_Template(rf, ctx) { if (rf &
|
|
|
5568
5570
|
i0.ɵɵproperty("ngClass", ctx_r18.r.url.replace("/", "").includes("dashboard") ? "header-button" : "");
|
|
5569
5571
|
} }
|
|
5570
5572
|
function HeaderComponent_ion_buttons_9_ion_button_9_Template(rf, ctx) { if (rf & 1) {
|
|
5571
|
-
const
|
|
5573
|
+
const _r45 = i0.ɵɵgetCurrentView();
|
|
5572
5574
|
i0.ɵɵelementStart(0, "ion-button", 39);
|
|
5573
|
-
i0.ɵɵlistener("click", function HeaderComponent_ion_buttons_9_ion_button_9_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(
|
|
5575
|
+
i0.ɵɵlistener("click", function HeaderComponent_ion_buttons_9_ion_button_9_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(_r45); const ctx_r44 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r44.openAuditorWorkList()); });
|
|
5574
5576
|
i0.ɵɵtext(1, "Work List");
|
|
5575
5577
|
i0.ɵɵelementEnd();
|
|
5576
5578
|
} if (rf & 2) {
|
|
@@ -5578,9 +5580,9 @@ function HeaderComponent_ion_buttons_9_ion_button_9_Template(rf, ctx) { if (rf &
|
|
|
5578
5580
|
i0.ɵɵproperty("ngClass", ctx_r19.r.url.replace("/", "").includes("auditor-work-list") ? "header-button" : "");
|
|
5579
5581
|
} }
|
|
5580
5582
|
function HeaderComponent_ion_buttons_9_ion_button_10_Template(rf, ctx) { if (rf & 1) {
|
|
5581
|
-
const
|
|
5583
|
+
const _r47 = i0.ɵɵgetCurrentView();
|
|
5582
5584
|
i0.ɵɵelementStart(0, "ion-button", 40);
|
|
5583
|
-
i0.ɵɵlistener("click", function HeaderComponent_ion_buttons_9_ion_button_10_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(
|
|
5585
|
+
i0.ɵɵlistener("click", function HeaderComponent_ion_buttons_9_ion_button_10_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(_r47); const ctx_r46 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r46.openSupervisorInquiry()); });
|
|
5584
5586
|
i0.ɵɵtext(1, "Inquiry");
|
|
5585
5587
|
i0.ɵɵelementEnd();
|
|
5586
5588
|
} if (rf & 2) {
|
|
@@ -5588,19 +5590,19 @@ function HeaderComponent_ion_buttons_9_ion_button_10_Template(rf, ctx) { if (rf
|
|
|
5588
5590
|
i0.ɵɵproperty("ngClass", ctx_r20.r.url.replace("/", "").includes("inquiry") ? "header-button" : "");
|
|
5589
5591
|
} }
|
|
5590
5592
|
function HeaderComponent_ion_buttons_9_ion_button_11_Template(rf, ctx) { if (rf & 1) {
|
|
5591
|
-
const
|
|
5593
|
+
const _r49 = i0.ɵɵgetCurrentView();
|
|
5592
5594
|
i0.ɵɵelementStart(0, "ion-button", 41);
|
|
5593
|
-
i0.ɵɵlistener("click", function HeaderComponent_ion_buttons_9_ion_button_11_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(
|
|
5595
|
+
i0.ɵɵlistener("click", function HeaderComponent_ion_buttons_9_ion_button_11_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(_r49); const ctx_r48 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r48.openUploadDocuments()); });
|
|
5594
5596
|
i0.ɵɵtext(1, "Upload Documents");
|
|
5595
5597
|
i0.ɵɵelementEnd();
|
|
5596
5598
|
} if (rf & 2) {
|
|
5597
5599
|
const ctx_r21 = i0.ɵɵnextContext(2);
|
|
5598
|
-
i0.ɵɵproperty("ngClass", ctx_r21.r.url.replace("/", "").includes("upload-documents") ? "header-button" : "");
|
|
5600
|
+
i0.ɵɵproperty("ngClass", ctx_r21.r.url.replace("/", "").includes("upload-documents") ? "header-button" : "")("disabled", !ctx_r21.isEmployerLoaded);
|
|
5599
5601
|
} }
|
|
5600
5602
|
function HeaderComponent_ion_buttons_9_ion_button_12_Template(rf, ctx) { if (rf & 1) {
|
|
5601
|
-
const
|
|
5603
|
+
const _r51 = i0.ɵɵgetCurrentView();
|
|
5602
5604
|
i0.ɵɵelementStart(0, "ion-button", 42);
|
|
5603
|
-
i0.ɵɵlistener("click", function HeaderComponent_ion_buttons_9_ion_button_12_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(
|
|
5605
|
+
i0.ɵɵlistener("click", function HeaderComponent_ion_buttons_9_ion_button_12_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(_r51); const ctx_r50 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r50.openQuestionnaire()); });
|
|
5604
5606
|
i0.ɵɵtext(1, "Questionnaire");
|
|
5605
5607
|
i0.ɵɵelementEnd();
|
|
5606
5608
|
} if (rf & 2) {
|
|
@@ -5608,9 +5610,9 @@ function HeaderComponent_ion_buttons_9_ion_button_12_Template(rf, ctx) { if (rf
|
|
|
5608
5610
|
i0.ɵɵproperty("ngClass", ctx_r22.r.url.replace("/", "").includes("auditor-questionnaire") ? "header-button" : "");
|
|
5609
5611
|
} }
|
|
5610
5612
|
function HeaderComponent_ion_buttons_9_ion_button_13_Template(rf, ctx) { if (rf & 1) {
|
|
5611
|
-
const
|
|
5613
|
+
const _r53 = i0.ɵɵgetCurrentView();
|
|
5612
5614
|
i0.ɵɵelementStart(0, "ion-button", 43);
|
|
5613
|
-
i0.ɵɵlistener("click", function HeaderComponent_ion_buttons_9_ion_button_13_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(
|
|
5615
|
+
i0.ɵɵlistener("click", function HeaderComponent_ion_buttons_9_ion_button_13_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(_r53); const ctx_r52 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r52.openSupervisorReferrals()); });
|
|
5614
5616
|
i0.ɵɵtext(1, "Referrals");
|
|
5615
5617
|
i0.ɵɵelementEnd();
|
|
5616
5618
|
} if (rf & 2) {
|
|
@@ -5618,9 +5620,9 @@ function HeaderComponent_ion_buttons_9_ion_button_13_Template(rf, ctx) { if (rf
|
|
|
5618
5620
|
i0.ɵɵproperty("ngClass", ctx_r23.r.url.replace("/", "").includes("referrals") ? "header-button" : "");
|
|
5619
5621
|
} }
|
|
5620
5622
|
function HeaderComponent_ion_buttons_9_ion_button_14_Template(rf, ctx) { if (rf & 1) {
|
|
5621
|
-
const
|
|
5623
|
+
const _r55 = i0.ɵɵgetCurrentView();
|
|
5622
5624
|
i0.ɵɵelementStart(0, "ion-button", 44);
|
|
5623
|
-
i0.ɵɵlistener("click", function HeaderComponent_ion_buttons_9_ion_button_14_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(
|
|
5625
|
+
i0.ɵɵlistener("click", function HeaderComponent_ion_buttons_9_ion_button_14_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(_r55); const ctx_r54 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r54.openSupervisorAssign()); });
|
|
5624
5626
|
i0.ɵɵtext(1, "Assign");
|
|
5625
5627
|
i0.ɵɵelementEnd();
|
|
5626
5628
|
} if (rf & 2) {
|
|
@@ -5628,9 +5630,9 @@ function HeaderComponent_ion_buttons_9_ion_button_14_Template(rf, ctx) { if (rf
|
|
|
5628
5630
|
i0.ɵɵproperty("ngClass", ctx_r24.r.url.replace("/", "").includes("assign") ? "header-button" : "");
|
|
5629
5631
|
} }
|
|
5630
5632
|
function HeaderComponent_ion_buttons_9_ion_button_15_Template(rf, ctx) { if (rf & 1) {
|
|
5631
|
-
const
|
|
5633
|
+
const _r57 = i0.ɵɵgetCurrentView();
|
|
5632
5634
|
i0.ɵɵelementStart(0, "ion-button", 45);
|
|
5633
|
-
i0.ɵɵlistener("click", function HeaderComponent_ion_buttons_9_ion_button_15_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(
|
|
5635
|
+
i0.ɵɵlistener("click", function HeaderComponent_ion_buttons_9_ion_button_15_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(_r57); const ctx_r56 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r56.openSupervisorTeam()); });
|
|
5634
5636
|
i0.ɵɵtext(1, "Team");
|
|
5635
5637
|
i0.ɵɵelementEnd();
|
|
5636
5638
|
} if (rf & 2) {
|
|
@@ -5638,9 +5640,9 @@ function HeaderComponent_ion_buttons_9_ion_button_15_Template(rf, ctx) { if (rf
|
|
|
5638
5640
|
i0.ɵɵproperty("ngClass", ctx_r25.r.url.replace("/", "").includes("team") ? "header-button" : "");
|
|
5639
5641
|
} }
|
|
5640
5642
|
function HeaderComponent_ion_buttons_9_ion_button_16_Template(rf, ctx) { if (rf & 1) {
|
|
5641
|
-
const
|
|
5643
|
+
const _r59 = i0.ɵɵgetCurrentView();
|
|
5642
5644
|
i0.ɵɵelementStart(0, "ion-button", 46);
|
|
5643
|
-
i0.ɵɵlistener("click", function HeaderComponent_ion_buttons_9_ion_button_16_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(
|
|
5645
|
+
i0.ɵɵlistener("click", function HeaderComponent_ion_buttons_9_ion_button_16_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(_r59); const ctx_r58 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r58.openSupervisorConfig()); });
|
|
5644
5646
|
i0.ɵɵtext(1, "Config");
|
|
5645
5647
|
i0.ɵɵelementEnd();
|
|
5646
5648
|
} if (rf & 2) {
|
|
@@ -5648,9 +5650,9 @@ function HeaderComponent_ion_buttons_9_ion_button_16_Template(rf, ctx) { if (rf
|
|
|
5648
5650
|
i0.ɵɵproperty("ngClass", ctx_r26.r.url.replace("/", "").includes("config") ? "header-button" : "");
|
|
5649
5651
|
} }
|
|
5650
5652
|
function HeaderComponent_ion_buttons_9_ion_button_17_Template(rf, ctx) { if (rf & 1) {
|
|
5651
|
-
const
|
|
5653
|
+
const _r61 = i0.ɵɵgetCurrentView();
|
|
5652
5654
|
i0.ɵɵelementStart(0, "ion-button", 47);
|
|
5653
|
-
i0.ɵɵlistener("click", function HeaderComponent_ion_buttons_9_ion_button_17_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(
|
|
5655
|
+
i0.ɵɵlistener("click", function HeaderComponent_ion_buttons_9_ion_button_17_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(_r61); const ctx_r60 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r60.openSupervisorAnalytics()); });
|
|
5654
5656
|
i0.ɵɵtext(1, "Analytics");
|
|
5655
5657
|
i0.ɵɵelementEnd();
|
|
5656
5658
|
} if (rf & 2) {
|
|
@@ -5659,7 +5661,7 @@ function HeaderComponent_ion_buttons_9_ion_button_17_Template(rf, ctx) { if (rf
|
|
|
5659
5661
|
} }
|
|
5660
5662
|
function HeaderComponent_ion_buttons_9_Template(rf, ctx) { if (rf & 1) {
|
|
5661
5663
|
i0.ɵɵelementStart(0, "ion-buttons", 15);
|
|
5662
|
-
i0.ɵɵtemplate(1, HeaderComponent_ion_buttons_9_ion_button_1_Template, 2, 1, "ion-button", 16)(2, HeaderComponent_ion_buttons_9_ion_button_2_Template, 3, 5, "ion-button", 17)(3, HeaderComponent_ion_buttons_9_ion_button_3_Template, 3, 5, "ion-button", 18)(4, HeaderComponent_ion_buttons_9_ion_button_4_Template, 3, 5, "ion-button", 18)(5, HeaderComponent_ion_buttons_9_ion_button_5_Template, 2, 1, "ion-button", 19)(6, HeaderComponent_ion_buttons_9_ion_button_6_Template, 2, 1, "ion-button", 20)(7, HeaderComponent_ion_buttons_9_ion_button_7_Template, 2, 1, "ion-button", 21)(8, HeaderComponent_ion_buttons_9_ion_button_8_Template, 2, 1, "ion-button", 22)(9, HeaderComponent_ion_buttons_9_ion_button_9_Template, 2, 1, "ion-button", 23)(10, HeaderComponent_ion_buttons_9_ion_button_10_Template, 2, 1, "ion-button", 24)(11, HeaderComponent_ion_buttons_9_ion_button_11_Template, 2,
|
|
5664
|
+
i0.ɵɵtemplate(1, HeaderComponent_ion_buttons_9_ion_button_1_Template, 2, 1, "ion-button", 16)(2, HeaderComponent_ion_buttons_9_ion_button_2_Template, 3, 5, "ion-button", 17)(3, HeaderComponent_ion_buttons_9_ion_button_3_Template, 3, 5, "ion-button", 18)(4, HeaderComponent_ion_buttons_9_ion_button_4_Template, 3, 5, "ion-button", 18)(5, HeaderComponent_ion_buttons_9_ion_button_5_Template, 2, 1, "ion-button", 19)(6, HeaderComponent_ion_buttons_9_ion_button_6_Template, 2, 1, "ion-button", 20)(7, HeaderComponent_ion_buttons_9_ion_button_7_Template, 2, 1, "ion-button", 21)(8, HeaderComponent_ion_buttons_9_ion_button_8_Template, 2, 1, "ion-button", 22)(9, HeaderComponent_ion_buttons_9_ion_button_9_Template, 2, 1, "ion-button", 23)(10, HeaderComponent_ion_buttons_9_ion_button_10_Template, 2, 1, "ion-button", 24)(11, HeaderComponent_ion_buttons_9_ion_button_11_Template, 2, 2, "ion-button", 25)(12, HeaderComponent_ion_buttons_9_ion_button_12_Template, 2, 1, "ion-button", 26)(13, HeaderComponent_ion_buttons_9_ion_button_13_Template, 2, 1, "ion-button", 27)(14, HeaderComponent_ion_buttons_9_ion_button_14_Template, 2, 1, "ion-button", 28)(15, HeaderComponent_ion_buttons_9_ion_button_15_Template, 2, 1, "ion-button", 29)(16, HeaderComponent_ion_buttons_9_ion_button_16_Template, 2, 1, "ion-button", 30)(17, HeaderComponent_ion_buttons_9_ion_button_17_Template, 2, 1, "ion-button", 31);
|
|
5663
5665
|
i0.ɵɵelementEnd();
|
|
5664
5666
|
} if (rf & 2) {
|
|
5665
5667
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
@@ -5711,19 +5713,19 @@ function HeaderComponent_div_10_ng_template_2_Template(rf, ctx) { if (rf & 1) {
|
|
|
5711
5713
|
i0.ɵɵtext(11);
|
|
5712
5714
|
i0.ɵɵelementEnd()()();
|
|
5713
5715
|
} if (rf & 2) {
|
|
5714
|
-
const
|
|
5715
|
-
const
|
|
5716
|
+
const user_r63 = ctx.$implicit;
|
|
5717
|
+
const ctx_r62 = i0.ɵɵnextContext(2);
|
|
5716
5718
|
i0.ɵɵadvance(3);
|
|
5717
|
-
i0.ɵɵtextInterpolate2("", i0.ɵɵpipeBind1(4, 4,
|
|
5719
|
+
i0.ɵɵtextInterpolate2("", i0.ɵɵpipeBind1(4, 4, user_r63.firstName), " ", i0.ɵɵpipeBind1(5, 6, user_r63.lastName), "");
|
|
5718
5720
|
i0.ɵɵadvance(5);
|
|
5719
|
-
i0.ɵɵtextInterpolate(
|
|
5721
|
+
i0.ɵɵtextInterpolate(user_r63.userId);
|
|
5720
5722
|
i0.ɵɵadvance(3);
|
|
5721
|
-
i0.ɵɵtextInterpolate(
|
|
5723
|
+
i0.ɵɵtextInterpolate(ctx_r62.util.maskSsn(user_r63.ssn));
|
|
5722
5724
|
} }
|
|
5723
5725
|
function HeaderComponent_div_10_Template(rf, ctx) { if (rf & 1) {
|
|
5724
|
-
const
|
|
5726
|
+
const _r65 = i0.ɵɵgetCurrentView();
|
|
5725
5727
|
i0.ɵɵelementStart(0, "div", 48)(1, "p-autoComplete", 49);
|
|
5726
|
-
i0.ɵɵlistener("ngModelChange", function HeaderComponent_div_10_Template_p_autoComplete_ngModelChange_1_listener($event) { i0.ɵɵrestoreView(
|
|
5728
|
+
i0.ɵɵlistener("ngModelChange", function HeaderComponent_div_10_Template_p_autoComplete_ngModelChange_1_listener($event) { i0.ɵɵrestoreView(_r65); const ctx_r64 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r64.searchText = $event); })("completeMethod", function HeaderComponent_div_10_Template_p_autoComplete_completeMethod_1_listener($event) { i0.ɵɵrestoreView(_r65); const ctx_r66 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r66.search($event)); })("onSelect", function HeaderComponent_div_10_Template_p_autoComplete_onSelect_1_listener($event) { i0.ɵɵrestoreView(_r65); const ctx_r67 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r67.onSelectAction($event)); });
|
|
5727
5729
|
i0.ɵɵtemplate(2, HeaderComponent_div_10_ng_template_2_Template, 12, 8, "ng-template", 50);
|
|
5728
5730
|
i0.ɵɵelementEnd()();
|
|
5729
5731
|
} if (rf & 2) {
|
|
@@ -5732,19 +5734,19 @@ function HeaderComponent_div_10_Template(rf, ctx) { if (rf & 1) {
|
|
|
5732
5734
|
i0.ɵɵproperty("ngModel", ctx_r3.searchText)("suggestions", ctx_r3.results);
|
|
5733
5735
|
} }
|
|
5734
5736
|
function HeaderComponent_ion_buttons_11_ion_button_6_Template(rf, ctx) { if (rf & 1) {
|
|
5735
|
-
const
|
|
5737
|
+
const _r74 = i0.ɵɵgetCurrentView();
|
|
5736
5738
|
i0.ɵɵelementStart(0, "ion-button", 62);
|
|
5737
|
-
i0.ɵɵlistener("click", function HeaderComponent_ion_buttons_11_ion_button_6_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(
|
|
5739
|
+
i0.ɵɵlistener("click", function HeaderComponent_ion_buttons_11_ion_button_6_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(_r74); const ctx_r73 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r73.openPage("cp", "documents")); });
|
|
5738
5740
|
i0.ɵɵelement(1, "i", 63);
|
|
5739
5741
|
i0.ɵɵelementEnd();
|
|
5740
5742
|
} if (rf & 2) {
|
|
5741
|
-
const
|
|
5742
|
-
i0.ɵɵproperty("ngClass",
|
|
5743
|
+
const ctx_r68 = i0.ɵɵnextContext(2);
|
|
5744
|
+
i0.ɵɵproperty("ngClass", ctx_r68.r.url.replace("/", "") == "documents" ? "header-button hide-xs hide-md" : "hide-xs hide-md");
|
|
5743
5745
|
} }
|
|
5744
5746
|
function HeaderComponent_ion_buttons_11_ion_button_7_Template(rf, ctx) { if (rf & 1) {
|
|
5745
|
-
const
|
|
5747
|
+
const _r76 = i0.ɵɵgetCurrentView();
|
|
5746
5748
|
i0.ɵɵelementStart(0, "ion-button", 64);
|
|
5747
|
-
i0.ɵɵlistener("click", function HeaderComponent_ion_buttons_11_ion_button_7_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(
|
|
5749
|
+
i0.ɵɵlistener("click", function HeaderComponent_ion_buttons_11_ion_button_7_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(_r76); const ctx_r75 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r75.openPage("cp", "documents")); });
|
|
5748
5750
|
i0.ɵɵelement(1, "ion-icon", 65);
|
|
5749
5751
|
i0.ɵɵelementEnd();
|
|
5750
5752
|
} }
|
|
@@ -5753,37 +5755,37 @@ function HeaderComponent_ion_buttons_11_ion_button_8_ion_badge_2_Template(rf, ct
|
|
|
5753
5755
|
i0.ɵɵtext(2);
|
|
5754
5756
|
i0.ɵɵelementEnd()();
|
|
5755
5757
|
} if (rf & 2) {
|
|
5756
|
-
const
|
|
5758
|
+
const ctx_r77 = i0.ɵɵnextContext(3);
|
|
5757
5759
|
i0.ɵɵadvance(2);
|
|
5758
|
-
i0.ɵɵtextInterpolate(
|
|
5760
|
+
i0.ɵɵtextInterpolate(ctx_r77.ns.notificationCount.getValue());
|
|
5759
5761
|
} }
|
|
5760
5762
|
function HeaderComponent_ion_buttons_11_ion_button_8_Template(rf, ctx) { if (rf & 1) {
|
|
5761
|
-
const
|
|
5763
|
+
const _r79 = i0.ɵɵgetCurrentView();
|
|
5762
5764
|
i0.ɵɵelementStart(0, "ion-button", 66);
|
|
5763
|
-
i0.ɵɵlistener("click", function HeaderComponent_ion_buttons_11_ion_button_8_Template_ion_button_click_0_listener($event) { i0.ɵɵrestoreView(
|
|
5765
|
+
i0.ɵɵlistener("click", function HeaderComponent_ion_buttons_11_ion_button_8_Template_ion_button_click_0_listener($event) { i0.ɵɵrestoreView(_r79); const ctx_r78 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r78.presentMyNotificationPopover($event)); });
|
|
5764
5766
|
i0.ɵɵelement(1, "ion-icon", 67);
|
|
5765
5767
|
i0.ɵɵtemplate(2, HeaderComponent_ion_buttons_11_ion_button_8_ion_badge_2_Template, 3, 1, "ion-badge", 68);
|
|
5766
5768
|
i0.ɵɵelementEnd();
|
|
5767
5769
|
} if (rf & 2) {
|
|
5768
|
-
const
|
|
5769
|
-
i0.ɵɵproperty("ngClass",
|
|
5770
|
+
const ctx_r70 = i0.ɵɵnextContext(2);
|
|
5771
|
+
i0.ɵɵproperty("ngClass", ctx_r70.legacyMenu == "false" && ctx_r70.ls.isClaimant() ? "hide-xs hide-md" : "");
|
|
5770
5772
|
i0.ɵɵadvance(2);
|
|
5771
|
-
i0.ɵɵproperty("ngIf",
|
|
5773
|
+
i0.ɵɵproperty("ngIf", ctx_r70.ns.notificationCount.getValue() > 0);
|
|
5772
5774
|
} }
|
|
5773
5775
|
function HeaderComponent_ion_buttons_11_ion_spinner_9_Template(rf, ctx) { if (rf & 1) {
|
|
5774
5776
|
i0.ɵɵelement(0, "ion-spinner", 70);
|
|
5775
5777
|
} }
|
|
5776
5778
|
function HeaderComponent_ion_buttons_11_ion_button_10_Template(rf, ctx) { if (rf & 1) {
|
|
5777
|
-
const
|
|
5779
|
+
const _r81 = i0.ɵɵgetCurrentView();
|
|
5778
5780
|
i0.ɵɵelementStart(0, "ion-button", 71);
|
|
5779
|
-
i0.ɵɵlistener("click", function HeaderComponent_ion_buttons_11_ion_button_10_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(
|
|
5781
|
+
i0.ɵɵlistener("click", function HeaderComponent_ion_buttons_11_ion_button_10_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(_r81); const ctx_r80 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r80.hs.show()); });
|
|
5780
5782
|
i0.ɵɵelement(1, "ion-icon", 72);
|
|
5781
5783
|
i0.ɵɵelementEnd();
|
|
5782
5784
|
} }
|
|
5783
5785
|
function HeaderComponent_ion_buttons_11_Template(rf, ctx) { if (rf & 1) {
|
|
5784
|
-
const
|
|
5786
|
+
const _r83 = i0.ɵɵgetCurrentView();
|
|
5785
5787
|
i0.ɵɵelementStart(0, "ion-buttons", 53)(1, "ion-button", 54);
|
|
5786
|
-
i0.ɵɵlistener("click", function HeaderComponent_ion_buttons_11_Template_ion_button_click_1_listener($event) { i0.ɵɵrestoreView(
|
|
5788
|
+
i0.ɵɵlistener("click", function HeaderComponent_ion_buttons_11_Template_ion_button_click_1_listener($event) { i0.ɵɵrestoreView(_r83); const ctx_r82 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r82.presentMyProfilePopover($event)); });
|
|
5787
5789
|
i0.ɵɵelementStart(2, "ion-title", 55);
|
|
5788
5790
|
i0.ɵɵtext(3);
|
|
5789
5791
|
i0.ɵɵpipe(4, "properCase");
|
|
@@ -5811,18 +5813,18 @@ function HeaderComponent_ion_buttons_11_Template(rf, ctx) { if (rf & 1) {
|
|
|
5811
5813
|
i0.ɵɵproperty("ngIf", ctx_r4.ls.isClaimant() && ctx_r4.legacyMenu == "false" && i0.ɵɵpipeBind1(11, 9, ctx_r4.hs.shouldDisplayHelpButton()));
|
|
5812
5814
|
} }
|
|
5813
5815
|
function HeaderComponent_ion_buttons_12_Template(rf, ctx) { if (rf & 1) {
|
|
5814
|
-
const
|
|
5816
|
+
const _r85 = i0.ɵɵgetCurrentView();
|
|
5815
5817
|
i0.ɵɵelementStart(0, "ion-buttons", 73)(1, "ion-button", 74);
|
|
5816
|
-
i0.ɵɵlistener("click", function HeaderComponent_ion_buttons_12_Template_ion_button_click_1_listener() { i0.ɵɵrestoreView(
|
|
5818
|
+
i0.ɵɵlistener("click", function HeaderComponent_ion_buttons_12_Template_ion_button_click_1_listener() { i0.ɵɵrestoreView(_r85); const ctx_r84 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r84.logout()); });
|
|
5817
5819
|
i0.ɵɵelement(2, "ion-icon", 75);
|
|
5818
5820
|
i0.ɵɵelementEnd()();
|
|
5819
5821
|
} }
|
|
5820
5822
|
function HeaderComponent_ion_buttons_13_Template(rf, ctx) { if (rf & 1) {
|
|
5821
|
-
const
|
|
5823
|
+
const _r88 = i0.ɵɵgetCurrentView();
|
|
5822
5824
|
i0.ɵɵelementStart(0, "ion-buttons", 53);
|
|
5823
5825
|
i0.ɵɵelement(1, "p-menu", 76, 77);
|
|
5824
5826
|
i0.ɵɵelementStart(3, "ion-button", 78);
|
|
5825
|
-
i0.ɵɵlistener("click", function HeaderComponent_ion_buttons_13_Template_ion_button_click_3_listener($event) { i0.ɵɵrestoreView(
|
|
5827
|
+
i0.ɵɵlistener("click", function HeaderComponent_ion_buttons_13_Template_ion_button_click_3_listener($event) { i0.ɵɵrestoreView(_r88); const _r86 = i0.ɵɵreference(2); return i0.ɵɵresetView(_r86.toggle($event)); });
|
|
5826
5828
|
i0.ɵɵelement(4, "ion-icon", 79);
|
|
5827
5829
|
i0.ɵɵelementEnd()();
|
|
5828
5830
|
} if (rf & 2) {
|
|
@@ -5835,18 +5837,18 @@ function HeaderComponent_ion_toolbar_14_ion_title_3_Template(rf, ctx) { if (rf &
|
|
|
5835
5837
|
i0.ɵɵtext(1);
|
|
5836
5838
|
i0.ɵɵelementEnd();
|
|
5837
5839
|
} if (rf & 2) {
|
|
5838
|
-
const
|
|
5840
|
+
const ctx_r89 = i0.ɵɵnextContext(2);
|
|
5839
5841
|
i0.ɵɵadvance(1);
|
|
5840
|
-
i0.ɵɵtextInterpolate(
|
|
5842
|
+
i0.ɵɵtextInterpolate(ctx_r89.title);
|
|
5841
5843
|
} }
|
|
5842
5844
|
function HeaderComponent_ion_toolbar_14_ion_title_6_Template(rf, ctx) { if (rf & 1) {
|
|
5843
5845
|
i0.ɵɵelementStart(0, "ion-title", 85);
|
|
5844
5846
|
i0.ɵɵtext(1);
|
|
5845
5847
|
i0.ɵɵelementEnd();
|
|
5846
5848
|
} if (rf & 2) {
|
|
5847
|
-
const
|
|
5849
|
+
const ctx_r90 = i0.ɵɵnextContext(2);
|
|
5848
5850
|
i0.ɵɵadvance(1);
|
|
5849
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
5851
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r90.pageId, "");
|
|
5850
5852
|
} }
|
|
5851
5853
|
function HeaderComponent_ion_toolbar_14_Template(rf, ctx) { if (rf & 1) {
|
|
5852
5854
|
i0.ɵɵelementStart(0, "ion-toolbar", 80)(1, "ion-buttons", 15);
|
|
@@ -5882,21 +5884,21 @@ function HeaderComponent_ng_template_16_Template(rf, ctx) { if (rf & 1) {
|
|
|
5882
5884
|
i0.ɵɵtemplate(0, HeaderComponent_ng_template_16_i_0_Template, 1, 0, "i", 86)(1, HeaderComponent_ng_template_16_i_1_Template, 1, 0, "i", 87)(2, HeaderComponent_ng_template_16_i_2_Template, 1, 0, "i", 88)(3, HeaderComponent_ng_template_16_i_3_Template, 1, 0, "i", 89);
|
|
5883
5885
|
i0.ɵɵelement(4, "div", 90);
|
|
5884
5886
|
} if (rf & 2) {
|
|
5885
|
-
const
|
|
5886
|
-
i0.ɵɵproperty("ngIf",
|
|
5887
|
+
const message_r91 = ctx.$implicit;
|
|
5888
|
+
i0.ɵɵproperty("ngIf", message_r91.severity === "error");
|
|
5887
5889
|
i0.ɵɵadvance(1);
|
|
5888
|
-
i0.ɵɵproperty("ngIf",
|
|
5890
|
+
i0.ɵɵproperty("ngIf", message_r91.severity === "success");
|
|
5889
5891
|
i0.ɵɵadvance(1);
|
|
5890
|
-
i0.ɵɵproperty("ngIf",
|
|
5892
|
+
i0.ɵɵproperty("ngIf", message_r91.severity === "warn");
|
|
5891
5893
|
i0.ɵɵadvance(1);
|
|
5892
|
-
i0.ɵɵproperty("ngIf",
|
|
5894
|
+
i0.ɵɵproperty("ngIf", message_r91.severity === "info");
|
|
5893
5895
|
i0.ɵɵadvance(1);
|
|
5894
|
-
i0.ɵɵproperty("innerHTML", "<strong style='font-size: 22px;font-weight: bold;'>" +
|
|
5896
|
+
i0.ɵɵproperty("innerHTML", "<strong style='font-size: 22px;font-weight: bold;'>" + message_r91.summary + "</strong><br><br>" + "<span style='font-size: 18px;'>" + message_r91.detail + "</span>", i0.ɵɵsanitizeHtml);
|
|
5895
5897
|
} }
|
|
5896
5898
|
function HeaderComponent_ng_container_17_app_profile_1_Template(rf, ctx) { if (rf & 1) {
|
|
5897
|
-
const
|
|
5899
|
+
const _r98 = i0.ɵɵgetCurrentView();
|
|
5898
5900
|
i0.ɵɵelementStart(0, "app-profile", 95);
|
|
5899
|
-
i0.ɵɵlistener("onCancel", function HeaderComponent_ng_container_17_app_profile_1_Template_app_profile_onCancel_0_listener() { i0.ɵɵrestoreView(
|
|
5901
|
+
i0.ɵɵlistener("onCancel", function HeaderComponent_ng_container_17_app_profile_1_Template_app_profile_onCancel_0_listener() { i0.ɵɵrestoreView(_r98); const ctx_r97 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r97.showProfilePopup = !ctx_r97.showProfilePopup); });
|
|
5900
5902
|
i0.ɵɵelementEnd();
|
|
5901
5903
|
} }
|
|
5902
5904
|
function HeaderComponent_ng_container_17_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -5909,9 +5911,9 @@ function HeaderComponent_ng_container_17_Template(rf, ctx) { if (rf & 1) {
|
|
|
5909
5911
|
i0.ɵɵproperty("ngIf", ctx_r9.showProfilePopup);
|
|
5910
5912
|
} }
|
|
5911
5913
|
function HeaderComponent_app_job_search_result_page_18_Template(rf, ctx) { if (rf & 1) {
|
|
5912
|
-
const
|
|
5914
|
+
const _r100 = i0.ɵɵgetCurrentView();
|
|
5913
5915
|
i0.ɵɵelementStart(0, "app-job-search-result-page", 95);
|
|
5914
|
-
i0.ɵɵlistener("onCancel", function HeaderComponent_app_job_search_result_page_18_Template_app_job_search_result_page_onCancel_0_listener() { i0.ɵɵrestoreView(
|
|
5916
|
+
i0.ɵɵlistener("onCancel", function HeaderComponent_app_job_search_result_page_18_Template_app_job_search_result_page_onCancel_0_listener() { i0.ɵɵrestoreView(_r100); const ctx_r99 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r99.showjobSearchResultPopup = !ctx_r99.showjobSearchResultPopup); });
|
|
5915
5917
|
i0.ɵɵelementEnd();
|
|
5916
5918
|
} }
|
|
5917
5919
|
const _c0$X = ["*", "*"];
|
|
@@ -5938,6 +5940,8 @@ class HeaderComponent extends BasePage {
|
|
|
5938
5940
|
this.showProfilePopup = false;
|
|
5939
5941
|
this.showjobSearchResultPopup = false;
|
|
5940
5942
|
this.showLanguageOption = LibConstants.enableLanguageChange;
|
|
5943
|
+
this.isEmployerLoaded = false;
|
|
5944
|
+
this.isQuestionnaireDataLoaded = false;
|
|
5941
5945
|
}
|
|
5942
5946
|
ngOnInit() {
|
|
5943
5947
|
//this.loadNotificationCount();
|
|
@@ -5971,10 +5975,10 @@ class HeaderComponent extends BasePage {
|
|
|
5971
5975
|
}
|
|
5972
5976
|
},
|
|
5973
5977
|
{
|
|
5974
|
-
label: 'Espa
|
|
5978
|
+
label: 'Espa�ol',
|
|
5975
5979
|
icon: this.getIcon(language, 'es'),
|
|
5976
5980
|
command: () => {
|
|
5977
|
-
this.setLanguage('es', 'espa
|
|
5981
|
+
this.setLanguage('es', 'espa�ol');
|
|
5978
5982
|
}
|
|
5979
5983
|
}]
|
|
5980
5984
|
}];
|
|
@@ -6048,6 +6052,20 @@ class HeaderComponent extends BasePage {
|
|
|
6048
6052
|
openAuditorWorkList() {
|
|
6049
6053
|
this.openPage('audit', '/auditor-work-list');
|
|
6050
6054
|
}
|
|
6055
|
+
openQuestionnaire() {
|
|
6056
|
+
if (this.ls.isTaxAuditAuditor()) {
|
|
6057
|
+
this.openPage('audit', '/auditor-questionnaire');
|
|
6058
|
+
}
|
|
6059
|
+
else if (this.ls.isEmployer()) {
|
|
6060
|
+
if (this.searchQuestionnaireData) {
|
|
6061
|
+
this.selectedQuestionnaireData = this.searchQuestionnaireData;
|
|
6062
|
+
}
|
|
6063
|
+
this.qs.setQuestionnaireData(this.selectedQuestionnaireData);
|
|
6064
|
+
this.openPage('audit', '/auditor-questionnaire-form', {
|
|
6065
|
+
state: { audit: this.searchQuestionnaireData }
|
|
6066
|
+
}); //Add the actual url for employer questionnaire
|
|
6067
|
+
}
|
|
6068
|
+
}
|
|
6051
6069
|
openUploadDocuments() {
|
|
6052
6070
|
if (this.auditDocumentEmployerUserModel) {
|
|
6053
6071
|
this.openPage('audit', '/employer-documents', {
|
|
@@ -6055,6 +6073,9 @@ class HeaderComponent extends BasePage {
|
|
|
6055
6073
|
});
|
|
6056
6074
|
}
|
|
6057
6075
|
}
|
|
6076
|
+
openEmployerDashboard() {
|
|
6077
|
+
this.openPage('audit', '/employer-dashboard', {});
|
|
6078
|
+
}
|
|
6058
6079
|
openSupervisorMyQ() {
|
|
6059
6080
|
if (this.ls.isTaxAuditSupervisor() || this.ls.isTaxAuditAuditor() || this.ls.isTaxAuditDirector()) {
|
|
6060
6081
|
this.openPage('audit', '/myq');
|
|
@@ -6096,26 +6117,15 @@ class HeaderComponent extends BasePage {
|
|
|
6096
6117
|
openSupervisorTeam() {
|
|
6097
6118
|
this.openPage('audit', '/team');
|
|
6098
6119
|
}
|
|
6099
|
-
openQuestionnaire() {
|
|
6100
|
-
if (this.ls.isTaxAuditAuditor()) {
|
|
6101
|
-
this.openPage('audit', '/auditor-questionnaire');
|
|
6102
|
-
}
|
|
6103
|
-
else if (this.ls.isEmployer()) {
|
|
6104
|
-
if (this.searchQuestionnaireData) {
|
|
6105
|
-
this.selectedQuestionnaireData = this.searchQuestionnaireData;
|
|
6106
|
-
}
|
|
6107
|
-
this.qs.setQuestionnaireData(this.selectedQuestionnaireData);
|
|
6108
|
-
this.openPage('audit', '/auditor-questionnaire-form', {
|
|
6109
|
-
state: { audit: this.searchQuestionnaireData }
|
|
6110
|
-
}); //Add the actual url for employer questionnaire
|
|
6111
|
-
}
|
|
6112
|
-
}
|
|
6113
6120
|
loadEmployerDetails() {
|
|
6121
|
+
this.isEmployerLoaded = false;
|
|
6122
|
+
this.isQuestionnaireDataLoaded = false;
|
|
6114
6123
|
let userModel = this.ls.getUser();
|
|
6115
6124
|
this.qs.searchQuestionnaire(null, null, null, userModel.username)
|
|
6116
6125
|
.subscribe((res) => {
|
|
6117
6126
|
if (res.length > 0) {
|
|
6118
6127
|
this.searchQuestionnaireData = res;
|
|
6128
|
+
this.isQuestionnaireDataLoaded = true;
|
|
6119
6129
|
}
|
|
6120
6130
|
}, (err) => {
|
|
6121
6131
|
this.util.showError("No employer data found");
|
|
@@ -6124,9 +6134,9 @@ class HeaderComponent extends BasePage {
|
|
|
6124
6134
|
.subscribe((res) => {
|
|
6125
6135
|
if (res) {
|
|
6126
6136
|
this.auditDocumentEmployerUserModel = res;
|
|
6137
|
+
this.isEmployerLoaded = true;
|
|
6127
6138
|
}
|
|
6128
6139
|
}, (err) => {
|
|
6129
|
-
this.util.showError("No employer data found");
|
|
6130
6140
|
});
|
|
6131
6141
|
}
|
|
6132
6142
|
openHome() {
|
|
@@ -6208,7 +6218,7 @@ class HeaderComponent extends BasePage {
|
|
|
6208
6218
|
async changeLanguage(event) {
|
|
6209
6219
|
}
|
|
6210
6220
|
static { this.ɵfac = function HeaderComponent_Factory(t) { return new (t || HeaderComponent)(i0.ɵɵdirectiveInject(LoginService), i0.ɵɵdirectiveInject(UtilService), i0.ɵɵdirectiveInject(i3.Router), i0.ɵɵdirectiveInject(i1$3.PopoverController), i0.ɵɵdirectiveInject(ClaimantService$1), i0.ɵɵdirectiveInject(i1$3.NavController), i0.ɵɵdirectiveInject(i1$3.ModalController), i0.ɵɵdirectiveInject(NotificationService), i0.ɵɵdirectiveInject(HelpService), i0.ɵɵdirectiveInject(i7.TranslateService), i0.ɵɵdirectiveInject(AuditService)); }; }
|
|
6211
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: HeaderComponent, selectors: [["app-header"]], inputs: { title: "title", pageId: "pageId", secondToolbar: "secondToolbar", displayLogo: "displayLogo", showHistory: "showHistory", backPage: "backPage", context: "context" }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$X, decls: 19, vars: 18, consts: [["mode", "determinate", 3, "value", 4, "ngIf"], ["slot", "start", 2, "margin-left", "-5px"], ["autoHide", "false", "pTooltip", "Menu", "tooltipPosition", "bottom", 3, "ngClass", 4, "ngIf"], ["slot", "start", 3, "ngClass", "click"], ["alt", "logo", "tooltipPosition", "bottom", 3, "pTooltip", "src", "ngClass"], ["slot", "start", 4, "ngIf"], ["class", "toolbar-content hide-xs", 4, "ngIf"], ["slot", "end", 4, "ngIf"], ["slot", "secondary", 4, "ngIf"], ["color", "light", "id", "secondToolbar", 4, "ngIf"], ["pTemplate", "message"], [4, "ngIf"], [3, "onCancel", 4, "ngIf"], ["mode", "determinate", 3, "value"], ["autoHide", "false", "pTooltip", "Menu", "tooltipPosition", "bottom", 3, "ngClass"], ["slot", "start"], ["pTooltip", "Home", "tooltipPosition", "bottom", 3, "ngClass", "click", 4, "ngIf"], ["id", "btnFileWeeklies", "tooltipPosition", "bottom", "class", "hide-xs hide-md", 3, "pTooltip", "ngClass", "click", 4, "ngIf"], ["id", "btnFileWeeklies", "tooltipPosition", "bottom", 3, "pTooltip", "ngClass", "click", 4, "ngIf"], ["pTooltip", "History", "tooltipPosition", "bottom", "class", "hide-xs hide-md", 3, "ngClass", "click", 4, "ngIf"], ["id", "btnAuditEmployerDashboard", "pTooltip", "EmployerDashboard", "tooltipPosition", "bottom", 3, "ngClass", 4, "ngIf"], ["id", "btnAuditMyQ", "pTooltip", "MyQ", "tooltipPosition", "bottom", 3, "ngClass", "click", 4, "ngIf"], ["id", "btnAuditDashboard", "pTooltip", "Dashboard", "tooltipPosition", "bottom", 3, "ngClass", "click", 4, "ngIf"], ["id", "btnAuditWorkList", "pTooltip", "WorkList", "tooltipPosition", "bottom", 3, "ngClass", "click", 4, "ngIf"], ["id", "btnAuditInquiry", "pTooltip", "Inquiry", "tooltipPosition", "bottom", 3, "ngClass", "click", 4, "ngIf"], ["id", "btnAuditUploadDocuments", "pTooltip", "Upload Documents", "tooltipPosition", "bottom", 3, "ngClass", "click", 4, "ngIf"], ["id", "btnAuditQuestionnaire", "pTooltip", "Questionnaire", "tooltipPosition", "bottom", 3, "ngClass", "click", 4, "ngIf"], ["id", "btnAuditReferrals", "pTooltip", "Referrals", "tooltipPosition", "bottom", 3, "ngClass", "click", 4, "ngIf"], ["id", "btnAuditAssign", "pTooltip", "Assign", "tooltipPosition", "bottom", 3, "ngClass", "click", 4, "ngIf"], ["id", "btnAuditTeam", "pTooltip", "Team", "tooltipPosition", "bottom", 3, "ngClass", "click", 4, "ngIf"], ["id", "btnAuditConfig", "pTooltip", "Config", "tooltipPosition", "bottom", 3, "ngClass", "click", 4, "ngIf"], ["id", "btnAuditAnalytics", "pTooltip", "Analytics", "tooltipPosition", "bottom", 3, "ngClass", "click", 4, "ngIf"], ["pTooltip", "Home", "tooltipPosition", "bottom", 3, "ngClass", "click"], ["id", "btnFileWeeklies", "tooltipPosition", "bottom", 1, "hide-xs", "hide-md", 3, "pTooltip", "ngClass", "click"], ["id", "btnFileWeeklies", "tooltipPosition", "bottom", 3, "pTooltip", "ngClass", "click"], ["pTooltip", "History", "tooltipPosition", "bottom", 1, "hide-xs", "hide-md", 3, "ngClass", "click"], ["id", "btnAuditEmployerDashboard", "pTooltip", "EmployerDashboard", "tooltipPosition", "bottom", 3, "ngClass"], ["id", "btnAuditMyQ", "pTooltip", "MyQ", "tooltipPosition", "bottom", 3, "ngClass", "click"], ["id", "btnAuditDashboard", "pTooltip", "Dashboard", "tooltipPosition", "bottom", 3, "ngClass", "click"], ["id", "btnAuditWorkList", "pTooltip", "WorkList", "tooltipPosition", "bottom", 3, "ngClass", "click"], ["id", "btnAuditInquiry", "pTooltip", "Inquiry", "tooltipPosition", "bottom", 3, "ngClass", "click"], ["id", "btnAuditUploadDocuments", "pTooltip", "Upload Documents", "tooltipPosition", "bottom", 3, "ngClass", "click"], ["id", "btnAuditQuestionnaire", "pTooltip", "Questionnaire", "tooltipPosition", "bottom", 3, "ngClass", "click"], ["id", "btnAuditReferrals", "pTooltip", "Referrals", "tooltipPosition", "bottom", 3, "ngClass", "click"], ["id", "btnAuditAssign", "pTooltip", "Assign", "tooltipPosition", "bottom", 3, "ngClass", "click"], ["id", "btnAuditTeam", "pTooltip", "Team", "tooltipPosition", "bottom", 3, "ngClass", "click"], ["id", "btnAuditConfig", "pTooltip", "Config", "tooltipPosition", "bottom", 3, "ngClass", "click"], ["id", "btnAuditAnalytics", "pTooltip", "Analytics", "tooltipPosition", "bottom", 3, "ngClass", "click"], [1, "toolbar-content", "hide-xs"], ["appendTo", "body", "placeholder", "Search Claimants", "emptyMessage", "No Results Found.", "size", "25", 3, "ngModel", "suggestions", "ngModelChange", "completeMethod", "onSelect"], ["pTemplate", "item"], [1, ".ion-wrap"], ["size-auto", ""], ["slot", "end"], ["pTooltip", "Account", "tooltipPosition", "bottom", 3, "ngClass", "click"], [1, "hide-xs", 2, "font-size", "20px", "padding", "0px"], ["slot", "end", "name", "person-circle-outline"], ["pTooltip", "Notices", "tooltipPosition", "bottom", 3, "ngClass", "click", 4, "ngIf"], ["pTooltip", "Notices", "tooltipPosition", "bottom", 3, "click", 4, "ngIf"], ["pTooltip", "Notification", "tooltipPosition", "bottom", 3, "ngClass", "click", 4, "ngIf"], ["name", "crescent", 4, "ngIf"], ["pTooltip", "Help", "tooltipPosition", "bottom", 3, "click", 4, "ngIf"], ["pTooltip", "Notices", "tooltipPosition", "bottom", 3, "ngClass", "click"], [1, "pi", "pi-file", "font-bold", 2, "font-size", "1.3rem", "font-weight", "500 !important"], ["pTooltip", "Notices", "tooltipPosition", "bottom", 3, "click"], ["name", "document-text-outline"], ["pTooltip", "Notification", "tooltipPosition", "bottom", 3, "ngClass", "click"], ["name", "notifications-outline"], ["color", "dark", 4, "ngIf"], ["color", "dark"], ["name", "crescent"], ["pTooltip", "Help", "tooltipPosition", "bottom", 3, "click"], ["name", "help-circle-outline"], ["slot", "secondary"], ["pTooltip", "Logout", "tooltipPosition", "bottom", 3, "click"], ["name", "log-out-sharp"], ["appendTo", "body", 3, "popup", "model"], ["menu", ""], ["pTooltip", "Language", "tooltipPosition", "bottom", 3, "click"], ["name", "language", "slot", "end"], ["color", "light", "id", "secondToolbar"], ["pTooltip", "Back", "alt", "Back", "tooltipPosition", "bottom", 3, "defaultHref"], ["color", "primary", "style", "font-size: 18px", 4, "ngIf"], ["color", "primary", "style", "font-size: xx-small; float: right; padding-right: 8px;", 4, "ngIf"], ["color", "primary", 2, "font-size", "18px"], ["color", "primary", 2, "font-size", "xx-small", "float", "right", "padding-right", "8px"], ["class", "pi pi-times-circle", "style", "margin-right: 14px; font-size: 38px ", 4, "ngIf"], ["class", "pi pi-check-circle", "style", "margin-right: 14px; font-size: 38px ", 4, "ngIf"], ["class", "pi pi-exclamation-circle", "style", "margin-right: 14px; font-size: 38px ", 4, "ngIf"], ["class", "pi pi-info-circle", "style", "margin-right: 14px; font-size: 38px ", 4, "ngIf"], [3, "innerHTML"], [1, "pi", "pi-times-circle", 2, "margin-right", "14px", "font-size", "38px"], [1, "pi", "pi-check-circle", 2, "margin-right", "14px", "font-size", "38px"], [1, "pi", "pi-exclamation-circle", 2, "margin-right", "14px", "font-size", "38px"], [1, "pi", "pi-info-circle", 2, "margin-right", "14px", "font-size", "38px"], [3, "onCancel"]], template: function HeaderComponent_Template(rf, ctx) { if (rf & 1) {
|
|
6221
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: HeaderComponent, selectors: [["app-header"]], inputs: { title: "title", pageId: "pageId", secondToolbar: "secondToolbar", displayLogo: "displayLogo", showHistory: "showHistory", backPage: "backPage", context: "context" }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$X, decls: 19, vars: 18, consts: [["mode", "determinate", 3, "value", 4, "ngIf"], ["slot", "start", 2, "margin-left", "-5px"], ["autoHide", "false", "pTooltip", "Menu", "tooltipPosition", "bottom", 3, "ngClass", 4, "ngIf"], ["slot", "start", 3, "ngClass", "click"], ["alt", "logo", "tooltipPosition", "bottom", 3, "pTooltip", "src", "ngClass"], ["slot", "start", 4, "ngIf"], ["class", "toolbar-content hide-xs", 4, "ngIf"], ["slot", "end", 4, "ngIf"], ["slot", "secondary", 4, "ngIf"], ["color", "light", "id", "secondToolbar", 4, "ngIf"], ["pTemplate", "message"], [4, "ngIf"], [3, "onCancel", 4, "ngIf"], ["mode", "determinate", 3, "value"], ["autoHide", "false", "pTooltip", "Menu", "tooltipPosition", "bottom", 3, "ngClass"], ["slot", "start"], ["pTooltip", "Home", "tooltipPosition", "bottom", 3, "ngClass", "click", 4, "ngIf"], ["id", "btnFileWeeklies", "tooltipPosition", "bottom", "class", "hide-xs hide-md", 3, "pTooltip", "ngClass", "click", 4, "ngIf"], ["id", "btnFileWeeklies", "tooltipPosition", "bottom", 3, "pTooltip", "ngClass", "click", 4, "ngIf"], ["pTooltip", "History", "tooltipPosition", "bottom", "class", "hide-xs hide-md", 3, "ngClass", "click", 4, "ngIf"], ["id", "btnAuditEmployerDashboard", "pTooltip", "EmployerDashboard", "tooltipPosition", "bottom", 3, "ngClass", "click", 4, "ngIf"], ["id", "btnAuditMyQ", "pTooltip", "MyQ", "tooltipPosition", "bottom", 3, "ngClass", "click", 4, "ngIf"], ["id", "btnAuditDashboard", "pTooltip", "Dashboard", "tooltipPosition", "bottom", 3, "ngClass", "click", 4, "ngIf"], ["id", "btnAuditWorkList", "pTooltip", "WorkList", "tooltipPosition", "bottom", 3, "ngClass", "click", 4, "ngIf"], ["id", "btnAuditInquiry", "pTooltip", "Inquiry", "tooltipPosition", "bottom", 3, "ngClass", "click", 4, "ngIf"], ["id", "btnAuditUploadDocuments", "pTooltip", "Upload Documents", "tooltipPosition", "bottom", 3, "ngClass", "disabled", "click", 4, "ngIf"], ["id", "btnAuditQuestionnaire", "pTooltip", "Questionnaire", "tooltipPosition", "bottom", 3, "ngClass", "click", 4, "ngIf"], ["id", "btnAuditReferrals", "pTooltip", "Referrals", "tooltipPosition", "bottom", 3, "ngClass", "click", 4, "ngIf"], ["id", "btnAuditAssign", "pTooltip", "Assign", "tooltipPosition", "bottom", 3, "ngClass", "click", 4, "ngIf"], ["id", "btnAuditTeam", "pTooltip", "Team", "tooltipPosition", "bottom", 3, "ngClass", "click", 4, "ngIf"], ["id", "btnAuditConfig", "pTooltip", "Config", "tooltipPosition", "bottom", 3, "ngClass", "click", 4, "ngIf"], ["id", "btnAuditAnalytics", "pTooltip", "Analytics", "tooltipPosition", "bottom", 3, "ngClass", "click", 4, "ngIf"], ["pTooltip", "Home", "tooltipPosition", "bottom", 3, "ngClass", "click"], ["id", "btnFileWeeklies", "tooltipPosition", "bottom", 1, "hide-xs", "hide-md", 3, "pTooltip", "ngClass", "click"], ["id", "btnFileWeeklies", "tooltipPosition", "bottom", 3, "pTooltip", "ngClass", "click"], ["pTooltip", "History", "tooltipPosition", "bottom", 1, "hide-xs", "hide-md", 3, "ngClass", "click"], ["id", "btnAuditEmployerDashboard", "pTooltip", "EmployerDashboard", "tooltipPosition", "bottom", 3, "ngClass", "click"], ["id", "btnAuditMyQ", "pTooltip", "MyQ", "tooltipPosition", "bottom", 3, "ngClass", "click"], ["id", "btnAuditDashboard", "pTooltip", "Dashboard", "tooltipPosition", "bottom", 3, "ngClass", "click"], ["id", "btnAuditWorkList", "pTooltip", "WorkList", "tooltipPosition", "bottom", 3, "ngClass", "click"], ["id", "btnAuditInquiry", "pTooltip", "Inquiry", "tooltipPosition", "bottom", 3, "ngClass", "click"], ["id", "btnAuditUploadDocuments", "pTooltip", "Upload Documents", "tooltipPosition", "bottom", 3, "ngClass", "disabled", "click"], ["id", "btnAuditQuestionnaire", "pTooltip", "Questionnaire", "tooltipPosition", "bottom", 3, "ngClass", "click"], ["id", "btnAuditReferrals", "pTooltip", "Referrals", "tooltipPosition", "bottom", 3, "ngClass", "click"], ["id", "btnAuditAssign", "pTooltip", "Assign", "tooltipPosition", "bottom", 3, "ngClass", "click"], ["id", "btnAuditTeam", "pTooltip", "Team", "tooltipPosition", "bottom", 3, "ngClass", "click"], ["id", "btnAuditConfig", "pTooltip", "Config", "tooltipPosition", "bottom", 3, "ngClass", "click"], ["id", "btnAuditAnalytics", "pTooltip", "Analytics", "tooltipPosition", "bottom", 3, "ngClass", "click"], [1, "toolbar-content", "hide-xs"], ["appendTo", "body", "placeholder", "Search Claimants", "emptyMessage", "No Results Found.", "size", "25", 3, "ngModel", "suggestions", "ngModelChange", "completeMethod", "onSelect"], ["pTemplate", "item"], [1, ".ion-wrap"], ["size-auto", ""], ["slot", "end"], ["pTooltip", "Account", "tooltipPosition", "bottom", 3, "ngClass", "click"], [1, "hide-xs", 2, "font-size", "20px", "padding", "0px"], ["slot", "end", "name", "person-circle-outline"], ["pTooltip", "Notices", "tooltipPosition", "bottom", 3, "ngClass", "click", 4, "ngIf"], ["pTooltip", "Notices", "tooltipPosition", "bottom", 3, "click", 4, "ngIf"], ["pTooltip", "Notification", "tooltipPosition", "bottom", 3, "ngClass", "click", 4, "ngIf"], ["name", "crescent", 4, "ngIf"], ["pTooltip", "Help", "tooltipPosition", "bottom", 3, "click", 4, "ngIf"], ["pTooltip", "Notices", "tooltipPosition", "bottom", 3, "ngClass", "click"], [1, "pi", "pi-file", "font-bold", 2, "font-size", "1.3rem", "font-weight", "500 !important"], ["pTooltip", "Notices", "tooltipPosition", "bottom", 3, "click"], ["name", "document-text-outline"], ["pTooltip", "Notification", "tooltipPosition", "bottom", 3, "ngClass", "click"], ["name", "notifications-outline"], ["color", "dark", 4, "ngIf"], ["color", "dark"], ["name", "crescent"], ["pTooltip", "Help", "tooltipPosition", "bottom", 3, "click"], ["name", "help-circle-outline"], ["slot", "secondary"], ["pTooltip", "Logout", "tooltipPosition", "bottom", 3, "click"], ["name", "log-out-sharp"], ["appendTo", "body", 3, "popup", "model"], ["menu", ""], ["pTooltip", "Language", "tooltipPosition", "bottom", 3, "click"], ["name", "language", "slot", "end"], ["color", "light", "id", "secondToolbar"], ["pTooltip", "Back", "alt", "Back", "tooltipPosition", "bottom", 3, "defaultHref"], ["color", "primary", "style", "font-size: 18px", 4, "ngIf"], ["color", "primary", "style", "font-size: xx-small; float: right; padding-right: 8px;", 4, "ngIf"], ["color", "primary", 2, "font-size", "18px"], ["color", "primary", 2, "font-size", "xx-small", "float", "right", "padding-right", "8px"], ["class", "pi pi-times-circle", "style", "margin-right: 14px; font-size: 38px ", 4, "ngIf"], ["class", "pi pi-check-circle", "style", "margin-right: 14px; font-size: 38px ", 4, "ngIf"], ["class", "pi pi-exclamation-circle", "style", "margin-right: 14px; font-size: 38px ", 4, "ngIf"], ["class", "pi pi-info-circle", "style", "margin-right: 14px; font-size: 38px ", 4, "ngIf"], [3, "innerHTML"], [1, "pi", "pi-times-circle", 2, "margin-right", "14px", "font-size", "38px"], [1, "pi", "pi-check-circle", 2, "margin-right", "14px", "font-size", "38px"], [1, "pi", "pi-exclamation-circle", 2, "margin-right", "14px", "font-size", "38px"], [1, "pi", "pi-info-circle", 2, "margin-right", "14px", "font-size", "38px"], [3, "onCancel"]], template: function HeaderComponent_Template(rf, ctx) { if (rf & 1) {
|
|
6212
6222
|
i0.ɵɵprojectionDef(_c0$X);
|
|
6213
6223
|
i0.ɵɵtemplate(0, HeaderComponent_mat_progress_bar_0_Template, 2, 3, "mat-progress-bar", 0);
|
|
6214
6224
|
i0.ɵɵpipe(1, "async");
|
|
@@ -6258,7 +6268,7 @@ class HeaderComponent extends BasePage {
|
|
|
6258
6268
|
}
|
|
6259
6269
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(HeaderComponent, [{
|
|
6260
6270
|
type: Component,
|
|
6261
|
-
args: [{ selector: 'app-header', template: "<mat-progress-bar mode=\"determinate\" [value]=\"util.loader.value$ | async\" *ngIf=\"(util.loader.value$ | async) != 0\">\r\n</mat-progress-bar>\r\n<ion-toolbar>\r\n <ion-buttons slot=\"start\" style=\"margin-left: -5px;\">\r\n <ion-menu-button autoHide=\"false\" pTooltip=\"Menu\" tooltipPosition=\"bottom\"\r\n *ngIf=\"ls.isLoggedIn()\" [ngClass]=\"legacyMenu == 'false' && ls.isClaimant() ? 'hide-xl hide-lg' : ''\"></ion-menu-button>\r\n </ion-buttons>\r\n <ion-buttons slot=\"start\" [ngClass]=\"displayLogo ? 'header_button_white' : 'header_button hide-xs hide-md'\" (click)=\"openAuditDashboard()\">\r\n <img alt=\"logo\" pTooltip=\"{{'ReEmployMS Logo' | translate}}\" tooltipPosition=\"bottom\"\r\n src=\"assets/icon/ReEmploy{{util.getState()}}.svg\" [ngClass]=\"displayLogo ? 'header_logo' : 'header_logo hide-xs hide-md'\"/>\r\n </ion-buttons>\r\n <ng-content></ng-content>\r\n <ion-buttons slot=\"start\" *ngIf=\"ls.isLoggedIn()\">\r\n <ion-button (click)=\"openHome()\" pTooltip=\"Home\" tooltipPosition=\"bottom\" [ngClass]=\"r.url.replace('/', '').includes('welcome') ? 'header-button' : ''\" *ngIf=\"this.context!='audit' || ls.isEmployer()\">Home</ion-button>\r\n\r\n <ion-button id=\"btnFileWeeklies\" pTooltip=\"{{'header.weekly.tooltip' | translate}}\" tooltipPosition=\"bottom\" [ngClass]=\"r.url.replace('/', '').includes('weeklies') ? 'header-button' : ''\" *ngIf=\"ls.isClaimant() && legacyMenu == 'false'\" (click)=\"openWeeklies()\" class=\"hide-xs hide-md\">{{legacyMenu == 'true' ? 'Weekly' : 'Weekly'}}</ion-button>\r\n <ion-button id=\"btnFileWeeklies\" pTooltip=\"{{'header.weekly.tooltip' | translate}}\" tooltipPosition=\"bottom\" [ngClass]=\"r.url.replace('/', '').includes('weeklies') ? 'header-button' : ''\" *ngIf=\"ls.isClaimant() && legacyMenu == 'true' && !util.isState('ME')\" (click)=\"openWeeklies()\">{{legacyMenu == 'true' ? 'Weekly' : 'Weekly'}}</ion-button>\r\n <ion-button id=\"btnFileWeeklies\" pTooltip=\"{{'header.weekly.tooltip' | translate}}\" tooltipPosition=\"bottom\" [ngClass]=\"r.url.replace('/', '').includes('weeklies') ? 'header-button' : ''\" *ngIf=\"ls.isClaimant() && legacyMenu == 'true' && util.isState('ME')\" (click)=\"openWeeklies()\">{{legacyMenu == 'true' ? 'Weekly Claim' : 'Weekly'}}</ion-button>\r\n \r\n \r\n <ion-button pTooltip=\"History\" tooltipPosition=\"bottom\" [ngClass]=\"r.url.replace('/', '') == 'history' ? 'header-button' : ''\" *ngIf=\"ls.isClaimant() && legacyMenu == 'false' && interimHomePage == 'false'\" (click)=\"openPage('cp', 'history')\" class=\"hide-xs hide-md\">History</ion-button>\r\n <ion-button id=\"btnAuditEmployerDashboard\" pTooltip=\"EmployerDashboard\" tooltipPosition=\"bottom\" [ngClass]=\"r.url.replace('/', '').includes('employer-dashboard') ? 'header-button' : ''\" *ngIf=\"ls.isEmployer()\">Audit Dashboard</ion-button>\r\n <ion-button id=\"btnAuditMyQ\" pTooltip=\"MyQ\" tooltipPosition=\"bottom\" [ngClass]=\"r.url.replace('/', '').includes('myq') ? 'header-button' : ''\" *ngIf=\"this.context=='audit' && (ls.isTaxAuditSupervisor() || ls.isTaxAuditAuditor() || ls.isTaxAuditDirector() || ls.isTaxAuditDirector())\" (click)=\"openSupervisorMyQ()\">MyQ</ion-button>\r\n <ion-button id=\"btnAuditDashboard\" pTooltip=\"Dashboard\" tooltipPosition=\"bottom\" [ngClass]=\"r.url.replace('/', '').includes('dashboard') ? 'header-button' : ''\" *ngIf=\"this.context=='audit' && (ls.isTaxAuditSupervisor()|| ls.isTaxAuditDirector())\" (click)=\"openAuditDashboard()\">Dashboard</ion-button>\r\n <ion-button id=\"btnAuditWorkList\" pTooltip=\"WorkList\" tooltipPosition=\"bottom\" [ngClass]=\"r.url.replace('/', '').includes('auditor-work-list') ? 'header-button' : ''\" *ngIf=\"this.context=='audit' && ls.isTaxAuditAuditor()\" (click)=\"openAuditorWorkList()\">Work List</ion-button>\r\n <ion-button id=\"btnAuditInquiry\" pTooltip=\"Inquiry\" tooltipPosition=\"bottom\" [ngClass]=\"r.url.replace('/', '').includes('inquiry') ? 'header-button' : ''\" *ngIf=\"this.context=='audit' && (ls.isTaxAuditSupervisor() || ls.isTaxAuditAuditor() || ls.isTaxAuditDirector()) || ls.hasRole('taxauditagencystaff')\" (click)=\"openSupervisorInquiry()\">Inquiry</ion-button>\r\n <ion-button id=\"btnAuditUploadDocuments\" pTooltip=\"Upload Documents\" tooltipPosition=\"bottom\" [ngClass]=\"r.url.replace('/', '').includes('upload-documents') ? 'header-button' : ''\" *ngIf=\"this.context=='audit' && ls.isEmployer()\" (click)=\"openUploadDocuments()\">Upload Documents</ion-button>\r\n <ion-button id=\"btnAuditQuestionnaire\" pTooltip=\"Questionnaire\" tooltipPosition=\"bottom\" [ngClass]=\"r.url.replace('/', '').includes('auditor-questionnaire') ? 'header-button' : ''\" *ngIf=\"this.context=='audit' && (ls.isTaxAuditAuditor() || ls.isEmployer())\" (click)=\"openQuestionnaire()\">Questionnaire</ion-button>\r\n <ion-button id=\"btnAuditReferrals\" pTooltip=\"Referrals\" tooltipPosition=\"bottom\" [ngClass]=\"r.url.replace('/', '').includes('referrals') ? 'header-button' : ''\" *ngIf=\"this.context=='audit' && (ls.isTaxAuditSupervisor() || ls.isTaxAuditAuditor() || ls.isTaxAuditDirector()) || ls.hasRole('taxauditagencystaff')\" (click)=\"openSupervisorReferrals()\">Referrals</ion-button>\r\n <ion-button id=\"btnAuditAssign\" pTooltip=\"Assign\" tooltipPosition=\"bottom\" [ngClass]=\"r.url.replace('/', '').includes('assign') ? 'header-button' : ''\" *ngIf=\"this.context=='audit' && ls.isTaxAuditSupervisor()\" (click)=\"openSupervisorAssign()\">Assign</ion-button>\r\n <ion-button id=\"btnAuditTeam\" pTooltip=\"Team\" tooltipPosition=\"bottom\" [ngClass]=\"r.url.replace('/', '').includes('team') ? 'header-button' : ''\" *ngIf=\"this.context=='audit' && ls.isTaxAuditSupervisor()\" (click)=\"openSupervisorTeam()\">Team</ion-button>\r\n <ion-button id=\"btnAuditConfig\" pTooltip=\"Config\" tooltipPosition=\"bottom\" [ngClass]=\"r.url.replace('/', '').includes('config') ? 'header-button' : ''\" *ngIf=\"this.context=='audit' && (ls.isTaxAuditSupervisor() || ls.isTaxAuditDirector())\" (click)=\"openSupervisorConfig()\">Config</ion-button>\r\n <ion-button id=\"btnAuditAnalytics\" pTooltip=\"Analytics\" tooltipPosition=\"bottom\" [ngClass]=\"r.url.replace('/', '').includes('analytics') ? 'header-button' : ''\" *ngIf=\"this.context=='audit' && (ls.isTaxAuditSupervisor() || ls.isTaxAuditAuditor() || ls.isTaxAuditDirector())\" (click)=\"openSupervisorAnalytics()\">Analytics</ion-button>\r\n\r\n\r\n </ion-buttons>\r\n\r\n \r\n <div class=\"toolbar-content hide-xs\" *ngIf=\"ls.isLoggedIn() && ls.isCsr() && this.context !='audit' && contextRoot ==='ss'\">\r\n <p-autoComplete appendTo=\"body\" [(ngModel)]=\"searchText\" [suggestions]=\"results\"\r\n (completeMethod)=\"search($event)\" placeholder=\"Search Claimants\" (onSelect)=\"onSelectAction($event)\"\r\n emptyMessage=\"No Results Found.\" size=\"25\">\r\n <ng-template let-user pTemplate=\"item\">\r\n <ion-row class=\".ion-wrap\" >\r\n <ion-col size-auto>\r\n <ion-text>{{user.firstName | properCase}} {{user.lastName | properCase}}</ion-text>\r\n </ion-col>\r\n <ion-col size-auto>\r\n <ion-text>{{user.userId}}</ion-text>\r\n </ion-col>\r\n <ion-col size-auto>\r\n <ion-text>{{util.maskSsn(user.ssn)}}</ion-text>\r\n </ion-col>\r\n </ion-row>\r\n </ng-template>\r\n </p-autoComplete>\r\n </div>\r\n <ion-buttons slot=\"end\" *ngIf=\"ls.isLoggedIn()\" >\r\n <ion-button (click)=\"presentMyProfilePopover($event)\" pTooltip=\"Account\" tooltipPosition=\"bottom\" [ngClass]=\"legacyMenu == 'false' && ls.isClaimant() && showProfilePopup ? 'hide-xs hide-md header-button' : (legacyMenu == 'false' && ls.isClaimant() ? 'hide-xs hide-md' : '')\">\r\n <ion-title style=\"font-size: 20px; padding: 0px;\" class=\"hide-xs\">{{ls.getFullName() | properCase}}</ion-title>\r\n <ion-icon slot=\"end\" name=\"person-circle-outline\"></ion-icon>\r\n </ion-button>\r\n <ion-button (click)=\"openPage('cp', 'documents')\" pTooltip=\"Notices\" tooltipPosition=\"bottom\" *ngIf=\"!ls.isCsr() && legacyMenu == 'false' && !util.isState('ME')\" [ngClass]=\"r.url.replace('/', '') == 'documents' ? 'header-button hide-xs hide-md' : 'hide-xs hide-md'\">\r\n <i class='pi pi-file font-bold' style=\"font-size: 1.3rem; font-weight: 500 !important;\"></i>\r\n </ion-button>\r\n <ion-button (click)=\"openPage('cp', 'documents')\" pTooltip=\"Notices\" tooltipPosition=\"bottom\" *ngIf=\"!ls.isCsr() && legacyMenu == 'true'\">\r\n <ion-icon name=\"document-text-outline\"></ion-icon>\r\n </ion-button>\r\n\r\n \r\n <!-- <ion-button (click)=\"presentJobSearchResultPopup()\" pTooltip=\"Show job search result\" tooltipPosition=\"bottom\" [ngClass]=\"legacyMenu == 'false' && ls.isClaimant() ? 'hide-xs hide-md' : ''\" *ngIf=\"ls.isClaimant() && legacyMenu == 'false' && util.isState('MS')\">\r\n <ion-icon name=\"briefcase\" fill=\"outline\"></ion-icon>\r\n </ion-button> -->\r\n \r\n \r\n <ion-button (click)=\"presentMyNotificationPopover($event)\" pTooltip=\"Notification\" tooltipPosition=\"bottom\"\r\n *ngIf=\"!ns.showNotificationLoader && !util.isState('ME')\" [ngClass]=\"legacyMenu == 'false' && ls.isClaimant() ? 'hide-xs hide-md' : ''\">\r\n <ion-icon name=\"notifications-outline\"></ion-icon>\r\n <ion-badge color=\"dark\" *ngIf=\"ns.notificationCount.getValue() > 0\">\r\n <ion-label>{{ns.notificationCount.getValue()}}</ion-label>\r\n </ion-badge>\r\n </ion-button>\r\n <ion-spinner name=\"crescent\" *ngIf=\"ns.showNotificationLoader\"></ion-spinner>\r\n\r\n <ion-button (click)=\"this.hs.show()\" pTooltip=\"Help\" tooltipPosition=\"bottom\" *ngIf=\"ls.isClaimant() && legacyMenu == 'false' && (hs.shouldDisplayHelpButton() | async)\">\r\n <ion-icon name=\"help-circle-outline\"></ion-icon>\r\n </ion-button>\r\n </ion-buttons>\r\n\r\n <ion-buttons slot=\"secondary\" *ngIf=\"!ls.isLoggedIn() && ls.getUser()\">\r\n <ion-button (click)=\"logout()\" pTooltip=\"Logout\" tooltipPosition=\"bottom\">\r\n <ion-icon name=\"log-out-sharp\"></ion-icon>\r\n </ion-button>\r\n </ion-buttons>\r\n\r\n <ion-buttons slot=\"end\" *ngIf=\"showLanguageOption === 'true' && (!ls.getUser() && legacyMenu == 'false')\">\r\n <p-menu #menu [popup]=\"true\" [model]=\"items\" appendTo=\"body\"></p-menu>\r\n <ion-button (click)=\"menu.toggle($event)\" pTooltip=\"Language\" tooltipPosition=\"bottom\">\r\n <ion-icon name=\"language\" slot=\"end\"></ion-icon>\r\n </ion-button>\r\n </ion-buttons>\r\n\r\n</ion-toolbar>\r\n<ion-toolbar color=\"light\" id=\"secondToolbar\" *ngIf=\"secondToolbar\">\r\n <ion-buttons slot=\"start\">\r\n <ion-back-button pTooltip=\"Back\" alt=\"Back\" tooltipPosition=\"bottom\" [defaultHref]=\"backPage ? backPage : '/welcome'\"></ion-back-button>\r\n <ion-title color=\"primary\" *ngIf=\"title\" style=\"font-size: 18px\">{{title}}</ion-title>\r\n </ion-buttons>\r\n <ng-content></ng-content>\r\n <ion-buttons slot=\"end\">\r\n <ion-title color=\"primary\" style=\"font-size: xx-small; float: right; padding-right: 8px;\" *ngIf=\"pageId\">\r\n {{pageId}}</ion-title>\r\n </ion-buttons>\r\n</ion-toolbar>\r\n<p-toast>\r\n <ng-template let-message pTemplate=\"message\">\r\n <i *ngIf=\"message.severity === 'error'\" class=\"pi pi-times-circle\" style=\"margin-right: 14px; font-size: 38px \"></i>\r\n <i *ngIf=\"message.severity === 'success'\" class=\"pi pi-check-circle\" style=\"margin-right: 14px; font-size: 38px \"></i>\r\n <i *ngIf=\"message.severity === 'warn'\" class=\"pi pi-exclamation-circle\"style=\"margin-right: 14px; font-size: 38px \"></i>\r\n <i *ngIf=\"message.severity === 'info'\" class=\"pi pi-info-circle\" style=\"margin-right: 14px; font-size: 38px \"></i>\r\n\r\n <div [innerHTML]=\"'<strong style=\\'font-size: 22px;font-weight: bold;\\'>' + message.summary + '</strong><br><br>' + \r\n '<span style=\\'font-size: 18px;\\'>' + message.detail + '</span>'\">\r\n </div>\r\n </ng-template>\r\n </p-toast>\r\n\r\n<ng-container *ngIf=\"showProfilePopup\">\r\n <app-profile *ngIf=\"showProfilePopup\" (onCancel)=\"showProfilePopup = !showProfilePopup\"></app-profile>\r\n</ng-container>\r\n\r\n<app-job-search-result-page *ngIf=\"showjobSearchResultPopup\" (onCancel)=\"showjobSearchResultPopup = !showjobSearchResultPopup\"></app-job-search-result-page>\r\n\r\n\r\n\r\n", styles: ["#secondToolbar{--min-height: 45px !important}#header_reemployms_logo{margin-right:10px;margin-left:-5px;padding:5px;height:40px}.header_logo{height:35px}.header_button_white,.header_button{background:#fff;height:56px;margin:0;padding:8px}.toolbar-content{text-align:center}ion-toolbar{--ion-toolbar-background: var(--ion-color-primary) !important;--color: white !important;--font-weight: 500;--font-size: 13px;--position: relative;--z-index: 10;--text-align: center;--letter-spacing: .004em}ion-button{--color-hover: var(--ion-color-yellow) !important;text-transform:none!important;font-size:20px}.header-button{--color: var(--ion-color-yellow) !important;text-transform:none!important;font-weight:700;font-size:20px}.ios ion-button::part(native){color:#fff!important}ion-menu-button::part(native){color:#fff!important}ion-popover{--width: 40% !important}img{visibility:visible;position:relative}:host ::ng-deep p-autoComplete .p-inputtext{height:40px;color:#000}:host ::ng-deep p-autoComplete .p-autocomplete-item{padding:.5rem!important}:host ::ng-deep .p-toast-bottom-center,:host ::ng-deep .p-toast-top-center{transform:none!important;z-index:100001!important}:host ::ng-deep .p-toast .p-toast-icon{font-size:48px!important}:host ::ng-deep .p-toast-icon-close{position:absolute!important;top:0;right:0;margin:5px}:host ::ng-deep .p-toast-summary{font-weight:700;display:block;margin-bottom:5px}:host ::ng-deep .p-toast-message,:host ::ng-deep .p-toast-detail{display:block;font-size:14px}@media (min-width: 768px){:host ::ng-deep .header-popover{--width: 55%}}@media (min-width: 992px){:host ::ng-deep .header-popover{--width: 40%}}@media (min-width: 1200px){:host ::ng-deep .header-popover{--width: 35%}}@media (min-width: 1400px){:host ::ng-deep .header-popover{--width: 30%}}\n"] }]
|
|
6271
|
+
args: [{ selector: 'app-header', template: "<mat-progress-bar mode=\"determinate\" [value]=\"util.loader.value$ | async\" *ngIf=\"(util.loader.value$ | async) != 0\">\r\n</mat-progress-bar>\r\n<ion-toolbar>\r\n <ion-buttons slot=\"start\" style=\"margin-left: -5px;\">\r\n <ion-menu-button autoHide=\"false\" pTooltip=\"Menu\" tooltipPosition=\"bottom\"\r\n *ngIf=\"ls.isLoggedIn()\" [ngClass]=\"legacyMenu == 'false' && ls.isClaimant() ? 'hide-xl hide-lg' : ''\"></ion-menu-button>\r\n </ion-buttons>\r\n <ion-buttons slot=\"start\" [ngClass]=\"displayLogo ? 'header_button_white' : 'header_button hide-xs hide-md'\" (click)=\"openAuditDashboard()\">\r\n <img alt=\"logo\" pTooltip=\"{{'ReEmployMS Logo' | translate}}\" tooltipPosition=\"bottom\"\r\n src=\"assets/icon/ReEmploy{{util.getState()}}.svg\" [ngClass]=\"displayLogo ? 'header_logo' : 'header_logo hide-xs hide-md'\"/>\r\n </ion-buttons>\r\n <ng-content></ng-content>\r\n <ion-buttons slot=\"start\" *ngIf=\"ls.isLoggedIn()\">\r\n <ion-button (click)=\"openHome()\" pTooltip=\"Home\" tooltipPosition=\"bottom\" [ngClass]=\"r.url.replace('/', '').includes('welcome') ? 'header-button' : ''\" *ngIf=\"this.context!='audit' || ls.isEmployer()\">Home</ion-button>\r\n\r\n <ion-button id=\"btnFileWeeklies\" pTooltip=\"{{'header.weekly.tooltip' | translate}}\" tooltipPosition=\"bottom\" [ngClass]=\"r.url.replace('/', '').includes('weeklies') ? 'header-button' : ''\" *ngIf=\"ls.isClaimant() && legacyMenu == 'false'\" (click)=\"openWeeklies()\" class=\"hide-xs hide-md\">{{legacyMenu == 'true' ? 'Weekly' : 'Weekly'}}</ion-button>\r\n <ion-button id=\"btnFileWeeklies\" pTooltip=\"{{'header.weekly.tooltip' | translate}}\" tooltipPosition=\"bottom\" [ngClass]=\"r.url.replace('/', '').includes('weeklies') ? 'header-button' : ''\" *ngIf=\"ls.isClaimant() && legacyMenu == 'true' && !util.isState('ME')\" (click)=\"openWeeklies()\">{{legacyMenu == 'true' ? 'Weekly' : 'Weekly'}}</ion-button>\r\n <ion-button id=\"btnFileWeeklies\" pTooltip=\"{{'header.weekly.tooltip' | translate}}\" tooltipPosition=\"bottom\" [ngClass]=\"r.url.replace('/', '').includes('weeklies') ? 'header-button' : ''\" *ngIf=\"ls.isClaimant() && legacyMenu == 'true' && util.isState('ME')\" (click)=\"openWeeklies()\">{{legacyMenu == 'true' ? 'Weekly Claim' : 'Weekly'}}</ion-button>\r\n \r\n \r\n <ion-button pTooltip=\"History\" tooltipPosition=\"bottom\" [ngClass]=\"r.url.replace('/', '') == 'history' ? 'header-button' : ''\" *ngIf=\"ls.isClaimant() && legacyMenu == 'false' && interimHomePage == 'false'\" (click)=\"openPage('cp', 'history')\" class=\"hide-xs hide-md\">History</ion-button>\r\n <ion-button id=\"btnAuditEmployerDashboard\" pTooltip=\"EmployerDashboard\" tooltipPosition=\"bottom\" [ngClass]=\"r.url.replace('/', '').includes('employer-dashboard') ? 'header-button' : ''\" *ngIf=\"ls.isEmployer()\" (click)=\"openEmployerDashboard()\">Audit Dashboard</ion-button>\r\n <ion-button id=\"btnAuditMyQ\" pTooltip=\"MyQ\" tooltipPosition=\"bottom\" [ngClass]=\"r.url.replace('/', '').includes('myq') ? 'header-button' : ''\" *ngIf=\"this.context=='audit' && (ls.isTaxAuditSupervisor() || ls.isTaxAuditAuditor() || ls.isTaxAuditDirector() || ls.isTaxAuditDirector())\" (click)=\"openSupervisorMyQ()\">MyQ</ion-button>\r\n <ion-button id=\"btnAuditDashboard\" pTooltip=\"Dashboard\" tooltipPosition=\"bottom\" [ngClass]=\"r.url.replace('/', '').includes('dashboard') ? 'header-button' : ''\" *ngIf=\"this.context=='audit' && (ls.isTaxAuditSupervisor()|| ls.isTaxAuditDirector())\" (click)=\"openAuditDashboard()\">Dashboard</ion-button>\r\n <ion-button id=\"btnAuditWorkList\" pTooltip=\"WorkList\" tooltipPosition=\"bottom\" [ngClass]=\"r.url.replace('/', '').includes('auditor-work-list') ? 'header-button' : ''\" *ngIf=\"this.context=='audit' && ls.isTaxAuditAuditor()\" (click)=\"openAuditorWorkList()\">Work List</ion-button>\r\n <ion-button id=\"btnAuditInquiry\" pTooltip=\"Inquiry\" tooltipPosition=\"bottom\" [ngClass]=\"r.url.replace('/', '').includes('inquiry') ? 'header-button' : ''\" *ngIf=\"this.context=='audit' && (ls.isTaxAuditSupervisor() || ls.isTaxAuditAuditor() || ls.isTaxAuditDirector()) || ls.hasRole('taxauditagencystaff')\" (click)=\"openSupervisorInquiry()\">Inquiry</ion-button>\r\n <ion-button id=\"btnAuditUploadDocuments\" pTooltip=\"Upload Documents\" tooltipPosition=\"bottom\" [ngClass]=\"r.url.replace('/', '').includes('upload-documents') ? 'header-button' : ''\" *ngIf=\"this.context=='audit' && ls.isEmployer()\" (click)=\"openUploadDocuments()\" [disabled]=\"!isEmployerLoaded\">Upload Documents</ion-button>\r\n <ion-button id=\"btnAuditQuestionnaire\" pTooltip=\"Questionnaire\" tooltipPosition=\"bottom\" [ngClass]=\"r.url.replace('/', '').includes('auditor-questionnaire') ? 'header-button' : ''\" *ngIf=\"this.context=='audit' && (ls.isTaxAuditAuditor() || ls.isEmployer())\" (click)=\"openQuestionnaire()\">Questionnaire</ion-button>\r\n <ion-button id=\"btnAuditReferrals\" pTooltip=\"Referrals\" tooltipPosition=\"bottom\" [ngClass]=\"r.url.replace('/', '').includes('referrals') ? 'header-button' : ''\" *ngIf=\"this.context=='audit' && (ls.isTaxAuditSupervisor() || ls.isTaxAuditAuditor() || ls.isTaxAuditDirector()) || ls.hasRole('taxauditagencystaff')\" (click)=\"openSupervisorReferrals()\">Referrals</ion-button>\r\n <ion-button id=\"btnAuditAssign\" pTooltip=\"Assign\" tooltipPosition=\"bottom\" [ngClass]=\"r.url.replace('/', '').includes('assign') ? 'header-button' : ''\" *ngIf=\"this.context=='audit' && ls.isTaxAuditSupervisor()\" (click)=\"openSupervisorAssign()\">Assign</ion-button>\r\n <ion-button id=\"btnAuditTeam\" pTooltip=\"Team\" tooltipPosition=\"bottom\" [ngClass]=\"r.url.replace('/', '').includes('team') ? 'header-button' : ''\" *ngIf=\"this.context=='audit' && ls.isTaxAuditSupervisor()\" (click)=\"openSupervisorTeam()\">Team</ion-button>\r\n <ion-button id=\"btnAuditConfig\" pTooltip=\"Config\" tooltipPosition=\"bottom\" [ngClass]=\"r.url.replace('/', '').includes('config') ? 'header-button' : ''\" *ngIf=\"this.context=='audit' && (ls.isTaxAuditSupervisor() || ls.isTaxAuditDirector())\" (click)=\"openSupervisorConfig()\">Config</ion-button>\r\n <ion-button id=\"btnAuditAnalytics\" pTooltip=\"Analytics\" tooltipPosition=\"bottom\" [ngClass]=\"r.url.replace('/', '').includes('analytics') ? 'header-button' : ''\" *ngIf=\"this.context=='audit' && (ls.isTaxAuditSupervisor() || ls.isTaxAuditAuditor() || ls.isTaxAuditDirector())\" (click)=\"openSupervisorAnalytics()\">Analytics</ion-button>\r\n\r\n\r\n </ion-buttons>\r\n\r\n \r\n <div class=\"toolbar-content hide-xs\" *ngIf=\"ls.isLoggedIn() && ls.isCsr() && this.context !='audit' && contextRoot ==='ss'\">\r\n <p-autoComplete appendTo=\"body\" [(ngModel)]=\"searchText\" [suggestions]=\"results\"\r\n (completeMethod)=\"search($event)\" placeholder=\"Search Claimants\" (onSelect)=\"onSelectAction($event)\"\r\n emptyMessage=\"No Results Found.\" size=\"25\">\r\n <ng-template let-user pTemplate=\"item\">\r\n <ion-row class=\".ion-wrap\" >\r\n <ion-col size-auto>\r\n <ion-text>{{user.firstName | properCase}} {{user.lastName | properCase}}</ion-text>\r\n </ion-col>\r\n <ion-col size-auto>\r\n <ion-text>{{user.userId}}</ion-text>\r\n </ion-col>\r\n <ion-col size-auto>\r\n <ion-text>{{util.maskSsn(user.ssn)}}</ion-text>\r\n </ion-col>\r\n </ion-row>\r\n </ng-template>\r\n </p-autoComplete>\r\n </div>\r\n <ion-buttons slot=\"end\" *ngIf=\"ls.isLoggedIn()\" >\r\n <ion-button (click)=\"presentMyProfilePopover($event)\" pTooltip=\"Account\" tooltipPosition=\"bottom\" [ngClass]=\"legacyMenu == 'false' && ls.isClaimant() && showProfilePopup ? 'hide-xs hide-md header-button' : (legacyMenu == 'false' && ls.isClaimant() ? 'hide-xs hide-md' : '')\">\r\n <ion-title style=\"font-size: 20px; padding: 0px;\" class=\"hide-xs\">{{ls.getFullName() | properCase}}</ion-title>\r\n <ion-icon slot=\"end\" name=\"person-circle-outline\"></ion-icon>\r\n </ion-button>\r\n <ion-button (click)=\"openPage('cp', 'documents')\" pTooltip=\"Notices\" tooltipPosition=\"bottom\" *ngIf=\"!ls.isCsr() && legacyMenu == 'false' && !util.isState('ME')\" [ngClass]=\"r.url.replace('/', '') == 'documents' ? 'header-button hide-xs hide-md' : 'hide-xs hide-md'\">\r\n <i class='pi pi-file font-bold' style=\"font-size: 1.3rem; font-weight: 500 !important;\"></i>\r\n </ion-button>\r\n <ion-button (click)=\"openPage('cp', 'documents')\" pTooltip=\"Notices\" tooltipPosition=\"bottom\" *ngIf=\"!ls.isCsr() && legacyMenu == 'true'\">\r\n <ion-icon name=\"document-text-outline\"></ion-icon>\r\n </ion-button>\r\n\r\n \r\n <!-- <ion-button (click)=\"presentJobSearchResultPopup()\" pTooltip=\"Show job search result\" tooltipPosition=\"bottom\" [ngClass]=\"legacyMenu == 'false' && ls.isClaimant() ? 'hide-xs hide-md' : ''\" *ngIf=\"ls.isClaimant() && legacyMenu == 'false' && util.isState('MS')\">\r\n <ion-icon name=\"briefcase\" fill=\"outline\"></ion-icon>\r\n </ion-button> -->\r\n \r\n \r\n <ion-button (click)=\"presentMyNotificationPopover($event)\" pTooltip=\"Notification\" tooltipPosition=\"bottom\"\r\n *ngIf=\"!ns.showNotificationLoader && !util.isState('ME')\" [ngClass]=\"legacyMenu == 'false' && ls.isClaimant() ? 'hide-xs hide-md' : ''\">\r\n <ion-icon name=\"notifications-outline\"></ion-icon>\r\n <ion-badge color=\"dark\" *ngIf=\"ns.notificationCount.getValue() > 0\">\r\n <ion-label>{{ns.notificationCount.getValue()}}</ion-label>\r\n </ion-badge>\r\n </ion-button>\r\n <ion-spinner name=\"crescent\" *ngIf=\"ns.showNotificationLoader\"></ion-spinner>\r\n\r\n <ion-button (click)=\"this.hs.show()\" pTooltip=\"Help\" tooltipPosition=\"bottom\" *ngIf=\"ls.isClaimant() && legacyMenu == 'false' && (hs.shouldDisplayHelpButton() | async)\">\r\n <ion-icon name=\"help-circle-outline\"></ion-icon>\r\n </ion-button>\r\n </ion-buttons>\r\n\r\n <ion-buttons slot=\"secondary\" *ngIf=\"!ls.isLoggedIn() && ls.getUser()\">\r\n <ion-button (click)=\"logout()\" pTooltip=\"Logout\" tooltipPosition=\"bottom\">\r\n <ion-icon name=\"log-out-sharp\"></ion-icon>\r\n </ion-button>\r\n </ion-buttons>\r\n\r\n <ion-buttons slot=\"end\" *ngIf=\"showLanguageOption === 'true' && (!ls.getUser() && legacyMenu == 'false')\">\r\n <p-menu #menu [popup]=\"true\" [model]=\"items\" appendTo=\"body\"></p-menu>\r\n <ion-button (click)=\"menu.toggle($event)\" pTooltip=\"Language\" tooltipPosition=\"bottom\">\r\n <ion-icon name=\"language\" slot=\"end\"></ion-icon>\r\n </ion-button>\r\n </ion-buttons>\r\n\r\n</ion-toolbar>\r\n<ion-toolbar color=\"light\" id=\"secondToolbar\" *ngIf=\"secondToolbar\">\r\n <ion-buttons slot=\"start\">\r\n <ion-back-button pTooltip=\"Back\" alt=\"Back\" tooltipPosition=\"bottom\" [defaultHref]=\"backPage ? backPage : '/welcome'\"></ion-back-button>\r\n <ion-title color=\"primary\" *ngIf=\"title\" style=\"font-size: 18px\">{{title}}</ion-title>\r\n </ion-buttons>\r\n <ng-content></ng-content>\r\n <ion-buttons slot=\"end\">\r\n <ion-title color=\"primary\" style=\"font-size: xx-small; float: right; padding-right: 8px;\" *ngIf=\"pageId\">\r\n {{pageId}}</ion-title>\r\n </ion-buttons>\r\n</ion-toolbar>\r\n<p-toast>\r\n <ng-template let-message pTemplate=\"message\">\r\n <i *ngIf=\"message.severity === 'error'\" class=\"pi pi-times-circle\" style=\"margin-right: 14px; font-size: 38px \"></i>\r\n <i *ngIf=\"message.severity === 'success'\" class=\"pi pi-check-circle\" style=\"margin-right: 14px; font-size: 38px \"></i>\r\n <i *ngIf=\"message.severity === 'warn'\" class=\"pi pi-exclamation-circle\"style=\"margin-right: 14px; font-size: 38px \"></i>\r\n <i *ngIf=\"message.severity === 'info'\" class=\"pi pi-info-circle\" style=\"margin-right: 14px; font-size: 38px \"></i>\r\n\r\n <div [innerHTML]=\"'<strong style=\\'font-size: 22px;font-weight: bold;\\'>' + message.summary + '</strong><br><br>' + \r\n '<span style=\\'font-size: 18px;\\'>' + message.detail + '</span>'\">\r\n </div>\r\n </ng-template>\r\n </p-toast>\r\n\r\n<ng-container *ngIf=\"showProfilePopup\">\r\n <app-profile *ngIf=\"showProfilePopup\" (onCancel)=\"showProfilePopup = !showProfilePopup\"></app-profile>\r\n</ng-container>\r\n\r\n<app-job-search-result-page *ngIf=\"showjobSearchResultPopup\" (onCancel)=\"showjobSearchResultPopup = !showjobSearchResultPopup\"></app-job-search-result-page>\r\n\r\n\r\n\r\n", styles: ["#secondToolbar{--min-height: 45px !important}#header_reemployms_logo{margin-right:10px;margin-left:-5px;padding:5px;height:40px}.header_logo{height:35px}.header_button_white,.header_button{background:#fff;height:56px;margin:0;padding:8px}.toolbar-content{text-align:center}ion-toolbar{--ion-toolbar-background: var(--ion-color-primary) !important;--color: white !important;--font-weight: 500;--font-size: 13px;--position: relative;--z-index: 10;--text-align: center;--letter-spacing: .004em}ion-button{--color-hover: var(--ion-color-yellow) !important;text-transform:none!important;font-size:20px}.header-button{--color: var(--ion-color-yellow) !important;text-transform:none!important;font-weight:700;font-size:20px}.ios ion-button::part(native){color:#fff!important}ion-menu-button::part(native){color:#fff!important}ion-popover{--width: 40% !important}img{visibility:visible;position:relative}:host ::ng-deep p-autoComplete .p-inputtext{height:40px;color:#000}:host ::ng-deep p-autoComplete .p-autocomplete-item{padding:.5rem!important}:host ::ng-deep .p-toast-bottom-center,:host ::ng-deep .p-toast-top-center{transform:none!important;z-index:100001!important}:host ::ng-deep .p-toast .p-toast-icon{font-size:48px!important}:host ::ng-deep .p-toast-icon-close{position:absolute!important;top:0;right:0;margin:5px}:host ::ng-deep .p-toast-summary{font-weight:700;display:block;margin-bottom:5px}:host ::ng-deep .p-toast-message,:host ::ng-deep .p-toast-detail{display:block;font-size:14px}@media (min-width: 768px){:host ::ng-deep .header-popover{--width: 55%}}@media (min-width: 992px){:host ::ng-deep .header-popover{--width: 40%}}@media (min-width: 1200px){:host ::ng-deep .header-popover{--width: 35%}}@media (min-width: 1400px){:host ::ng-deep .header-popover{--width: 30%}}\n"] }]
|
|
6262
6272
|
}], () => [{ type: LoginService }, { type: UtilService }, { type: i3.Router }, { type: i1$3.PopoverController }, { type: ClaimantService$1 }, { type: i1$3.NavController }, { type: i1$3.ModalController }, { type: NotificationService }, { type: HelpService }, { type: i7.TranslateService }, { type: AuditService }], { title: [{
|
|
6263
6273
|
type: Input,
|
|
6264
6274
|
args: ['title']
|