@reusa/ngx-reusa-app-lib 0.0.1331 → 0.0.1332
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/add-employer/add-employer.component.mjs +3 -1
- package/esm2022/lib/components/employer-grid/employer-grid.component.mjs +278 -233
- package/esm2022/lib/components/menu/menu.component.mjs +1 -2
- package/esm2022/lib/components/questionnaire/dynamic-form-question.component.mjs +365 -358
- package/esm2022/lib/models/questionnaire/ClaimAppEmployerDetailsModel.mjs +1 -1
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs +643 -590
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs.map +1 -1
- package/lib/components/add-employer/add-employer.component.d.ts.map +1 -1
- package/lib/components/employer-grid/employer-grid.component.d.ts +4 -1
- package/lib/components/employer-grid/employer-grid.component.d.ts.map +1 -1
- package/lib/components/menu/menu.component.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts +2 -0
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts.map +1 -1
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts +2 -0
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -6552,7 +6552,6 @@ class MenuComponent extends BasePage {
|
|
|
6552
6552
|
this.showFavButton = this.ls.isCsr();
|
|
6553
6553
|
}
|
|
6554
6554
|
setClaimantMenu() {
|
|
6555
|
-
console.log("STATE CHECK", this.isME());
|
|
6556
6555
|
this.menus = [
|
|
6557
6556
|
{
|
|
6558
6557
|
label: "Menus",
|
|
@@ -11453,8 +11452,9 @@ class AddressValidationService extends BaseService {
|
|
|
11453
11452
|
|
|
11454
11453
|
const _c0$X = ["bankdtls"];
|
|
11455
11454
|
const _c1$R = ["wcEmployerGrid"];
|
|
11456
|
-
const _c2$C = ["
|
|
11457
|
-
const _c3$v = ["
|
|
11455
|
+
const _c2$C = ["employerGrid"];
|
|
11456
|
+
const _c3$v = ["jobTitle"];
|
|
11457
|
+
const _c4$t = ["address"];
|
|
11458
11458
|
function DynamicFormQuestionComponent_p_dialog_1_ng_template_4_ion_button_0_Template(rf, ctx) { if (rf & 1) {
|
|
11459
11459
|
const _r30 = i0.ɵɵgetCurrentView();
|
|
11460
11460
|
i0.ɵɵelementStart(0, "ion-button", 15);
|
|
@@ -11485,8 +11485,8 @@ function DynamicFormQuestionComponent_p_dialog_1_ng_template_4_Template(rf, ctx)
|
|
|
11485
11485
|
i0.ɵɵadvance(1);
|
|
11486
11486
|
i0.ɵɵproperty("ngIf", ctx_r26.popUpYesActionLabel);
|
|
11487
11487
|
} }
|
|
11488
|
-
const
|
|
11489
|
-
const
|
|
11488
|
+
const _c5$l = () => ({ width: "45vw" });
|
|
11489
|
+
const _c6$e = () => ({ "1200px": "660px", "992px": "660px", "768px": "660px", "576px": "100vw" });
|
|
11490
11490
|
function DynamicFormQuestionComponent_p_dialog_1_Template(rf, ctx) { if (rf & 1) {
|
|
11491
11491
|
const _r34 = i0.ɵɵgetCurrentView();
|
|
11492
11492
|
i0.ɵɵelementStart(0, "p-dialog", 9);
|
|
@@ -11499,8 +11499,8 @@ function DynamicFormQuestionComponent_p_dialog_1_Template(rf, ctx) { if (rf & 1)
|
|
|
11499
11499
|
i0.ɵɵelementEnd();
|
|
11500
11500
|
} if (rf & 2) {
|
|
11501
11501
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
11502
|
-
i0.ɵɵstyleMap(i0.ɵɵpureFunction0(12,
|
|
11503
|
-
i0.ɵɵproperty("visible", ctx_r0.displayPosition)("position", ctx_r0.position)("modal", true)("breakpoints", i0.ɵɵpureFunction0(13,
|
|
11502
|
+
i0.ɵɵstyleMap(i0.ɵɵpureFunction0(12, _c5$l));
|
|
11503
|
+
i0.ɵɵproperty("visible", ctx_r0.displayPosition)("position", ctx_r0.position)("modal", true)("breakpoints", i0.ɵɵpureFunction0(13, _c6$e))("baseZIndex", 5000)("draggable", false)("resizable", false);
|
|
11504
11504
|
i0.ɵɵattribute("aria-label", ctx_r0.question.title);
|
|
11505
11505
|
i0.ɵɵadvance(2);
|
|
11506
11506
|
i0.ɵɵtextInterpolate1(" ", ctx_r0.popUpHeader, " ");
|
|
@@ -11566,194 +11566,194 @@ function DynamicFormQuestionComponent_div_5_Template(rf, ctx) { if (rf & 1) {
|
|
|
11566
11566
|
i0.ɵɵproperty("innerHtml", i0.ɵɵpipeBind1(2, 2, i0.ɵɵpipeBind2(3, 4, ctx_r4.question.title, ctx_r4.dynamicParam)), i0.ɵɵsanitizeHtml);
|
|
11567
11567
|
} }
|
|
11568
11568
|
function DynamicFormQuestionComponent_div_6_app_employer_grid_1_Template(rf, ctx) { if (rf & 1) {
|
|
11569
|
-
const
|
|
11570
|
-
i0.ɵɵelementStart(0, "app-employer-grid", 34);
|
|
11571
|
-
i0.ɵɵlistener("modelDisplay", function DynamicFormQuestionComponent_div_6_app_employer_grid_1_Template_app_employer_grid_modelDisplay_0_listener($event) { i0.ɵɵrestoreView(
|
|
11569
|
+
const _r66 = i0.ɵɵgetCurrentView();
|
|
11570
|
+
i0.ɵɵelementStart(0, "app-employer-grid", 34, 35);
|
|
11571
|
+
i0.ɵɵlistener("modelDisplay", function DynamicFormQuestionComponent_div_6_app_employer_grid_1_Template_app_employer_grid_modelDisplay_0_listener($event) { i0.ɵɵrestoreView(_r66); const ctx_r65 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r65.onModelDisplay($event)); });
|
|
11572
11572
|
i0.ɵɵelementEnd();
|
|
11573
11573
|
} if (rf & 2) {
|
|
11574
11574
|
const ctx_r36 = i0.ɵɵnextContext(2);
|
|
11575
11575
|
i0.ɵɵproperty("formControlName", ctx_r36.question.name)("form", ctx_r36.form)("dynamicParam", ctx_r36.dynamicParam);
|
|
11576
11576
|
} }
|
|
11577
11577
|
function DynamicFormQuestionComponent_div_6_app_offline_employer_grid_2_Template(rf, ctx) { if (rf & 1) {
|
|
11578
|
-
const
|
|
11578
|
+
const _r68 = i0.ɵɵgetCurrentView();
|
|
11579
11579
|
i0.ɵɵelementStart(0, "app-offline-employer-grid", 34);
|
|
11580
|
-
i0.ɵɵlistener("modelDisplay", function DynamicFormQuestionComponent_div_6_app_offline_employer_grid_2_Template_app_offline_employer_grid_modelDisplay_0_listener($event) { i0.ɵɵrestoreView(
|
|
11580
|
+
i0.ɵɵlistener("modelDisplay", function DynamicFormQuestionComponent_div_6_app_offline_employer_grid_2_Template_app_offline_employer_grid_modelDisplay_0_listener($event) { i0.ɵɵrestoreView(_r68); const ctx_r67 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r67.onModelDisplay($event)); });
|
|
11581
11581
|
i0.ɵɵelementEnd();
|
|
11582
11582
|
} if (rf & 2) {
|
|
11583
11583
|
const ctx_r37 = i0.ɵɵnextContext(2);
|
|
11584
11584
|
i0.ɵɵproperty("formControlName", ctx_r37.question.name)("form", ctx_r37.form)("dynamicParam", ctx_r37.dynamicParam);
|
|
11585
11585
|
} }
|
|
11586
11586
|
function DynamicFormQuestionComponent_div_6_app_legal_disclaimar_3_Template(rf, ctx) { if (rf & 1) {
|
|
11587
|
-
const
|
|
11588
|
-
i0.ɵɵelementStart(0, "app-legal-disclaimar",
|
|
11589
|
-
i0.ɵɵlistener("accepted", function DynamicFormQuestionComponent_div_6_app_legal_disclaimar_3_Template_app_legal_disclaimar_accepted_0_listener($event) { i0.ɵɵrestoreView(
|
|
11587
|
+
const _r70 = i0.ɵɵgetCurrentView();
|
|
11588
|
+
i0.ɵɵelementStart(0, "app-legal-disclaimar", 36);
|
|
11589
|
+
i0.ɵɵlistener("accepted", function DynamicFormQuestionComponent_div_6_app_legal_disclaimar_3_Template_app_legal_disclaimar_accepted_0_listener($event) { i0.ɵɵrestoreView(_r70); const ctx_r69 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r69.onAccepted($event)); });
|
|
11590
11590
|
i0.ɵɵelementEnd();
|
|
11591
11591
|
} if (rf & 2) {
|
|
11592
11592
|
const ctx_r38 = i0.ɵɵnextContext(2);
|
|
11593
11593
|
i0.ɵɵproperty("componentData", ctx_r38.question.componentData)("question", ctx_r38.question)("form", ctx_r38.form);
|
|
11594
11594
|
} }
|
|
11595
11595
|
function DynamicFormQuestionComponent_div_6_app_offline_legal_disclaimar_4_Template(rf, ctx) { if (rf & 1) {
|
|
11596
|
-
const
|
|
11597
|
-
i0.ɵɵelementStart(0, "app-offline-legal-disclaimar",
|
|
11598
|
-
i0.ɵɵlistener("accepted", function DynamicFormQuestionComponent_div_6_app_offline_legal_disclaimar_4_Template_app_offline_legal_disclaimar_accepted_0_listener($event) { i0.ɵɵrestoreView(
|
|
11596
|
+
const _r72 = i0.ɵɵgetCurrentView();
|
|
11597
|
+
i0.ɵɵelementStart(0, "app-offline-legal-disclaimar", 36);
|
|
11598
|
+
i0.ɵɵlistener("accepted", function DynamicFormQuestionComponent_div_6_app_offline_legal_disclaimar_4_Template_app_offline_legal_disclaimar_accepted_0_listener($event) { i0.ɵɵrestoreView(_r72); const ctx_r71 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r71.onAccepted($event)); });
|
|
11599
11599
|
i0.ɵɵelementEnd();
|
|
11600
11600
|
} if (rf & 2) {
|
|
11601
11601
|
const ctx_r39 = i0.ɵɵnextContext(2);
|
|
11602
11602
|
i0.ɵɵproperty("componentData", ctx_r39.question.componentData)("question", ctx_r39.question)("form", ctx_r39.form);
|
|
11603
11603
|
} }
|
|
11604
11604
|
function DynamicFormQuestionComponent_div_6_money_expect_5_Template(rf, ctx) { if (rf & 1) {
|
|
11605
|
-
i0.ɵɵelement(0, "money-expect",
|
|
11605
|
+
i0.ɵɵelement(0, "money-expect", 37);
|
|
11606
11606
|
} if (rf & 2) {
|
|
11607
11607
|
const ctx_r40 = i0.ɵɵnextContext(2);
|
|
11608
11608
|
i0.ɵɵproperty("componentData", ctx_r40.question.componentData);
|
|
11609
11609
|
} }
|
|
11610
11610
|
function DynamicFormQuestionComponent_div_6_app_captcha_6_Template(rf, ctx) { if (rf & 1) {
|
|
11611
|
-
i0.ɵɵelement(0, "app-captcha",
|
|
11611
|
+
i0.ɵɵelement(0, "app-captcha", 38);
|
|
11612
11612
|
} if (rf & 2) {
|
|
11613
11613
|
const ctx_r41 = i0.ɵɵnextContext(2);
|
|
11614
11614
|
i0.ɵɵproperty("formControlName", ctx_r41.question.name);
|
|
11615
11615
|
} }
|
|
11616
11616
|
function DynamicFormQuestionComponent_div_6_app_file_uploader_7_Template(rf, ctx) { if (rf & 1) {
|
|
11617
|
-
i0.ɵɵelement(0, "app-file-uploader",
|
|
11617
|
+
i0.ɵɵelement(0, "app-file-uploader", 38);
|
|
11618
11618
|
} if (rf & 2) {
|
|
11619
11619
|
const ctx_r42 = i0.ɵɵnextContext(2);
|
|
11620
11620
|
i0.ɵɵproperty("formControlName", ctx_r42.question.name);
|
|
11621
11621
|
} }
|
|
11622
11622
|
function DynamicFormQuestionComponent_div_6_app_address_8_Template(rf, ctx) { if (rf & 1) {
|
|
11623
|
-
i0.ɵɵelement(0, "app-address",
|
|
11623
|
+
i0.ɵɵelement(0, "app-address", 39, 40);
|
|
11624
11624
|
} if (rf & 2) {
|
|
11625
11625
|
const ctx_r43 = i0.ɵɵnextContext(2);
|
|
11626
11626
|
i0.ɵɵproperty("formControlName", ctx_r43.question.name)("fromPopup", false)("countyRequired", ctx_r43.question.countyRequired)("questionaireForm", ctx_r43.questionaireForm)("inputId", ctx_r43.question.name)("componentData", ctx_r43.question.componentData)("diffMailAddress", (ctx_r43.form == null ? null : ctx_r43.form.controls["diffMailingAddress"] == null ? null : ctx_r43.form.controls["diffMailingAddress"].value) === "Y" || (ctx_r43.form == null ? null : ctx_r43.form.controls["diffmailaddress"] == null ? null : ctx_r43.form.controls["diffmailaddress"].value) === "Y" ? true : false)("enableAddressValidation", ctx_r43.isAddressValidationEnabled);
|
|
11627
11627
|
} }
|
|
11628
11628
|
function DynamicFormQuestionComponent_div_6_app_job_title_9_Template(rf, ctx) { if (rf & 1) {
|
|
11629
|
-
i0.ɵɵelement(0, "app-job-title",
|
|
11629
|
+
i0.ɵɵelement(0, "app-job-title", 41);
|
|
11630
11630
|
} if (rf & 2) {
|
|
11631
11631
|
const ctx_r44 = i0.ɵɵnextContext(2);
|
|
11632
11632
|
i0.ɵɵproperty("formControlName", ctx_r44.question.name)("isRequired", ctx_r44.question.isRequired);
|
|
11633
11633
|
} }
|
|
11634
11634
|
function DynamicFormQuestionComponent_div_6_app_bank_details_10_Template(rf, ctx) { if (rf & 1) {
|
|
11635
|
-
i0.ɵɵelement(0, "app-bank-details",
|
|
11635
|
+
i0.ɵɵelement(0, "app-bank-details", 38, 42);
|
|
11636
11636
|
} if (rf & 2) {
|
|
11637
11637
|
const ctx_r45 = i0.ɵɵnextContext(2);
|
|
11638
11638
|
i0.ɵɵproperty("formControlName", ctx_r45.question.name);
|
|
11639
11639
|
} }
|
|
11640
11640
|
function DynamicFormQuestionComponent_div_6_app_offline_bank_details_11_Template(rf, ctx) { if (rf & 1) {
|
|
11641
|
-
i0.ɵɵelement(0, "app-offline-bank-details",
|
|
11641
|
+
i0.ɵɵelement(0, "app-offline-bank-details", 38, 42);
|
|
11642
11642
|
} if (rf & 2) {
|
|
11643
11643
|
const ctx_r46 = i0.ɵɵnextContext(2);
|
|
11644
11644
|
i0.ɵɵproperty("formControlName", ctx_r46.question.name);
|
|
11645
11645
|
} }
|
|
11646
11646
|
function DynamicFormQuestionComponent_div_6_app_requalify_lift_previous_issues_12_Template(rf, ctx) { if (rf & 1) {
|
|
11647
|
-
i0.ɵɵelement(0, "app-requalify-lift-previous-issues",
|
|
11647
|
+
i0.ɵɵelement(0, "app-requalify-lift-previous-issues", 43);
|
|
11648
11648
|
} if (rf & 2) {
|
|
11649
11649
|
const ctx_r47 = i0.ɵɵnextContext(2);
|
|
11650
11650
|
i0.ɵɵproperty("formControlName", ctx_r47.question.name)("componentData", ctx_r47.question.componentData)("form", ctx_r47.form)("question", ctx_r47.question);
|
|
11651
11651
|
} }
|
|
11652
11652
|
function DynamicFormQuestionComponent_div_6_app_dependent_grid_13_Template(rf, ctx) { if (rf & 1) {
|
|
11653
|
-
i0.ɵɵelement(0, "app-dependent-grid",
|
|
11653
|
+
i0.ɵɵelement(0, "app-dependent-grid", 38);
|
|
11654
11654
|
} if (rf & 2) {
|
|
11655
11655
|
const ctx_r48 = i0.ɵɵnextContext(2);
|
|
11656
11656
|
i0.ɵɵproperty("formControlName", ctx_r48.question.name);
|
|
11657
11657
|
} }
|
|
11658
11658
|
function DynamicFormQuestionComponent_div_6_app_weekly_cert_employer_grid_14_Template(rf, ctx) { if (rf & 1) {
|
|
11659
|
-
i0.ɵɵelement(0, "app-weekly-cert-employer-grid",
|
|
11659
|
+
i0.ɵɵelement(0, "app-weekly-cert-employer-grid", 44, 45);
|
|
11660
11660
|
} if (rf & 2) {
|
|
11661
11661
|
const ctx_r49 = i0.ɵɵnextContext(2);
|
|
11662
11662
|
i0.ɵɵproperty("form", ctx_r49.form)("dynamicParam", ctx_r49.dynamicParam)("formControlName", ctx_r49.question.name);
|
|
11663
11663
|
} }
|
|
11664
11664
|
function DynamicFormQuestionComponent_div_6_app_search_employer_15_Template(rf, ctx) { if (rf & 1) {
|
|
11665
|
-
const
|
|
11666
|
-
i0.ɵɵelementStart(0, "app-search-employer",
|
|
11667
|
-
i0.ɵɵlistener("onFound", function DynamicFormQuestionComponent_div_6_app_search_employer_15_Template_app_search_employer_onFound_0_listener($event) { i0.ɵɵrestoreView(
|
|
11665
|
+
const _r78 = i0.ɵɵgetCurrentView();
|
|
11666
|
+
i0.ɵɵelementStart(0, "app-search-employer", 46);
|
|
11667
|
+
i0.ɵɵlistener("onFound", function DynamicFormQuestionComponent_div_6_app_search_employer_15_Template_app_search_employer_onFound_0_listener($event) { i0.ɵɵrestoreView(_r78); const ctx_r77 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r77.setEmployer($event)); })("onEmpty", function DynamicFormQuestionComponent_div_6_app_search_employer_15_Template_app_search_employer_onEmpty_0_listener() { i0.ɵɵrestoreView(_r78); const ctx_r79 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r79.resetEmployer()); });
|
|
11668
11668
|
i0.ɵɵelementEnd();
|
|
11669
11669
|
} if (rf & 2) {
|
|
11670
11670
|
const ctx_r50 = i0.ɵɵnextContext(2);
|
|
11671
11671
|
i0.ɵɵproperty("formControlName", ctx_r50.question.name);
|
|
11672
11672
|
} }
|
|
11673
11673
|
function DynamicFormQuestionComponent_div_6_app_add_participant_16_Template(rf, ctx) { if (rf & 1) {
|
|
11674
|
-
i0.ɵɵelement(0, "app-add-participant",
|
|
11674
|
+
i0.ɵɵelement(0, "app-add-participant", 47);
|
|
11675
11675
|
} if (rf & 2) {
|
|
11676
11676
|
const ctx_r51 = i0.ɵɵnextContext(2);
|
|
11677
11677
|
i0.ɵɵproperty("formControlName", ctx_r51.question.name)("dynamicParam", ctx_r51.dynamicParam);
|
|
11678
11678
|
} }
|
|
11679
11679
|
function DynamicFormQuestionComponent_div_6_app_add_payment_17_Template(rf, ctx) { if (rf & 1) {
|
|
11680
|
-
i0.ɵɵelement(0, "app-add-payment",
|
|
11680
|
+
i0.ɵɵelement(0, "app-add-payment", 48);
|
|
11681
11681
|
} if (rf & 2) {
|
|
11682
11682
|
const ctx_r52 = i0.ɵɵnextContext(2);
|
|
11683
11683
|
i0.ɵɵproperty("potentialIssueId", ctx_r52.potentialIssueId)("formControlName", ctx_r52.question.name);
|
|
11684
11684
|
} }
|
|
11685
11685
|
function DynamicFormQuestionComponent_div_6_app_link_18_Template(rf, ctx) { if (rf & 1) {
|
|
11686
|
-
i0.ɵɵelement(0, "app-link",
|
|
11686
|
+
i0.ɵɵelement(0, "app-link", 49);
|
|
11687
11687
|
} if (rf & 2) {
|
|
11688
11688
|
const ctx_r53 = i0.ɵɵnextContext(2);
|
|
11689
11689
|
i0.ɵɵproperty("isRequired", ctx_r53.question.isRequired)("formControlName", ctx_r53.question.name)("text", ctx_r53.linkComponentData == null ? null : ctx_r53.linkComponentData.text)("uri", ctx_r53.linkComponentData == null ? null : ctx_r53.linkComponentData.uri)("externalUrl", ctx_r53.linkComponentData == null ? null : ctx_r53.linkComponentData.externalUrl);
|
|
11690
11690
|
} }
|
|
11691
11691
|
function DynamicFormQuestionComponent_div_6_app_sign_ssn_19_Template(rf, ctx) { if (rf & 1) {
|
|
11692
|
-
i0.ɵɵelement(0, "app-sign-ssn",
|
|
11692
|
+
i0.ɵɵelement(0, "app-sign-ssn", 50);
|
|
11693
11693
|
} if (rf & 2) {
|
|
11694
11694
|
const ctx_r54 = i0.ɵɵnextContext(2);
|
|
11695
11695
|
i0.ɵɵproperty("isRequired", ctx_r54.question.isRequired)("formControlName", ctx_r54.question.name)("inputId", ctx_r54.question.name);
|
|
11696
11696
|
} }
|
|
11697
11697
|
function DynamicFormQuestionComponent_div_6_app_employer_pay_grid_20_Template(rf, ctx) { if (rf & 1) {
|
|
11698
|
-
i0.ɵɵelement(0, "app-employer-pay-grid",
|
|
11698
|
+
i0.ɵɵelement(0, "app-employer-pay-grid", 38);
|
|
11699
11699
|
} if (rf & 2) {
|
|
11700
11700
|
const ctx_r55 = i0.ɵɵnextContext(2);
|
|
11701
11701
|
i0.ɵɵproperty("formControlName", ctx_r55.question.name);
|
|
11702
11702
|
} }
|
|
11703
11703
|
function DynamicFormQuestionComponent_div_6_app_sms_21_Template(rf, ctx) { if (rf & 1) {
|
|
11704
|
-
const
|
|
11705
|
-
i0.ɵɵelementStart(0, "app-sms",
|
|
11706
|
-
i0.ɵɵlistener("accepted", function DynamicFormQuestionComponent_div_6_app_sms_21_Template_app_sms_accepted_0_listener($event) { i0.ɵɵrestoreView(
|
|
11704
|
+
const _r81 = i0.ɵɵgetCurrentView();
|
|
11705
|
+
i0.ɵɵelementStart(0, "app-sms", 51);
|
|
11706
|
+
i0.ɵɵlistener("accepted", function DynamicFormQuestionComponent_div_6_app_sms_21_Template_app_sms_accepted_0_listener($event) { i0.ɵɵrestoreView(_r81); const ctx_r80 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r80.onAcceptedOtp($event)); });
|
|
11707
11707
|
i0.ɵɵelementEnd();
|
|
11708
11708
|
} if (rf & 2) {
|
|
11709
11709
|
const ctx_r56 = i0.ɵɵnextContext(2);
|
|
11710
11710
|
i0.ɵɵproperty("formControlName", ctx_r56.question.name)("question", ctx_r56.question)("form", ctx_r56.form);
|
|
11711
11711
|
} }
|
|
11712
11712
|
function DynamicFormQuestionComponent_div_6_app_farm_usage_22_Template(rf, ctx) { if (rf & 1) {
|
|
11713
|
-
i0.ɵɵelement(0, "app-farm-usage",
|
|
11713
|
+
i0.ɵɵelement(0, "app-farm-usage", 38);
|
|
11714
11714
|
} if (rf & 2) {
|
|
11715
11715
|
const ctx_r57 = i0.ɵɵnextContext(2);
|
|
11716
11716
|
i0.ɵɵproperty("formControlName", ctx_r57.question.name);
|
|
11717
11717
|
} }
|
|
11718
11718
|
function DynamicFormQuestionComponent_div_6_app_wage_grid_23_Template(rf, ctx) { if (rf & 1) {
|
|
11719
|
-
i0.ɵɵelement(0, "app-wage-grid",
|
|
11719
|
+
i0.ɵɵelement(0, "app-wage-grid", 38);
|
|
11720
11720
|
} if (rf & 2) {
|
|
11721
11721
|
const ctx_r58 = i0.ɵɵnextContext(2);
|
|
11722
11722
|
i0.ɵɵproperty("formControlName", ctx_r58.question.name);
|
|
11723
11723
|
} }
|
|
11724
11724
|
function DynamicFormQuestionComponent_div_6_app_gross_earnings_24_Template(rf, ctx) { if (rf & 1) {
|
|
11725
|
-
i0.ɵɵelement(0, "app-gross-earnings",
|
|
11725
|
+
i0.ɵɵelement(0, "app-gross-earnings", 38);
|
|
11726
11726
|
} if (rf & 2) {
|
|
11727
11727
|
const ctx_r59 = i0.ɵɵnextContext(2);
|
|
11728
11728
|
i0.ɵɵproperty("formControlName", ctx_r59.question.name);
|
|
11729
11729
|
} }
|
|
11730
11730
|
function DynamicFormQuestionComponent_div_6_app_scrollable_text_25_Template(rf, ctx) { if (rf & 1) {
|
|
11731
|
-
i0.ɵɵelement(0, "app-scrollable-text",
|
|
11731
|
+
i0.ɵɵelement(0, "app-scrollable-text", 52);
|
|
11732
11732
|
} if (rf & 2) {
|
|
11733
11733
|
const ctx_r60 = i0.ɵɵnextContext(2);
|
|
11734
11734
|
i0.ɵɵproperty("componentData", ctx_r60.question.componentData)("formControlName", ctx_r60.question.name);
|
|
11735
11735
|
} }
|
|
11736
11736
|
function DynamicFormQuestionComponent_div_6_app_employer_info_26_Template(rf, ctx) { if (rf & 1) {
|
|
11737
|
-
i0.ɵɵelement(0, "app-employer-info",
|
|
11737
|
+
i0.ɵɵelement(0, "app-employer-info", 38);
|
|
11738
11738
|
} if (rf & 2) {
|
|
11739
11739
|
const ctx_r61 = i0.ɵɵnextContext(2);
|
|
11740
11740
|
i0.ɵɵproperty("formControlName", ctx_r61.question.name);
|
|
11741
11741
|
} }
|
|
11742
11742
|
function DynamicFormQuestionComponent_div_6_app_idme_27_Template(rf, ctx) { if (rf & 1) {
|
|
11743
|
-
i0.ɵɵelement(0, "app-idme",
|
|
11743
|
+
i0.ɵɵelement(0, "app-idme", 38);
|
|
11744
11744
|
} if (rf & 2) {
|
|
11745
11745
|
const ctx_r62 = i0.ɵɵnextContext(2);
|
|
11746
11746
|
i0.ɵɵproperty("formControlName", ctx_r62.question.name);
|
|
11747
11747
|
} }
|
|
11748
11748
|
function DynamicFormQuestionComponent_div_6_app_wage_calculator_28_Template(rf, ctx) { if (rf & 1) {
|
|
11749
|
-
i0.ɵɵelement(0, "app-wage-calculator",
|
|
11749
|
+
i0.ɵɵelement(0, "app-wage-calculator", 38);
|
|
11750
11750
|
} if (rf & 2) {
|
|
11751
11751
|
const ctx_r63 = i0.ɵɵnextContext(2);
|
|
11752
11752
|
i0.ɵɵproperty("formControlName", ctx_r63.question.name);
|
|
11753
11753
|
} }
|
|
11754
11754
|
function DynamicFormQuestionComponent_div_6_Template(rf, ctx) { if (rf & 1) {
|
|
11755
11755
|
i0.ɵɵelementStart(0, "div");
|
|
11756
|
-
i0.ɵɵtemplate(1, DynamicFormQuestionComponent_div_6_app_employer_grid_1_Template,
|
|
11756
|
+
i0.ɵɵtemplate(1, DynamicFormQuestionComponent_div_6_app_employer_grid_1_Template, 2, 3, "app-employer-grid", 19)(2, DynamicFormQuestionComponent_div_6_app_offline_employer_grid_2_Template, 1, 3, "app-offline-employer-grid", 19)(3, DynamicFormQuestionComponent_div_6_app_legal_disclaimar_3_Template, 1, 3, "app-legal-disclaimar", 20)(4, DynamicFormQuestionComponent_div_6_app_offline_legal_disclaimar_4_Template, 1, 3, "app-offline-legal-disclaimar", 20)(5, DynamicFormQuestionComponent_div_6_money_expect_5_Template, 1, 1, "money-expect", 21)(6, DynamicFormQuestionComponent_div_6_app_captcha_6_Template, 1, 1, "app-captcha", 22)(7, DynamicFormQuestionComponent_div_6_app_file_uploader_7_Template, 1, 1, "app-file-uploader", 22)(8, DynamicFormQuestionComponent_div_6_app_address_8_Template, 2, 8, "app-address", 23)(9, DynamicFormQuestionComponent_div_6_app_job_title_9_Template, 1, 2, "app-job-title", 24)(10, DynamicFormQuestionComponent_div_6_app_bank_details_10_Template, 2, 1, "app-bank-details", 22)(11, DynamicFormQuestionComponent_div_6_app_offline_bank_details_11_Template, 2, 1, "app-offline-bank-details", 22)(12, DynamicFormQuestionComponent_div_6_app_requalify_lift_previous_issues_12_Template, 1, 4, "app-requalify-lift-previous-issues", 25)(13, DynamicFormQuestionComponent_div_6_app_dependent_grid_13_Template, 1, 1, "app-dependent-grid", 22)(14, DynamicFormQuestionComponent_div_6_app_weekly_cert_employer_grid_14_Template, 2, 3, "app-weekly-cert-employer-grid", 26)(15, DynamicFormQuestionComponent_div_6_app_search_employer_15_Template, 1, 1, "app-search-employer", 27)(16, DynamicFormQuestionComponent_div_6_app_add_participant_16_Template, 1, 2, "app-add-participant", 28)(17, DynamicFormQuestionComponent_div_6_app_add_payment_17_Template, 1, 2, "app-add-payment", 29)(18, DynamicFormQuestionComponent_div_6_app_link_18_Template, 1, 5, "app-link", 30)(19, DynamicFormQuestionComponent_div_6_app_sign_ssn_19_Template, 1, 3, "app-sign-ssn", 31)(20, DynamicFormQuestionComponent_div_6_app_employer_pay_grid_20_Template, 1, 1, "app-employer-pay-grid", 22)(21, DynamicFormQuestionComponent_div_6_app_sms_21_Template, 1, 3, "app-sms", 32)(22, DynamicFormQuestionComponent_div_6_app_farm_usage_22_Template, 1, 1, "app-farm-usage", 22)(23, DynamicFormQuestionComponent_div_6_app_wage_grid_23_Template, 1, 1, "app-wage-grid", 22)(24, DynamicFormQuestionComponent_div_6_app_gross_earnings_24_Template, 1, 1, "app-gross-earnings", 22)(25, DynamicFormQuestionComponent_div_6_app_scrollable_text_25_Template, 1, 2, "app-scrollable-text", 33)(26, DynamicFormQuestionComponent_div_6_app_employer_info_26_Template, 1, 1, "app-employer-info", 22)(27, DynamicFormQuestionComponent_div_6_app_idme_27_Template, 1, 1, "app-idme", 22)(28, DynamicFormQuestionComponent_div_6_app_wage_calculator_28_Template, 1, 1, "app-wage-calculator", 22);
|
|
11757
11757
|
i0.ɵɵelementEnd();
|
|
11758
11758
|
} if (rf & 2) {
|
|
11759
11759
|
const ctx_r5 = i0.ɵɵnextContext();
|
|
@@ -11827,21 +11827,21 @@ function DynamicFormQuestionComponent_div_7_Template(rf, ctx) { if (rf & 1) {
|
|
|
11827
11827
|
i0.ɵɵproperty("innerHtml", i0.ɵɵpipeBind1(2, 2, i0.ɵɵpipeBind2(3, 4, ctx_r6.question.title, ctx_r6.dynamicParam)), i0.ɵɵsanitizeHtml);
|
|
11828
11828
|
} }
|
|
11829
11829
|
function DynamicFormQuestionComponent_div_8_div_4_Template(rf, ctx) { if (rf & 1) {
|
|
11830
|
-
i0.ɵɵelementStart(0, "div",
|
|
11831
|
-
i0.ɵɵelement(1, "app-overlay-info",
|
|
11830
|
+
i0.ɵɵelementStart(0, "div", 56);
|
|
11831
|
+
i0.ɵɵelement(1, "app-overlay-info", 57);
|
|
11832
11832
|
i0.ɵɵpipe(2, "dynamicTranslate");
|
|
11833
11833
|
i0.ɵɵelementEnd();
|
|
11834
11834
|
} if (rf & 2) {
|
|
11835
|
-
const
|
|
11835
|
+
const ctx_r82 = i0.ɵɵnextContext(2);
|
|
11836
11836
|
i0.ɵɵadvance(1);
|
|
11837
|
-
i0.ɵɵproperty("overlayText", i0.ɵɵpipeBind2(2, 1,
|
|
11837
|
+
i0.ɵɵproperty("overlayText", i0.ɵɵpipeBind2(2, 1, ctx_r82.question.description, ctx_r82.dynamicParam));
|
|
11838
11838
|
} }
|
|
11839
11839
|
function DynamicFormQuestionComponent_div_8_Template(rf, ctx) { if (rf & 1) {
|
|
11840
|
-
i0.ɵɵelementStart(0, "div",
|
|
11841
|
-
i0.ɵɵelement(1, "div",
|
|
11840
|
+
i0.ɵɵelementStart(0, "div", 53);
|
|
11841
|
+
i0.ɵɵelement(1, "div", 54);
|
|
11842
11842
|
i0.ɵɵpipe(2, "trustHtml");
|
|
11843
11843
|
i0.ɵɵpipe(3, "dynamicTranslate");
|
|
11844
|
-
i0.ɵɵtemplate(4, DynamicFormQuestionComponent_div_8_div_4_Template, 3, 4, "div",
|
|
11844
|
+
i0.ɵɵtemplate(4, DynamicFormQuestionComponent_div_8_div_4_Template, 3, 4, "div", 55);
|
|
11845
11845
|
i0.ɵɵelementEnd();
|
|
11846
11846
|
} if (rf & 2) {
|
|
11847
11847
|
const ctx_r7 = i0.ɵɵnextContext();
|
|
@@ -11851,33 +11851,21 @@ function DynamicFormQuestionComponent_div_8_Template(rf, ctx) { if (rf & 1) {
|
|
|
11851
11851
|
i0.ɵɵproperty("ngIf", ctx_r7.question.description);
|
|
11852
11852
|
} }
|
|
11853
11853
|
function DynamicFormQuestionComponent_ng_container_10_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
11854
|
-
const
|
|
11855
|
-
i0.ɵɵelementStart(0, "div")(1, "div",
|
|
11856
|
-
i0.ɵɵlistener("onBlur", function DynamicFormQuestionComponent_ng_container_10_div_2_Template_p_calendar_onBlur_2_listener() { i0.ɵɵrestoreView(
|
|
11854
|
+
const _r98 = i0.ɵɵgetCurrentView();
|
|
11855
|
+
i0.ɵɵelementStart(0, "div")(1, "div", 60)(2, "p-calendar", 61);
|
|
11856
|
+
i0.ɵɵlistener("onBlur", function DynamicFormQuestionComponent_ng_container_10_div_2_Template_p_calendar_onBlur_2_listener() { i0.ɵɵrestoreView(_r98); const ctx_r97 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r97.validate(ctx_r97.question)); })("onSelect", function DynamicFormQuestionComponent_ng_container_10_div_2_Template_p_calendar_onSelect_2_listener() { i0.ɵɵrestoreView(_r98); const ctx_r99 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r99.validate(ctx_r99.question)); })("onInput", function DynamicFormQuestionComponent_ng_container_10_div_2_Template_p_calendar_onInput_2_listener($event) { i0.ɵɵrestoreView(_r98); const ctx_r100 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r100.dateInput($event)); });
|
|
11857
11857
|
i0.ɵɵelementEnd()()();
|
|
11858
|
-
} if (rf & 2) {
|
|
11859
|
-
const ctx_r82 = i0.ɵɵnextContext(2);
|
|
11860
|
-
i0.ɵɵadvance(1);
|
|
11861
|
-
i0.ɵɵproperty("ngStyle", ctx_r82.setStyle(ctx_r82.question.indent));
|
|
11862
|
-
i0.ɵɵadvance(1);
|
|
11863
|
-
i0.ɵɵproperty("formControlName", ctx_r82.question.name)("inputId", ctx_r82.question.name)("monthNavigator", true)("yearNavigator", true)("showIcon", true)("minDate", ctx_r82.showMinDate ? ctx_r82.minDate : null)("maxDate", ctx_r82.showMaxDate ? ctx_r82.maxDate : null)("showOnFocus", false)("iconAriaLabel", ctx_r82.question.title);
|
|
11864
|
-
} }
|
|
11865
|
-
function DynamicFormQuestionComponent_ng_container_10_div_3_Template(rf, ctx) { if (rf & 1) {
|
|
11866
|
-
const _r101 = i0.ɵɵgetCurrentView();
|
|
11867
|
-
i0.ɵɵelementStart(0, "div", 59)(1, "p-inputMask", 61);
|
|
11868
|
-
i0.ɵɵlistener("onComplete", function DynamicFormQuestionComponent_ng_container_10_div_3_Template_p_inputMask_onComplete_1_listener() { i0.ɵɵrestoreView(_r101); const ctx_r100 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r100.validate(ctx_r100.question)); })("onFocus", function DynamicFormQuestionComponent_ng_container_10_div_3_Template_p_inputMask_onFocus_1_listener($event) { i0.ɵɵrestoreView(_r101); const ctx_r102 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r102.unmask($event)); })("onBlur", function DynamicFormQuestionComponent_ng_container_10_div_3_Template_p_inputMask_onBlur_1_listener($event) { i0.ɵɵrestoreView(_r101); const ctx_r103 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r103.mask($event)); });
|
|
11869
|
-
i0.ɵɵelementEnd()();
|
|
11870
11858
|
} if (rf & 2) {
|
|
11871
11859
|
const ctx_r83 = i0.ɵɵnextContext(2);
|
|
11860
|
+
i0.ɵɵadvance(1);
|
|
11872
11861
|
i0.ɵɵproperty("ngStyle", ctx_r83.setStyle(ctx_r83.question.indent));
|
|
11873
11862
|
i0.ɵɵadvance(1);
|
|
11874
|
-
i0.ɵɵproperty("
|
|
11875
|
-
i0.ɵɵattribute("aria-label", ctx_r83.question.title);
|
|
11863
|
+
i0.ɵɵproperty("formControlName", ctx_r83.question.name)("inputId", ctx_r83.question.name)("monthNavigator", true)("yearNavigator", true)("showIcon", true)("minDate", ctx_r83.showMinDate ? ctx_r83.minDate : null)("maxDate", ctx_r83.showMaxDate ? ctx_r83.maxDate : null)("showOnFocus", false)("iconAriaLabel", ctx_r83.question.title);
|
|
11876
11864
|
} }
|
|
11877
|
-
function
|
|
11878
|
-
const
|
|
11879
|
-
i0.ɵɵelementStart(0, "div",
|
|
11880
|
-
i0.ɵɵlistener("onComplete", function
|
|
11865
|
+
function DynamicFormQuestionComponent_ng_container_10_div_3_Template(rf, ctx) { if (rf & 1) {
|
|
11866
|
+
const _r102 = i0.ɵɵgetCurrentView();
|
|
11867
|
+
i0.ɵɵelementStart(0, "div", 60)(1, "p-inputMask", 62);
|
|
11868
|
+
i0.ɵɵlistener("onComplete", function DynamicFormQuestionComponent_ng_container_10_div_3_Template_p_inputMask_onComplete_1_listener() { i0.ɵɵrestoreView(_r102); const ctx_r101 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r101.validate(ctx_r101.question)); })("onFocus", function DynamicFormQuestionComponent_ng_container_10_div_3_Template_p_inputMask_onFocus_1_listener($event) { i0.ɵɵrestoreView(_r102); const ctx_r103 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r103.unmask($event)); })("onBlur", function DynamicFormQuestionComponent_ng_container_10_div_3_Template_p_inputMask_onBlur_1_listener($event) { i0.ɵɵrestoreView(_r102); const ctx_r104 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r104.mask($event)); });
|
|
11881
11869
|
i0.ɵɵelementEnd()();
|
|
11882
11870
|
} if (rf & 2) {
|
|
11883
11871
|
const ctx_r84 = i0.ɵɵnextContext(2);
|
|
@@ -11886,278 +11874,290 @@ function DynamicFormQuestionComponent_ng_container_10_div_4_Template(rf, ctx) {
|
|
|
11886
11874
|
i0.ɵɵproperty("inputId", ctx_r84.question.name)("formControlName", ctx_r84.question.name)("type", ctx_r84.type);
|
|
11887
11875
|
i0.ɵɵattribute("aria-label", ctx_r84.question.title);
|
|
11888
11876
|
} }
|
|
11889
|
-
function
|
|
11890
|
-
const
|
|
11891
|
-
i0.ɵɵelementStart(0, "div",
|
|
11892
|
-
i0.ɵɵlistener("onComplete", function
|
|
11877
|
+
function DynamicFormQuestionComponent_ng_container_10_div_4_Template(rf, ctx) { if (rf & 1) {
|
|
11878
|
+
const _r106 = i0.ɵɵgetCurrentView();
|
|
11879
|
+
i0.ɵɵelementStart(0, "div", 60)(1, "p-inputMask", 63);
|
|
11880
|
+
i0.ɵɵlistener("onComplete", function DynamicFormQuestionComponent_ng_container_10_div_4_Template_p_inputMask_onComplete_1_listener() { i0.ɵɵrestoreView(_r106); const ctx_r105 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r105.validate(ctx_r105.question)); })("onFocus", function DynamicFormQuestionComponent_ng_container_10_div_4_Template_p_inputMask_onFocus_1_listener($event) { i0.ɵɵrestoreView(_r106); const ctx_r107 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r107.unmask($event)); })("onBlur", function DynamicFormQuestionComponent_ng_container_10_div_4_Template_p_inputMask_onBlur_1_listener($event) { i0.ɵɵrestoreView(_r106); const ctx_r108 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r108.mask($event)); });
|
|
11893
11881
|
i0.ɵɵelementEnd()();
|
|
11894
11882
|
} if (rf & 2) {
|
|
11895
11883
|
const ctx_r85 = i0.ɵɵnextContext(2);
|
|
11896
11884
|
i0.ɵɵproperty("ngStyle", ctx_r85.setStyle(ctx_r85.question.indent));
|
|
11897
11885
|
i0.ɵɵadvance(1);
|
|
11898
|
-
i0.ɵɵproperty("inputId", ctx_r85.question.name)("formControlName", ctx_r85.question.name)("
|
|
11886
|
+
i0.ɵɵproperty("inputId", ctx_r85.question.name)("formControlName", ctx_r85.question.name)("type", ctx_r85.type);
|
|
11887
|
+
i0.ɵɵattribute("aria-label", ctx_r85.question.title);
|
|
11899
11888
|
} }
|
|
11900
|
-
function
|
|
11901
|
-
i0.ɵɵ
|
|
11902
|
-
i0.ɵɵ
|
|
11903
|
-
i0.ɵɵ
|
|
11889
|
+
function DynamicFormQuestionComponent_ng_container_10_div_5_Template(rf, ctx) { if (rf & 1) {
|
|
11890
|
+
const _r110 = i0.ɵɵgetCurrentView();
|
|
11891
|
+
i0.ɵɵelementStart(0, "div", 60)(1, "p-inputMask", 64);
|
|
11892
|
+
i0.ɵɵlistener("onComplete", function DynamicFormQuestionComponent_ng_container_10_div_5_Template_p_inputMask_onComplete_1_listener() { i0.ɵɵrestoreView(_r110); const ctx_r109 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r109.validate(ctx_r109.question)); });
|
|
11893
|
+
i0.ɵɵelementEnd()();
|
|
11904
11894
|
} if (rf & 2) {
|
|
11905
11895
|
const ctx_r86 = i0.ɵɵnextContext(2);
|
|
11906
11896
|
i0.ɵɵproperty("ngStyle", ctx_r86.setStyle(ctx_r86.question.indent));
|
|
11907
11897
|
i0.ɵɵadvance(1);
|
|
11908
|
-
i0.ɵɵproperty("inputId", ctx_r86.question.name)("formControlName", ctx_r86.question.name)("
|
|
11898
|
+
i0.ɵɵproperty("inputId", ctx_r86.question.name)("formControlName", ctx_r86.question.name)("value", 81 - 586 - 0 - 1);
|
|
11909
11899
|
} }
|
|
11910
|
-
function
|
|
11911
|
-
i0.ɵɵ
|
|
11900
|
+
function DynamicFormQuestionComponent_ng_container_10_div_6_Template(rf, ctx) { if (rf & 1) {
|
|
11901
|
+
i0.ɵɵelementStart(0, "div", 60);
|
|
11902
|
+
i0.ɵɵelement(1, "p-inputNumber", 65);
|
|
11903
|
+
i0.ɵɵelementEnd();
|
|
11912
11904
|
} if (rf & 2) {
|
|
11913
|
-
const
|
|
11914
|
-
i0.ɵɵproperty("
|
|
11915
|
-
i0.ɵɵ
|
|
11905
|
+
const ctx_r87 = i0.ɵɵnextContext(2);
|
|
11906
|
+
i0.ɵɵproperty("ngStyle", ctx_r87.setStyle(ctx_r87.question.indent));
|
|
11907
|
+
i0.ɵɵadvance(1);
|
|
11908
|
+
i0.ɵɵproperty("inputId", ctx_r87.question.name)("formControlName", ctx_r87.question.name)("minFractionDigits", 2)("ariaLabel", ctx_r87.question.title);
|
|
11916
11909
|
} }
|
|
11917
|
-
function
|
|
11910
|
+
function DynamicFormQuestionComponent_ng_container_10_div_7_input_1_Template(rf, ctx) { if (rf & 1) {
|
|
11918
11911
|
i0.ɵɵelement(0, "input", 69);
|
|
11919
11912
|
} if (rf & 2) {
|
|
11920
11913
|
const ctx_r111 = i0.ɵɵnextContext(3);
|
|
11921
|
-
i0.ɵɵproperty("placeholder", ctx_r111.question.placeholder || ctx_r111.question.placeholder === "" ? ctx_r111.question.placeholder : "Optional")("id", ctx_r111.question.name)("formControlName", ctx_r111.question.name);
|
|
11914
|
+
i0.ɵɵproperty("maxLength", ctx_r111.question.maxLength)("placeholder", ctx_r111.question.placeholder || ctx_r111.question.placeholder === "" ? ctx_r111.question.placeholder : "Optional")("id", ctx_r111.question.name)("formControlName", ctx_r111.question.name);
|
|
11922
11915
|
i0.ɵɵattribute("aria-label", ctx_r111.question.title);
|
|
11923
11916
|
} }
|
|
11924
|
-
function
|
|
11925
|
-
i0.ɵɵelement(0, "input",
|
|
11917
|
+
function DynamicFormQuestionComponent_ng_container_10_div_7_input_2_Template(rf, ctx) { if (rf & 1) {
|
|
11918
|
+
i0.ɵɵelement(0, "input", 70);
|
|
11926
11919
|
} if (rf & 2) {
|
|
11927
11920
|
const ctx_r112 = i0.ɵɵnextContext(3);
|
|
11928
|
-
i0.ɵɵproperty("
|
|
11921
|
+
i0.ɵɵproperty("placeholder", ctx_r112.question.placeholder || ctx_r112.question.placeholder === "" ? ctx_r112.question.placeholder : "Optional")("id", ctx_r112.question.name)("formControlName", ctx_r112.question.name);
|
|
11922
|
+
i0.ɵɵattribute("aria-label", ctx_r112.question.title);
|
|
11929
11923
|
} }
|
|
11930
|
-
function
|
|
11931
|
-
i0.ɵɵelement(0, "input",
|
|
11924
|
+
function DynamicFormQuestionComponent_ng_container_10_div_7_input_3_Template(rf, ctx) { if (rf & 1) {
|
|
11925
|
+
i0.ɵɵelement(0, "input", 69);
|
|
11932
11926
|
} if (rf & 2) {
|
|
11933
11927
|
const ctx_r113 = i0.ɵɵnextContext(3);
|
|
11934
|
-
i0.ɵɵproperty("
|
|
11935
|
-
|
|
11928
|
+
i0.ɵɵproperty("maxLength", ctx_r113.question.maxLength)("placeholder", ctx_r113.question.placeholder || ctx_r113.question.placeholder === "" ? ctx_r113.question.placeholder : "Optional")("id", ctx_r113.question.name)("formControlName", ctx_r113.question.name);
|
|
11929
|
+
} }
|
|
11930
|
+
function DynamicFormQuestionComponent_ng_container_10_div_7_input_4_Template(rf, ctx) { if (rf & 1) {
|
|
11931
|
+
i0.ɵɵelement(0, "input", 71);
|
|
11932
|
+
} if (rf & 2) {
|
|
11933
|
+
const ctx_r114 = i0.ɵɵnextContext(3);
|
|
11934
|
+
i0.ɵɵproperty("id", ctx_r114.question.name)("formControlName", ctx_r114.question.name)("placeholder", ctx_r114.question.placeholder || ctx_r114.question.placeholder === "" ? ctx_r114.question.placeholder : "Optional");
|
|
11935
|
+
i0.ɵɵattribute("aria-label", ctx_r114.question.title);
|
|
11936
11936
|
} }
|
|
11937
11937
|
function DynamicFormQuestionComponent_ng_container_10_div_7_Template(rf, ctx) { if (rf & 1) {
|
|
11938
|
-
i0.ɵɵelementStart(0, "div",
|
|
11939
|
-
i0.ɵɵtemplate(1, DynamicFormQuestionComponent_ng_container_10_div_7_input_1_Template, 1, 5, "input",
|
|
11938
|
+
i0.ɵɵelementStart(0, "div", 60);
|
|
11939
|
+
i0.ɵɵtemplate(1, DynamicFormQuestionComponent_ng_container_10_div_7_input_1_Template, 1, 5, "input", 66)(2, DynamicFormQuestionComponent_ng_container_10_div_7_input_2_Template, 1, 4, "input", 67)(3, DynamicFormQuestionComponent_ng_container_10_div_7_input_3_Template, 1, 4, "input", 66)(4, DynamicFormQuestionComponent_ng_container_10_div_7_input_4_Template, 1, 4, "input", 68);
|
|
11940
11940
|
i0.ɵɵelementEnd();
|
|
11941
11941
|
} if (rf & 2) {
|
|
11942
|
-
const
|
|
11943
|
-
i0.ɵɵproperty("ngStyle",
|
|
11942
|
+
const ctx_r88 = i0.ɵɵnextContext(2);
|
|
11943
|
+
i0.ɵɵproperty("ngStyle", ctx_r88.setStyle(ctx_r88.question.indent));
|
|
11944
11944
|
i0.ɵɵadvance(1);
|
|
11945
|
-
i0.ɵɵproperty("ngIf",
|
|
11945
|
+
i0.ɵɵproperty("ngIf", ctx_r88.question.size && ctx_r88.question.maxLength);
|
|
11946
11946
|
i0.ɵɵadvance(1);
|
|
11947
|
-
i0.ɵɵproperty("ngIf",
|
|
11947
|
+
i0.ɵɵproperty("ngIf", ctx_r88.question.size && !ctx_r88.question.maxLength);
|
|
11948
11948
|
i0.ɵɵadvance(1);
|
|
11949
|
-
i0.ɵɵproperty("ngIf", !
|
|
11949
|
+
i0.ɵɵproperty("ngIf", !ctx_r88.question.size && ctx_r88.question.maxLength);
|
|
11950
11950
|
i0.ɵɵadvance(1);
|
|
11951
|
-
i0.ɵɵproperty("ngIf", !
|
|
11951
|
+
i0.ɵɵproperty("ngIf", !ctx_r88.question.size && !ctx_r88.question.maxLength);
|
|
11952
11952
|
} }
|
|
11953
11953
|
function DynamicFormQuestionComponent_ng_container_10_div_8_input_1_Template(rf, ctx) { if (rf & 1) {
|
|
11954
|
-
i0.ɵɵelement(0, "input",
|
|
11955
|
-
} if (rf & 2) {
|
|
11956
|
-
const ctx_r114 = i0.ɵɵnextContext(3);
|
|
11957
|
-
i0.ɵɵproperty("maxLength", ctx_r114.question.maxLength)("id", ctx_r114.question.name)("formControlName", ctx_r114.question.name)("placeholder", ctx_r114.question.placeholder ? ctx_r114.question.placeholder : "");
|
|
11958
|
-
i0.ɵɵattribute("aria-label", ctx_r114.question.title);
|
|
11959
|
-
} }
|
|
11960
|
-
function DynamicFormQuestionComponent_ng_container_10_div_8_input_2_Template(rf, ctx) { if (rf & 1) {
|
|
11961
|
-
i0.ɵɵelement(0, "input", 70);
|
|
11954
|
+
i0.ɵɵelement(0, "input", 73);
|
|
11962
11955
|
} if (rf & 2) {
|
|
11963
11956
|
const ctx_r115 = i0.ɵɵnextContext(3);
|
|
11964
|
-
i0.ɵɵproperty("id", ctx_r115.question.name)("formControlName", ctx_r115.question.name)("placeholder", ctx_r115.question.placeholder ? ctx_r115.question.placeholder : "");
|
|
11957
|
+
i0.ɵɵproperty("maxLength", ctx_r115.question.maxLength)("id", ctx_r115.question.name)("formControlName", ctx_r115.question.name)("placeholder", ctx_r115.question.placeholder ? ctx_r115.question.placeholder : "");
|
|
11965
11958
|
i0.ɵɵattribute("aria-label", ctx_r115.question.title);
|
|
11966
11959
|
} }
|
|
11967
|
-
function
|
|
11968
|
-
i0.ɵɵelement(0, "input",
|
|
11960
|
+
function DynamicFormQuestionComponent_ng_container_10_div_8_input_2_Template(rf, ctx) { if (rf & 1) {
|
|
11961
|
+
i0.ɵɵelement(0, "input", 71);
|
|
11969
11962
|
} if (rf & 2) {
|
|
11970
11963
|
const ctx_r116 = i0.ɵɵnextContext(3);
|
|
11971
|
-
i0.ɵɵproperty("
|
|
11964
|
+
i0.ɵɵproperty("id", ctx_r116.question.name)("formControlName", ctx_r116.question.name)("placeholder", ctx_r116.question.placeholder ? ctx_r116.question.placeholder : "");
|
|
11972
11965
|
i0.ɵɵattribute("aria-label", ctx_r116.question.title);
|
|
11973
11966
|
} }
|
|
11974
|
-
function
|
|
11975
|
-
i0.ɵɵelement(0, "input",
|
|
11967
|
+
function DynamicFormQuestionComponent_ng_container_10_div_8_input_3_Template(rf, ctx) { if (rf & 1) {
|
|
11968
|
+
i0.ɵɵelement(0, "input", 73);
|
|
11976
11969
|
} if (rf & 2) {
|
|
11977
11970
|
const ctx_r117 = i0.ɵɵnextContext(3);
|
|
11978
|
-
i0.ɵɵproperty("id", ctx_r117.question.name)("formControlName", ctx_r117.question.name)("placeholder", ctx_r117.question.placeholder ? ctx_r117.question.placeholder : "");
|
|
11971
|
+
i0.ɵɵproperty("maxLength", ctx_r117.question.maxLength)("id", ctx_r117.question.name)("formControlName", ctx_r117.question.name)("placeholder", ctx_r117.question.placeholder ? ctx_r117.question.placeholder : "");
|
|
11979
11972
|
i0.ɵɵattribute("aria-label", ctx_r117.question.title);
|
|
11980
11973
|
} }
|
|
11974
|
+
function DynamicFormQuestionComponent_ng_container_10_div_8_input_4_Template(rf, ctx) { if (rf & 1) {
|
|
11975
|
+
i0.ɵɵelement(0, "input", 71);
|
|
11976
|
+
} if (rf & 2) {
|
|
11977
|
+
const ctx_r118 = i0.ɵɵnextContext(3);
|
|
11978
|
+
i0.ɵɵproperty("id", ctx_r118.question.name)("formControlName", ctx_r118.question.name)("placeholder", ctx_r118.question.placeholder ? ctx_r118.question.placeholder : "");
|
|
11979
|
+
i0.ɵɵattribute("aria-label", ctx_r118.question.title);
|
|
11980
|
+
} }
|
|
11981
11981
|
function DynamicFormQuestionComponent_ng_container_10_div_8_Template(rf, ctx) { if (rf & 1) {
|
|
11982
|
-
i0.ɵɵelementStart(0, "div",
|
|
11983
|
-
i0.ɵɵtemplate(1, DynamicFormQuestionComponent_ng_container_10_div_8_input_1_Template, 1, 5, "input",
|
|
11982
|
+
i0.ɵɵelementStart(0, "div", 60);
|
|
11983
|
+
i0.ɵɵtemplate(1, DynamicFormQuestionComponent_ng_container_10_div_8_input_1_Template, 1, 5, "input", 72)(2, DynamicFormQuestionComponent_ng_container_10_div_8_input_2_Template, 1, 4, "input", 68)(3, DynamicFormQuestionComponent_ng_container_10_div_8_input_3_Template, 1, 5, "input", 72)(4, DynamicFormQuestionComponent_ng_container_10_div_8_input_4_Template, 1, 4, "input", 68);
|
|
11984
11984
|
i0.ɵɵelementEnd();
|
|
11985
11985
|
} if (rf & 2) {
|
|
11986
|
-
const
|
|
11987
|
-
i0.ɵɵproperty("ngStyle",
|
|
11986
|
+
const ctx_r89 = i0.ɵɵnextContext(2);
|
|
11987
|
+
i0.ɵɵproperty("ngStyle", ctx_r89.setStyle(ctx_r89.question.indent));
|
|
11988
11988
|
i0.ɵɵadvance(1);
|
|
11989
|
-
i0.ɵɵproperty("ngIf",
|
|
11989
|
+
i0.ɵɵproperty("ngIf", ctx_r89.question.size && ctx_r89.question.maxLength);
|
|
11990
11990
|
i0.ɵɵadvance(1);
|
|
11991
|
-
i0.ɵɵproperty("ngIf",
|
|
11991
|
+
i0.ɵɵproperty("ngIf", ctx_r89.question.size && !ctx_r89.question.maxLength);
|
|
11992
11992
|
i0.ɵɵadvance(1);
|
|
11993
|
-
i0.ɵɵproperty("ngIf", !
|
|
11993
|
+
i0.ɵɵproperty("ngIf", !ctx_r89.question.size && ctx_r89.question.maxLength);
|
|
11994
11994
|
i0.ɵɵadvance(1);
|
|
11995
|
-
i0.ɵɵproperty("ngIf", !
|
|
11995
|
+
i0.ɵɵproperty("ngIf", !ctx_r89.question.size && !ctx_r89.question.maxLength);
|
|
11996
11996
|
} }
|
|
11997
|
-
const
|
|
11997
|
+
const _c7$a = a0 => ({ "padding-left.px": a0 });
|
|
11998
11998
|
function DynamicFormQuestionComponent_ng_container_10_div_9_Template(rf, ctx) { if (rf & 1) {
|
|
11999
|
-
i0.ɵɵelementStart(0, "div",
|
|
12000
|
-
i0.ɵɵelement(1, "input",
|
|
11999
|
+
i0.ɵɵelementStart(0, "div", 60);
|
|
12000
|
+
i0.ɵɵelement(1, "input", 71);
|
|
12001
12001
|
i0.ɵɵelementEnd();
|
|
12002
12002
|
} if (rf & 2) {
|
|
12003
|
-
const
|
|
12004
|
-
i0.ɵɵproperty("ngStyle", i0.ɵɵpureFunction1(6,
|
|
12003
|
+
const ctx_r90 = i0.ɵɵnextContext(2);
|
|
12004
|
+
i0.ɵɵproperty("ngStyle", i0.ɵɵpureFunction1(6, _c7$a, ctx_r90.question.indent * 10))("ngStyle", ctx_r90.setStyle(ctx_r90.question.indent));
|
|
12005
12005
|
i0.ɵɵadvance(1);
|
|
12006
|
-
i0.ɵɵproperty("id",
|
|
12007
|
-
i0.ɵɵattribute("aria-label",
|
|
12006
|
+
i0.ɵɵproperty("id", ctx_r90.question.name)("formControlName", ctx_r90.question.name)("placeholder", ctx_r90.question.placeholder ? ctx_r90.question.placeholder : "");
|
|
12007
|
+
i0.ɵɵattribute("aria-label", ctx_r90.question.title);
|
|
12008
12008
|
} }
|
|
12009
12009
|
function DynamicFormQuestionComponent_ng_container_10_div_10_p_inputMask_1_Template(rf, ctx) { if (rf & 1) {
|
|
12010
|
-
const
|
|
12011
|
-
i0.ɵɵelementStart(0, "p-inputMask",
|
|
12012
|
-
i0.ɵɵlistener("onBlur", function DynamicFormQuestionComponent_ng_container_10_div_10_p_inputMask_1_Template_p_inputMask_onBlur_0_listener($event) { i0.ɵɵrestoreView(
|
|
12010
|
+
const _r121 = i0.ɵɵgetCurrentView();
|
|
12011
|
+
i0.ɵɵelementStart(0, "p-inputMask", 75);
|
|
12012
|
+
i0.ɵɵlistener("onBlur", function DynamicFormQuestionComponent_ng_container_10_div_10_p_inputMask_1_Template_p_inputMask_onBlur_0_listener($event) { i0.ɵɵrestoreView(_r121); const ctx_r120 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r120.checkForValueChange($event)); });
|
|
12013
12013
|
i0.ɵɵelementEnd();
|
|
12014
12014
|
} if (rf & 2) {
|
|
12015
|
-
const
|
|
12016
|
-
i0.ɵɵproperty("inputId",
|
|
12017
|
-
i0.ɵɵattribute("aria-label",
|
|
12015
|
+
const ctx_r119 = i0.ɵɵnextContext(3);
|
|
12016
|
+
i0.ɵɵproperty("inputId", ctx_r119.question.name)("formControlName", ctx_r119.question.name)("placeholder", ctx_r119.question.isRequired ? "999-999-9999" : "Optional");
|
|
12017
|
+
i0.ɵɵattribute("aria-label", ctx_r119.question.title);
|
|
12018
12018
|
} }
|
|
12019
12019
|
function DynamicFormQuestionComponent_ng_container_10_div_10_Template(rf, ctx) { if (rf & 1) {
|
|
12020
12020
|
i0.ɵɵelementStart(0, "div");
|
|
12021
|
-
i0.ɵɵtemplate(1, DynamicFormQuestionComponent_ng_container_10_div_10_p_inputMask_1_Template, 1, 4, "p-inputMask",
|
|
12021
|
+
i0.ɵɵtemplate(1, DynamicFormQuestionComponent_ng_container_10_div_10_p_inputMask_1_Template, 1, 4, "p-inputMask", 74);
|
|
12022
12022
|
i0.ɵɵelementEnd();
|
|
12023
12023
|
} if (rf & 2) {
|
|
12024
|
-
const
|
|
12024
|
+
const ctx_r91 = i0.ɵɵnextContext(2);
|
|
12025
12025
|
i0.ɵɵadvance(1);
|
|
12026
|
-
i0.ɵɵproperty("ngIf",
|
|
12026
|
+
i0.ɵɵproperty("ngIf", ctx_r91.question.inputType && ctx_r91.question.inputType === "text");
|
|
12027
12027
|
} }
|
|
12028
12028
|
function DynamicFormQuestionComponent_ng_container_10_div_11_ng_template_2_li_10_Template(rf, ctx) { if (rf & 1) {
|
|
12029
|
-
i0.ɵɵelementStart(0, "li",
|
|
12029
|
+
i0.ɵɵelementStart(0, "li", 79);
|
|
12030
12030
|
i0.ɵɵtext(1, "1 of the following characters ");
|
|
12031
12031
|
i0.ɵɵelementStart(2, "b");
|
|
12032
12032
|
i0.ɵɵtext(3, "_ @ * $ ! # .");
|
|
12033
12033
|
i0.ɵɵelementEnd()();
|
|
12034
12034
|
} }
|
|
12035
12035
|
function DynamicFormQuestionComponent_ng_container_10_div_11_ng_template_2_li_11_Template(rf, ctx) { if (rf & 1) {
|
|
12036
|
-
i0.ɵɵelementStart(0, "li",
|
|
12036
|
+
i0.ɵɵelementStart(0, "li", 79);
|
|
12037
12037
|
i0.ɵɵtext(1, "2 of the following characters ");
|
|
12038
12038
|
i0.ɵɵelementStart(2, "b");
|
|
12039
12039
|
i0.ɵɵtext(3, "_ @ * $ ! # .");
|
|
12040
12040
|
i0.ɵɵelementEnd()();
|
|
12041
12041
|
} }
|
|
12042
12042
|
function DynamicFormQuestionComponent_ng_container_10_div_11_ng_template_2_li_12_Template(rf, ctx) { if (rf & 1) {
|
|
12043
|
-
i0.ɵɵelementStart(0, "li",
|
|
12043
|
+
i0.ɵɵelementStart(0, "li", 79);
|
|
12044
12044
|
i0.ɵɵtext(1, "8 characters");
|
|
12045
12045
|
i0.ɵɵelementEnd();
|
|
12046
12046
|
} }
|
|
12047
12047
|
function DynamicFormQuestionComponent_ng_container_10_div_11_ng_template_2_li_13_Template(rf, ctx) { if (rf & 1) {
|
|
12048
|
-
i0.ɵɵelementStart(0, "li",
|
|
12048
|
+
i0.ɵɵelementStart(0, "li", 79);
|
|
12049
12049
|
i0.ɵɵtext(1, "14 characters");
|
|
12050
12050
|
i0.ɵɵelementEnd();
|
|
12051
12051
|
} }
|
|
12052
12052
|
function DynamicFormQuestionComponent_ng_container_10_div_11_ng_template_2_Template(rf, ctx) { if (rf & 1) {
|
|
12053
12053
|
i0.ɵɵelement(0, "p-divider");
|
|
12054
|
-
i0.ɵɵelementStart(1, "p",
|
|
12054
|
+
i0.ɵɵelementStart(1, "p", 77);
|
|
12055
12055
|
i0.ɵɵtext(2, "Password must include at least");
|
|
12056
12056
|
i0.ɵɵelementEnd();
|
|
12057
|
-
i0.ɵɵelementStart(3, "ul",
|
|
12057
|
+
i0.ɵɵelementStart(3, "ul", 78)(4, "li", 79);
|
|
12058
12058
|
i0.ɵɵtext(5, "1 lowercase letter");
|
|
12059
12059
|
i0.ɵɵelementEnd();
|
|
12060
|
-
i0.ɵɵelementStart(6, "li",
|
|
12060
|
+
i0.ɵɵelementStart(6, "li", 79);
|
|
12061
12061
|
i0.ɵɵtext(7, "1 uppercase letter");
|
|
12062
12062
|
i0.ɵɵelementEnd();
|
|
12063
|
-
i0.ɵɵelementStart(8, "li",
|
|
12063
|
+
i0.ɵɵelementStart(8, "li", 79);
|
|
12064
12064
|
i0.ɵɵtext(9, "1 number");
|
|
12065
12065
|
i0.ɵɵelementEnd();
|
|
12066
|
-
i0.ɵɵtemplate(10, DynamicFormQuestionComponent_ng_container_10_div_11_ng_template_2_li_10_Template, 4, 0, "li",
|
|
12066
|
+
i0.ɵɵtemplate(10, DynamicFormQuestionComponent_ng_container_10_div_11_ng_template_2_li_10_Template, 4, 0, "li", 80)(11, DynamicFormQuestionComponent_ng_container_10_div_11_ng_template_2_li_11_Template, 4, 0, "li", 80)(12, DynamicFormQuestionComponent_ng_container_10_div_11_ng_template_2_li_12_Template, 2, 0, "li", 80)(13, DynamicFormQuestionComponent_ng_container_10_div_11_ng_template_2_li_13_Template, 2, 0, "li", 80);
|
|
12067
12067
|
i0.ɵɵelementEnd();
|
|
12068
12068
|
i0.ɵɵelement(14, "p-divider");
|
|
12069
|
-
i0.ɵɵelementStart(15, "p",
|
|
12069
|
+
i0.ɵɵelementStart(15, "p", 77);
|
|
12070
12070
|
i0.ɵɵtext(16, "Suggestion");
|
|
12071
12071
|
i0.ɵɵelementEnd();
|
|
12072
|
-
i0.ɵɵelementStart(17, "ul",
|
|
12072
|
+
i0.ɵɵelementStart(17, "ul", 78)(18, "li", 79);
|
|
12073
12073
|
i0.ɵɵtext(19, "Don't use your name, email or phone");
|
|
12074
12074
|
i0.ɵɵelementEnd();
|
|
12075
|
-
i0.ɵɵelementStart(20, "li",
|
|
12075
|
+
i0.ɵɵelementStart(20, "li", 79);
|
|
12076
12076
|
i0.ɵɵtext(21, "Don't use your kid, partner or pet name.");
|
|
12077
12077
|
i0.ɵɵelementEnd()();
|
|
12078
12078
|
} if (rf & 2) {
|
|
12079
|
-
const
|
|
12079
|
+
const ctx_r122 = i0.ɵɵnextContext(3);
|
|
12080
12080
|
i0.ɵɵadvance(10);
|
|
12081
|
-
i0.ɵɵproperty("ngIf", !
|
|
12081
|
+
i0.ɵɵproperty("ngIf", !ctx_r122.isSameSymbolPolicyForClaimantAndAgency);
|
|
12082
12082
|
i0.ɵɵadvance(1);
|
|
12083
|
-
i0.ɵɵproperty("ngIf",
|
|
12083
|
+
i0.ɵɵproperty("ngIf", ctx_r122.isSameSymbolPolicyForClaimantAndAgency);
|
|
12084
12084
|
i0.ɵɵadvance(1);
|
|
12085
|
-
i0.ɵɵproperty("ngIf", !
|
|
12085
|
+
i0.ɵɵproperty("ngIf", !ctx_r122.isNewPasswordPolicyEnabledForClaimant);
|
|
12086
12086
|
i0.ɵɵadvance(1);
|
|
12087
|
-
i0.ɵɵproperty("ngIf",
|
|
12087
|
+
i0.ɵɵproperty("ngIf", ctx_r122.isNewPasswordPolicyEnabledForClaimant);
|
|
12088
12088
|
} }
|
|
12089
12089
|
function DynamicFormQuestionComponent_ng_container_10_div_11_Template(rf, ctx) { if (rf & 1) {
|
|
12090
|
-
i0.ɵɵelementStart(0, "div")(1, "p-password",
|
|
12090
|
+
i0.ɵɵelementStart(0, "div")(1, "p-password", 76);
|
|
12091
12091
|
i0.ɵɵtemplate(2, DynamicFormQuestionComponent_ng_container_10_div_11_ng_template_2_Template, 22, 4, "ng-template", 12);
|
|
12092
12092
|
i0.ɵɵelementEnd()();
|
|
12093
12093
|
} if (rf & 2) {
|
|
12094
|
-
const
|
|
12094
|
+
const ctx_r92 = i0.ɵɵnextContext(2);
|
|
12095
12095
|
i0.ɵɵadvance(1);
|
|
12096
|
-
i0.ɵɵproperty("inputId",
|
|
12096
|
+
i0.ɵɵproperty("inputId", ctx_r92.question.name)("formControlName", ctx_r92.question.name)("toggleMask", true)("maxLength", ctx_r92.question.maxLength)("ariaLabel", ctx_r92.question.title);
|
|
12097
12097
|
} }
|
|
12098
12098
|
function DynamicFormQuestionComponent_ng_container_10_div_12_Template(rf, ctx) { if (rf & 1) {
|
|
12099
12099
|
i0.ɵɵelementStart(0, "div");
|
|
12100
|
-
i0.ɵɵelement(1, "app-file-uploader",
|
|
12100
|
+
i0.ɵɵelement(1, "app-file-uploader", 81);
|
|
12101
12101
|
i0.ɵɵelementEnd();
|
|
12102
12102
|
} if (rf & 2) {
|
|
12103
|
-
const
|
|
12103
|
+
const ctx_r93 = i0.ɵɵnextContext(2);
|
|
12104
12104
|
i0.ɵɵadvance(1);
|
|
12105
|
-
i0.ɵɵproperty("allowedFileType",
|
|
12106
|
-
i0.ɵɵattribute("aria-label",
|
|
12105
|
+
i0.ɵɵproperty("allowedFileType", ctx_r93.question.allowedFileType)("formControlName", ctx_r93.question.name)("maxSizeInMB", ctx_r93.question.sizeInMB)("multiple", ctx_r93.question.multiple)("noOfFilesToUpload", ctx_r93.question.noOFFiles);
|
|
12106
|
+
i0.ɵɵattribute("aria-label", ctx_r93.question.title);
|
|
12107
12107
|
} }
|
|
12108
12108
|
function DynamicFormQuestionComponent_ng_container_10_div_13_Template(rf, ctx) { if (rf & 1) {
|
|
12109
|
-
const
|
|
12110
|
-
i0.ɵɵelementStart(0, "div")(1, "div",
|
|
12111
|
-
i0.ɵɵlistener("blur", function DynamicFormQuestionComponent_ng_container_10_div_13_Template_input_blur_2_listener($event) { i0.ɵɵrestoreView(
|
|
12109
|
+
const _r128 = i0.ɵɵgetCurrentView();
|
|
12110
|
+
i0.ɵɵelementStart(0, "div")(1, "div", 60)(2, "input", 82);
|
|
12111
|
+
i0.ɵɵlistener("blur", function DynamicFormQuestionComponent_ng_container_10_div_13_Template_input_blur_2_listener($event) { i0.ɵɵrestoreView(_r128); const ctx_r127 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r127.checkForValueChange($event)); });
|
|
12112
12112
|
i0.ɵɵelementEnd()()();
|
|
12113
12113
|
} if (rf & 2) {
|
|
12114
|
-
const
|
|
12114
|
+
const ctx_r94 = i0.ɵɵnextContext(2);
|
|
12115
12115
|
i0.ɵɵadvance(1);
|
|
12116
|
-
i0.ɵɵproperty("ngStyle",
|
|
12116
|
+
i0.ɵɵproperty("ngStyle", ctx_r94.setStyle(ctx_r94.question.indent));
|
|
12117
12117
|
i0.ɵɵadvance(1);
|
|
12118
|
-
i0.ɵɵproperty("id",
|
|
12119
|
-
i0.ɵɵattribute("aria-label",
|
|
12118
|
+
i0.ɵɵproperty("id", ctx_r94.question.name)("formControlName", ctx_r94.question.name)("placeholder", ctx_r94.question.placeholder ? ctx_r94.question.placeholder : "");
|
|
12119
|
+
i0.ɵɵattribute("aria-label", ctx_r94.question.title)("aria-label", ctx_r94.question.title);
|
|
12120
12120
|
} }
|
|
12121
12121
|
function DynamicFormQuestionComponent_ng_container_10_div_14_input_1_Template(rf, ctx) { if (rf & 1) {
|
|
12122
|
-
i0.ɵɵelement(0, "input",
|
|
12123
|
-
} if (rf & 2) {
|
|
12124
|
-
const ctx_r128 = i0.ɵɵnextContext(3);
|
|
12125
|
-
i0.ɵɵproperty("id", ctx_r128.question.name)("formControlName", ctx_r128.question.name)("placeholder", ctx_r128.question.placeholder ? ctx_r128.question.placeholder : "");
|
|
12126
|
-
i0.ɵɵattribute("aria-label", ctx_r128.question.title);
|
|
12127
|
-
} }
|
|
12128
|
-
function DynamicFormQuestionComponent_ng_container_10_div_14_input_2_Template(rf, ctx) { if (rf & 1) {
|
|
12129
|
-
i0.ɵɵelement(0, "input", 70);
|
|
12122
|
+
i0.ɵɵelement(0, "input", 71);
|
|
12130
12123
|
} if (rf & 2) {
|
|
12131
12124
|
const ctx_r129 = i0.ɵɵnextContext(3);
|
|
12132
12125
|
i0.ɵɵproperty("id", ctx_r129.question.name)("formControlName", ctx_r129.question.name)("placeholder", ctx_r129.question.placeholder ? ctx_r129.question.placeholder : "");
|
|
12133
12126
|
i0.ɵɵattribute("aria-label", ctx_r129.question.title);
|
|
12134
12127
|
} }
|
|
12128
|
+
function DynamicFormQuestionComponent_ng_container_10_div_14_input_2_Template(rf, ctx) { if (rf & 1) {
|
|
12129
|
+
i0.ɵɵelement(0, "input", 71);
|
|
12130
|
+
} if (rf & 2) {
|
|
12131
|
+
const ctx_r130 = i0.ɵɵnextContext(3);
|
|
12132
|
+
i0.ɵɵproperty("id", ctx_r130.question.name)("formControlName", ctx_r130.question.name)("placeholder", ctx_r130.question.placeholder ? ctx_r130.question.placeholder : "");
|
|
12133
|
+
i0.ɵɵattribute("aria-label", ctx_r130.question.title);
|
|
12134
|
+
} }
|
|
12135
12135
|
function DynamicFormQuestionComponent_ng_container_10_div_14_Template(rf, ctx) { if (rf & 1) {
|
|
12136
|
-
i0.ɵɵelementStart(0, "div",
|
|
12137
|
-
i0.ɵɵtemplate(1, DynamicFormQuestionComponent_ng_container_10_div_14_input_1_Template, 1, 4, "input",
|
|
12136
|
+
i0.ɵɵelementStart(0, "div", 60);
|
|
12137
|
+
i0.ɵɵtemplate(1, DynamicFormQuestionComponent_ng_container_10_div_14_input_1_Template, 1, 4, "input", 68)(2, DynamicFormQuestionComponent_ng_container_10_div_14_input_2_Template, 1, 4, "input", 68);
|
|
12138
12138
|
i0.ɵɵelementEnd();
|
|
12139
12139
|
} if (rf & 2) {
|
|
12140
|
-
const
|
|
12141
|
-
i0.ɵɵproperty("ngStyle",
|
|
12140
|
+
const ctx_r95 = i0.ɵɵnextContext(2);
|
|
12141
|
+
i0.ɵɵproperty("ngStyle", ctx_r95.setStyle(ctx_r95.question.indent));
|
|
12142
12142
|
i0.ɵɵadvance(1);
|
|
12143
|
-
i0.ɵɵproperty("ngIf",
|
|
12143
|
+
i0.ɵɵproperty("ngIf", ctx_r95.question.size);
|
|
12144
12144
|
i0.ɵɵadvance(1);
|
|
12145
|
-
i0.ɵɵproperty("ngIf", !
|
|
12145
|
+
i0.ɵɵproperty("ngIf", !ctx_r95.question.size);
|
|
12146
12146
|
} }
|
|
12147
12147
|
function DynamicFormQuestionComponent_ng_container_10_div_15_Template(rf, ctx) { if (rf & 1) {
|
|
12148
|
-
i0.ɵɵelementStart(0, "div",
|
|
12149
|
-
i0.ɵɵelement(1, "app-overlay-info",
|
|
12148
|
+
i0.ɵɵelementStart(0, "div", 83);
|
|
12149
|
+
i0.ɵɵelement(1, "app-overlay-info", 57);
|
|
12150
12150
|
i0.ɵɵpipe(2, "dynamicTranslate");
|
|
12151
12151
|
i0.ɵɵelementEnd();
|
|
12152
12152
|
} if (rf & 2) {
|
|
12153
|
-
const
|
|
12153
|
+
const ctx_r96 = i0.ɵɵnextContext(2);
|
|
12154
12154
|
i0.ɵɵadvance(1);
|
|
12155
|
-
i0.ɵɵproperty("overlayText", i0.ɵɵpipeBind2(2, 1,
|
|
12155
|
+
i0.ɵɵproperty("overlayText", i0.ɵɵpipeBind2(2, 1, ctx_r96.question.description, ctx_r96.dynamicParam));
|
|
12156
12156
|
} }
|
|
12157
12157
|
function DynamicFormQuestionComponent_ng_container_10_Template(rf, ctx) { if (rf & 1) {
|
|
12158
12158
|
i0.ɵɵelementContainerStart(0);
|
|
12159
|
-
i0.ɵɵelementStart(1, "div",
|
|
12160
|
-
i0.ɵɵtemplate(2, DynamicFormQuestionComponent_ng_container_10_div_2_Template, 3, 10, "div", 3)(3, DynamicFormQuestionComponent_ng_container_10_div_3_Template, 2, 5, "div", 8)(4, DynamicFormQuestionComponent_ng_container_10_div_4_Template, 2, 5, "div", 8)(5, DynamicFormQuestionComponent_ng_container_10_div_5_Template, 2, 4, "div", 8)(6, DynamicFormQuestionComponent_ng_container_10_div_6_Template, 2, 5, "div", 8)(7, DynamicFormQuestionComponent_ng_container_10_div_7_Template, 5, 5, "div", 8)(8, DynamicFormQuestionComponent_ng_container_10_div_8_Template, 5, 5, "div", 8)(9, DynamicFormQuestionComponent_ng_container_10_div_9_Template, 2, 8, "div", 8)(10, DynamicFormQuestionComponent_ng_container_10_div_10_Template, 2, 1, "div", 3)(11, DynamicFormQuestionComponent_ng_container_10_div_11_Template, 3, 5, "div", 3)(12, DynamicFormQuestionComponent_ng_container_10_div_12_Template, 2, 6, "div", 3)(13, DynamicFormQuestionComponent_ng_container_10_div_13_Template, 3, 6, "div", 3)(14, DynamicFormQuestionComponent_ng_container_10_div_14_Template, 3, 3, "div", 8)(15, DynamicFormQuestionComponent_ng_container_10_div_15_Template, 3, 4, "div",
|
|
12159
|
+
i0.ɵɵelementStart(1, "div", 58);
|
|
12160
|
+
i0.ɵɵtemplate(2, DynamicFormQuestionComponent_ng_container_10_div_2_Template, 3, 10, "div", 3)(3, DynamicFormQuestionComponent_ng_container_10_div_3_Template, 2, 5, "div", 8)(4, DynamicFormQuestionComponent_ng_container_10_div_4_Template, 2, 5, "div", 8)(5, DynamicFormQuestionComponent_ng_container_10_div_5_Template, 2, 4, "div", 8)(6, DynamicFormQuestionComponent_ng_container_10_div_6_Template, 2, 5, "div", 8)(7, DynamicFormQuestionComponent_ng_container_10_div_7_Template, 5, 5, "div", 8)(8, DynamicFormQuestionComponent_ng_container_10_div_8_Template, 5, 5, "div", 8)(9, DynamicFormQuestionComponent_ng_container_10_div_9_Template, 2, 8, "div", 8)(10, DynamicFormQuestionComponent_ng_container_10_div_10_Template, 2, 1, "div", 3)(11, DynamicFormQuestionComponent_ng_container_10_div_11_Template, 3, 5, "div", 3)(12, DynamicFormQuestionComponent_ng_container_10_div_12_Template, 2, 6, "div", 3)(13, DynamicFormQuestionComponent_ng_container_10_div_13_Template, 3, 6, "div", 3)(14, DynamicFormQuestionComponent_ng_container_10_div_14_Template, 3, 3, "div", 8)(15, DynamicFormQuestionComponent_ng_container_10_div_15_Template, 3, 4, "div", 59);
|
|
12161
12161
|
i0.ɵɵelementEnd();
|
|
12162
12162
|
i0.ɵɵelementContainerEnd();
|
|
12163
12163
|
} if (rf & 2) {
|
|
@@ -12192,56 +12192,56 @@ function DynamicFormQuestionComponent_ng_container_10_Template(rf, ctx) { if (rf
|
|
|
12192
12192
|
i0.ɵɵproperty("ngIf", ctx_r8.question.description);
|
|
12193
12193
|
} }
|
|
12194
12194
|
function DynamicFormQuestionComponent_ng_container_11_div_1_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
12195
|
-
i0.ɵɵelementStart(0, "div",
|
|
12196
|
-
i0.ɵɵelement(1, "app-overlay-info",
|
|
12195
|
+
i0.ɵɵelementStart(0, "div", 88);
|
|
12196
|
+
i0.ɵɵelement(1, "app-overlay-info", 57);
|
|
12197
12197
|
i0.ɵɵpipe(2, "dynamicTranslate");
|
|
12198
12198
|
i0.ɵɵelementEnd();
|
|
12199
12199
|
} if (rf & 2) {
|
|
12200
|
-
const
|
|
12200
|
+
const ctx_r133 = i0.ɵɵnextContext(3);
|
|
12201
12201
|
i0.ɵɵadvance(1);
|
|
12202
|
-
i0.ɵɵproperty("overlayText", i0.ɵɵpipeBind2(2, 1,
|
|
12202
|
+
i0.ɵɵproperty("overlayText", i0.ɵɵpipeBind2(2, 1, ctx_r133.question.description, ctx_r133.dynamicParam));
|
|
12203
12203
|
} }
|
|
12204
12204
|
function DynamicFormQuestionComponent_ng_container_11_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
12205
|
-
i0.ɵɵelementStart(0, "div",
|
|
12206
|
-
i0.ɵɵelement(1, "textarea",
|
|
12207
|
-
i0.ɵɵtemplate(2, DynamicFormQuestionComponent_ng_container_11_div_1_div_2_Template, 3, 4, "div",
|
|
12205
|
+
i0.ɵɵelementStart(0, "div", 85);
|
|
12206
|
+
i0.ɵɵelement(1, "textarea", 86);
|
|
12207
|
+
i0.ɵɵtemplate(2, DynamicFormQuestionComponent_ng_container_11_div_1_div_2_Template, 3, 4, "div", 87);
|
|
12208
12208
|
i0.ɵɵelementEnd();
|
|
12209
12209
|
} if (rf & 2) {
|
|
12210
|
-
const
|
|
12211
|
-
i0.ɵɵproperty("ngStyle",
|
|
12210
|
+
const ctx_r131 = i0.ɵɵnextContext(2);
|
|
12211
|
+
i0.ɵɵproperty("ngStyle", ctx_r131.setStyle(ctx_r131.question.indent));
|
|
12212
12212
|
i0.ɵɵadvance(1);
|
|
12213
|
-
i0.ɵɵproperty("id",
|
|
12214
|
-
i0.ɵɵattribute("aria-label",
|
|
12213
|
+
i0.ɵɵproperty("id", ctx_r131.question.name)("formControlName", ctx_r131.question.name)("maxLength", ctx_r131.question.maxLength)("rows", 3)("cols", 35)("placeholder", ctx_r131.question.placeholder ? ctx_r131.question.placeholder : "");
|
|
12214
|
+
i0.ɵɵattribute("aria-label", ctx_r131.question.title);
|
|
12215
12215
|
i0.ɵɵadvance(1);
|
|
12216
|
-
i0.ɵɵproperty("ngIf",
|
|
12216
|
+
i0.ɵɵproperty("ngIf", ctx_r131.question.description);
|
|
12217
12217
|
} }
|
|
12218
12218
|
function DynamicFormQuestionComponent_ng_container_11_div_2_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
12219
|
-
i0.ɵɵelementStart(0, "div",
|
|
12220
|
-
i0.ɵɵelement(1, "app-overlay-info",
|
|
12219
|
+
i0.ɵɵelementStart(0, "div", 88);
|
|
12220
|
+
i0.ɵɵelement(1, "app-overlay-info", 57);
|
|
12221
12221
|
i0.ɵɵpipe(2, "dynamicTranslate");
|
|
12222
12222
|
i0.ɵɵelementEnd();
|
|
12223
12223
|
} if (rf & 2) {
|
|
12224
|
-
const
|
|
12224
|
+
const ctx_r134 = i0.ɵɵnextContext(3);
|
|
12225
12225
|
i0.ɵɵadvance(1);
|
|
12226
|
-
i0.ɵɵproperty("overlayText", i0.ɵɵpipeBind2(2, 1,
|
|
12226
|
+
i0.ɵɵproperty("overlayText", i0.ɵɵpipeBind2(2, 1, ctx_r134.question.description, ctx_r134.dynamicParam));
|
|
12227
12227
|
} }
|
|
12228
12228
|
function DynamicFormQuestionComponent_ng_container_11_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
12229
|
-
i0.ɵɵelementStart(0, "div",
|
|
12230
|
-
i0.ɵɵelement(1, "textarea",
|
|
12231
|
-
i0.ɵɵtemplate(2, DynamicFormQuestionComponent_ng_container_11_div_2_div_2_Template, 3, 4, "div",
|
|
12229
|
+
i0.ɵɵelementStart(0, "div", 85);
|
|
12230
|
+
i0.ɵɵelement(1, "textarea", 89);
|
|
12231
|
+
i0.ɵɵtemplate(2, DynamicFormQuestionComponent_ng_container_11_div_2_div_2_Template, 3, 4, "div", 87);
|
|
12232
12232
|
i0.ɵɵelementEnd();
|
|
12233
12233
|
} if (rf & 2) {
|
|
12234
|
-
const
|
|
12235
|
-
i0.ɵɵproperty("ngStyle",
|
|
12234
|
+
const ctx_r132 = i0.ɵɵnextContext(2);
|
|
12235
|
+
i0.ɵɵproperty("ngStyle", ctx_r132.setStyle(ctx_r132.question.indent));
|
|
12236
12236
|
i0.ɵɵadvance(1);
|
|
12237
|
-
i0.ɵɵproperty("id",
|
|
12238
|
-
i0.ɵɵattribute("aria-label",
|
|
12237
|
+
i0.ɵɵproperty("id", ctx_r132.question.name)("formControlName", ctx_r132.question.name)("rows", 3)("cols", 35)("placeholder", ctx_r132.question.placeholder ? ctx_r132.question.placeholder : "");
|
|
12238
|
+
i0.ɵɵattribute("aria-label", ctx_r132.question.title);
|
|
12239
12239
|
i0.ɵɵadvance(1);
|
|
12240
|
-
i0.ɵɵproperty("ngIf",
|
|
12240
|
+
i0.ɵɵproperty("ngIf", ctx_r132.question.description);
|
|
12241
12241
|
} }
|
|
12242
12242
|
function DynamicFormQuestionComponent_ng_container_11_Template(rf, ctx) { if (rf & 1) {
|
|
12243
12243
|
i0.ɵɵelementContainerStart(0);
|
|
12244
|
-
i0.ɵɵtemplate(1, DynamicFormQuestionComponent_ng_container_11_div_1_Template, 3, 9, "div",
|
|
12244
|
+
i0.ɵɵtemplate(1, DynamicFormQuestionComponent_ng_container_11_div_1_Template, 3, 9, "div", 84)(2, DynamicFormQuestionComponent_ng_container_11_div_2_Template, 3, 8, "div", 84);
|
|
12245
12245
|
i0.ɵɵelementContainerEnd();
|
|
12246
12246
|
} if (rf & 2) {
|
|
12247
12247
|
const ctx_r9 = i0.ɵɵnextContext();
|
|
@@ -12255,39 +12255,39 @@ function DynamicFormQuestionComponent_ng_container_12_p_autoComplete_3_ng_templa
|
|
|
12255
12255
|
i0.ɵɵtext(2);
|
|
12256
12256
|
i0.ɵɵelementEnd()();
|
|
12257
12257
|
} if (rf & 2) {
|
|
12258
|
-
const
|
|
12258
|
+
const value_r138 = ctx.$implicit;
|
|
12259
12259
|
i0.ɵɵadvance(2);
|
|
12260
|
-
i0.ɵɵtextInterpolate(
|
|
12260
|
+
i0.ɵɵtextInterpolate(value_r138.text);
|
|
12261
12261
|
} }
|
|
12262
12262
|
function DynamicFormQuestionComponent_ng_container_12_p_autoComplete_3_Template(rf, ctx) { if (rf & 1) {
|
|
12263
|
-
const
|
|
12264
|
-
i0.ɵɵelementStart(0, "p-autoComplete",
|
|
12265
|
-
i0.ɵɵlistener("completeMethod", function DynamicFormQuestionComponent_ng_container_12_p_autoComplete_3_Template_p_autoComplete_completeMethod_0_listener($event) { i0.ɵɵrestoreView(
|
|
12266
|
-
i0.ɵɵtemplate(1, DynamicFormQuestionComponent_ng_container_12_p_autoComplete_3_ng_template_1_Template, 3, 1, "ng-template",
|
|
12263
|
+
const _r140 = i0.ɵɵgetCurrentView();
|
|
12264
|
+
i0.ɵɵelementStart(0, "p-autoComplete", 92);
|
|
12265
|
+
i0.ɵɵlistener("completeMethod", function DynamicFormQuestionComponent_ng_container_12_p_autoComplete_3_Template_p_autoComplete_completeMethod_0_listener($event) { i0.ɵɵrestoreView(_r140); const ctx_r139 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r139.filterValue($event, ctx_r139.question)); })("onSelect", function DynamicFormQuestionComponent_ng_container_12_p_autoComplete_3_Template_p_autoComplete_onSelect_0_listener($event) { i0.ɵɵrestoreView(_r140); const ctx_r141 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r141.onSelect($event, ctx_r141.question.name)); });
|
|
12266
|
+
i0.ɵɵtemplate(1, DynamicFormQuestionComponent_ng_container_12_p_autoComplete_3_ng_template_1_Template, 3, 1, "ng-template", 93);
|
|
12267
12267
|
i0.ɵɵelementEnd();
|
|
12268
12268
|
} if (rf & 2) {
|
|
12269
|
-
const
|
|
12270
|
-
i0.ɵɵproperty("formControlName",
|
|
12269
|
+
const ctx_r135 = i0.ɵɵnextContext(2);
|
|
12270
|
+
i0.ɵɵproperty("formControlName", ctx_r135.question.name)("suggestions", ctx_r135.filterResult)("dropdown", true)("forceSelection", true)("completeOnFocus", true);
|
|
12271
12271
|
} }
|
|
12272
12272
|
function DynamicFormQuestionComponent_ng_container_12_div_5_Template(rf, ctx) { if (rf & 1) {
|
|
12273
|
-
i0.ɵɵelementStart(0, "div",
|
|
12274
|
-
i0.ɵɵelement(1, "app-overlay-info",
|
|
12273
|
+
i0.ɵɵelementStart(0, "div", 83);
|
|
12274
|
+
i0.ɵɵelement(1, "app-overlay-info", 57);
|
|
12275
12275
|
i0.ɵɵpipe(2, "dynamicTranslate");
|
|
12276
12276
|
i0.ɵɵelementEnd();
|
|
12277
12277
|
} if (rf & 2) {
|
|
12278
|
-
const
|
|
12278
|
+
const ctx_r136 = i0.ɵɵnextContext(2);
|
|
12279
12279
|
i0.ɵɵadvance(1);
|
|
12280
|
-
i0.ɵɵproperty("overlayText", i0.ɵɵpipeBind2(2, 1,
|
|
12280
|
+
i0.ɵɵproperty("overlayText", i0.ɵɵpipeBind2(2, 1, ctx_r136.question.description, ctx_r136.dynamicParam));
|
|
12281
12281
|
} }
|
|
12282
12282
|
function DynamicFormQuestionComponent_ng_container_12_Template(rf, ctx) { if (rf & 1) {
|
|
12283
|
-
const
|
|
12283
|
+
const _r143 = i0.ɵɵgetCurrentView();
|
|
12284
12284
|
i0.ɵɵelementContainerStart(0);
|
|
12285
|
-
i0.ɵɵelementStart(1, "div",
|
|
12286
|
-
i0.ɵɵtemplate(3, DynamicFormQuestionComponent_ng_container_12_p_autoComplete_3_Template, 2, 5, "p-autoComplete",
|
|
12287
|
-
i0.ɵɵelementStart(4, "app-dropdown",
|
|
12288
|
-
i0.ɵɵlistener("onChange", function DynamicFormQuestionComponent_ng_container_12_Template_app_dropdown_onChange_4_listener($event) { i0.ɵɵrestoreView(
|
|
12285
|
+
i0.ɵɵelementStart(1, "div", 58)(2, "div", 60);
|
|
12286
|
+
i0.ɵɵtemplate(3, DynamicFormQuestionComponent_ng_container_12_p_autoComplete_3_Template, 2, 5, "p-autoComplete", 90);
|
|
12287
|
+
i0.ɵɵelementStart(4, "app-dropdown", 91);
|
|
12288
|
+
i0.ɵɵlistener("onChange", function DynamicFormQuestionComponent_ng_container_12_Template_app_dropdown_onChange_4_listener($event) { i0.ɵɵrestoreView(_r143); const ctx_r142 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r142.onSelect($event, ctx_r142.question.name)); })("onClick", function DynamicFormQuestionComponent_ng_container_12_Template_app_dropdown_onClick_4_listener($event) { i0.ɵɵrestoreView(_r143); const ctx_r144 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r144.filterValue($event, ctx_r144.question)); });
|
|
12289
12289
|
i0.ɵɵelementEnd()();
|
|
12290
|
-
i0.ɵɵtemplate(5, DynamicFormQuestionComponent_ng_container_12_div_5_Template, 3, 4, "div",
|
|
12290
|
+
i0.ɵɵtemplate(5, DynamicFormQuestionComponent_ng_container_12_div_5_Template, 3, 4, "div", 59);
|
|
12291
12291
|
i0.ɵɵelementEnd();
|
|
12292
12292
|
i0.ɵɵelementContainerEnd();
|
|
12293
12293
|
} if (rf & 2) {
|
|
@@ -12302,22 +12302,22 @@ function DynamicFormQuestionComponent_ng_container_12_Template(rf, ctx) { if (rf
|
|
|
12302
12302
|
i0.ɵɵproperty("ngIf", ctx_r10.question.description);
|
|
12303
12303
|
} }
|
|
12304
12304
|
function DynamicFormQuestionComponent_ng_container_13_div_4_Template(rf, ctx) { if (rf & 1) {
|
|
12305
|
-
i0.ɵɵelementStart(0, "div",
|
|
12306
|
-
i0.ɵɵelement(1, "app-overlay-info",
|
|
12305
|
+
i0.ɵɵelementStart(0, "div", 83);
|
|
12306
|
+
i0.ɵɵelement(1, "app-overlay-info", 57);
|
|
12307
12307
|
i0.ɵɵpipe(2, "dynamicTranslate");
|
|
12308
12308
|
i0.ɵɵelementEnd();
|
|
12309
12309
|
} if (rf & 2) {
|
|
12310
|
-
const
|
|
12310
|
+
const ctx_r145 = i0.ɵɵnextContext(2);
|
|
12311
12311
|
i0.ɵɵadvance(1);
|
|
12312
|
-
i0.ɵɵproperty("overlayText", i0.ɵɵpipeBind2(2, 1,
|
|
12312
|
+
i0.ɵɵproperty("overlayText", i0.ɵɵpipeBind2(2, 1, ctx_r145.question.description, ctx_r145.dynamicParam));
|
|
12313
12313
|
} }
|
|
12314
12314
|
function DynamicFormQuestionComponent_ng_container_13_Template(rf, ctx) { if (rf & 1) {
|
|
12315
|
-
const
|
|
12315
|
+
const _r147 = i0.ɵɵgetCurrentView();
|
|
12316
12316
|
i0.ɵɵelementContainerStart(0);
|
|
12317
|
-
i0.ɵɵelementStart(1, "div",
|
|
12318
|
-
i0.ɵɵlistener("onOptionClick", function DynamicFormQuestionComponent_ng_container_13_Template_p_selectButton_onOptionClick_3_listener($event) { i0.ɵɵrestoreView(
|
|
12317
|
+
i0.ɵɵelementStart(1, "div", 58)(2, "div", 60)(3, "p-selectButton", 94);
|
|
12318
|
+
i0.ɵɵlistener("onOptionClick", function DynamicFormQuestionComponent_ng_container_13_Template_p_selectButton_onOptionClick_3_listener($event) { i0.ɵɵrestoreView(_r147); const ctx_r146 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r146.onRadioOptionClick($event, ctx_r146.question)); });
|
|
12319
12319
|
i0.ɵɵelementEnd()();
|
|
12320
|
-
i0.ɵɵtemplate(4, DynamicFormQuestionComponent_ng_container_13_div_4_Template, 3, 4, "div",
|
|
12320
|
+
i0.ɵɵtemplate(4, DynamicFormQuestionComponent_ng_container_13_div_4_Template, 3, 4, "div", 59);
|
|
12321
12321
|
i0.ɵɵelementEnd();
|
|
12322
12322
|
i0.ɵɵelementContainerEnd();
|
|
12323
12323
|
} if (rf & 2) {
|
|
@@ -12330,21 +12330,21 @@ function DynamicFormQuestionComponent_ng_container_13_Template(rf, ctx) { if (rf
|
|
|
12330
12330
|
i0.ɵɵproperty("ngIf", ctx_r11.question.description);
|
|
12331
12331
|
} }
|
|
12332
12332
|
function DynamicFormQuestionComponent_ng_container_14_div_4_Template(rf, ctx) { if (rf & 1) {
|
|
12333
|
-
i0.ɵɵelementStart(0, "div",
|
|
12334
|
-
i0.ɵɵelement(1, "app-overlay-info",
|
|
12333
|
+
i0.ɵɵelementStart(0, "div", 83);
|
|
12334
|
+
i0.ɵɵelement(1, "app-overlay-info", 57);
|
|
12335
12335
|
i0.ɵɵpipe(2, "dynamicTranslate");
|
|
12336
12336
|
i0.ɵɵelementEnd();
|
|
12337
12337
|
} if (rf & 2) {
|
|
12338
|
-
const
|
|
12338
|
+
const ctx_r148 = i0.ɵɵnextContext(2);
|
|
12339
12339
|
i0.ɵɵadvance(1);
|
|
12340
|
-
i0.ɵɵproperty("overlayText", i0.ɵɵpipeBind2(2, 1,
|
|
12340
|
+
i0.ɵɵproperty("overlayText", i0.ɵɵpipeBind2(2, 1, ctx_r148.question.description, ctx_r148.dynamicParam));
|
|
12341
12341
|
} }
|
|
12342
12342
|
function DynamicFormQuestionComponent_ng_container_14_Template(rf, ctx) { if (rf & 1) {
|
|
12343
12343
|
i0.ɵɵelementContainerStart(0);
|
|
12344
|
-
i0.ɵɵelementStart(1, "div",
|
|
12345
|
-
i0.ɵɵelement(3, "p-inputNumber",
|
|
12344
|
+
i0.ɵɵelementStart(1, "div", 58)(2, "div", 60);
|
|
12345
|
+
i0.ɵɵelement(3, "p-inputNumber", 95);
|
|
12346
12346
|
i0.ɵɵelementEnd();
|
|
12347
|
-
i0.ɵɵtemplate(4, DynamicFormQuestionComponent_ng_container_14_div_4_Template, 3, 4, "div",
|
|
12347
|
+
i0.ɵɵtemplate(4, DynamicFormQuestionComponent_ng_container_14_div_4_Template, 3, 4, "div", 59);
|
|
12348
12348
|
i0.ɵɵelementEnd();
|
|
12349
12349
|
i0.ɵɵelementContainerEnd();
|
|
12350
12350
|
} if (rf & 2) {
|
|
@@ -12358,21 +12358,21 @@ function DynamicFormQuestionComponent_ng_container_14_Template(rf, ctx) { if (rf
|
|
|
12358
12358
|
i0.ɵɵproperty("ngIf", ctx_r12.question.description);
|
|
12359
12359
|
} }
|
|
12360
12360
|
function DynamicFormQuestionComponent_ng_container_15_div_4_Template(rf, ctx) { if (rf & 1) {
|
|
12361
|
-
i0.ɵɵelementStart(0, "div",
|
|
12362
|
-
i0.ɵɵelement(1, "app-overlay-info",
|
|
12361
|
+
i0.ɵɵelementStart(0, "div", 83);
|
|
12362
|
+
i0.ɵɵelement(1, "app-overlay-info", 57);
|
|
12363
12363
|
i0.ɵɵpipe(2, "dynamicTranslate");
|
|
12364
12364
|
i0.ɵɵelementEnd();
|
|
12365
12365
|
} if (rf & 2) {
|
|
12366
|
-
const
|
|
12366
|
+
const ctx_r149 = i0.ɵɵnextContext(2);
|
|
12367
12367
|
i0.ɵɵadvance(1);
|
|
12368
|
-
i0.ɵɵproperty("overlayText", i0.ɵɵpipeBind2(2, 1,
|
|
12368
|
+
i0.ɵɵproperty("overlayText", i0.ɵɵpipeBind2(2, 1, ctx_r149.question.description, ctx_r149.dynamicParam));
|
|
12369
12369
|
} }
|
|
12370
12370
|
function DynamicFormQuestionComponent_ng_container_15_Template(rf, ctx) { if (rf & 1) {
|
|
12371
12371
|
i0.ɵɵelementContainerStart(0);
|
|
12372
|
-
i0.ɵɵelementStart(1, "div",
|
|
12373
|
-
i0.ɵɵelement(3, "p-inputNumber",
|
|
12372
|
+
i0.ɵɵelementStart(1, "div", 58)(2, "div", 60);
|
|
12373
|
+
i0.ɵɵelement(3, "p-inputNumber", 96);
|
|
12374
12374
|
i0.ɵɵelementEnd();
|
|
12375
|
-
i0.ɵɵtemplate(4, DynamicFormQuestionComponent_ng_container_15_div_4_Template, 3, 4, "div",
|
|
12375
|
+
i0.ɵɵtemplate(4, DynamicFormQuestionComponent_ng_container_15_div_4_Template, 3, 4, "div", 59);
|
|
12376
12376
|
i0.ɵɵelementEnd();
|
|
12377
12377
|
i0.ɵɵelementContainerEnd();
|
|
12378
12378
|
} if (rf & 2) {
|
|
@@ -12386,21 +12386,21 @@ function DynamicFormQuestionComponent_ng_container_15_Template(rf, ctx) { if (rf
|
|
|
12386
12386
|
i0.ɵɵproperty("ngIf", ctx_r13.question.description);
|
|
12387
12387
|
} }
|
|
12388
12388
|
function DynamicFormQuestionComponent_ng_container_16_div_4_Template(rf, ctx) { if (rf & 1) {
|
|
12389
|
-
i0.ɵɵelementStart(0, "div",
|
|
12390
|
-
i0.ɵɵelement(1, "app-overlay-info",
|
|
12389
|
+
i0.ɵɵelementStart(0, "div", 83);
|
|
12390
|
+
i0.ɵɵelement(1, "app-overlay-info", 57);
|
|
12391
12391
|
i0.ɵɵpipe(2, "dynamicTranslate");
|
|
12392
12392
|
i0.ɵɵelementEnd();
|
|
12393
12393
|
} if (rf & 2) {
|
|
12394
|
-
const
|
|
12394
|
+
const ctx_r150 = i0.ɵɵnextContext(2);
|
|
12395
12395
|
i0.ɵɵadvance(1);
|
|
12396
|
-
i0.ɵɵproperty("overlayText", i0.ɵɵpipeBind2(2, 1,
|
|
12396
|
+
i0.ɵɵproperty("overlayText", i0.ɵɵpipeBind2(2, 1, ctx_r150.question.description, ctx_r150.dynamicParam));
|
|
12397
12397
|
} }
|
|
12398
12398
|
function DynamicFormQuestionComponent_ng_container_16_Template(rf, ctx) { if (rf & 1) {
|
|
12399
12399
|
i0.ɵɵelementContainerStart(0);
|
|
12400
|
-
i0.ɵɵelementStart(1, "div",
|
|
12401
|
-
i0.ɵɵelement(3, "p-inputNumber",
|
|
12400
|
+
i0.ɵɵelementStart(1, "div", 58)(2, "div", 60);
|
|
12401
|
+
i0.ɵɵelement(3, "p-inputNumber", 97);
|
|
12402
12402
|
i0.ɵɵelementEnd();
|
|
12403
|
-
i0.ɵɵtemplate(4, DynamicFormQuestionComponent_ng_container_16_div_4_Template, 3, 4, "div",
|
|
12403
|
+
i0.ɵɵtemplate(4, DynamicFormQuestionComponent_ng_container_16_div_4_Template, 3, 4, "div", 59);
|
|
12404
12404
|
i0.ɵɵelementEnd();
|
|
12405
12405
|
i0.ɵɵelementContainerEnd();
|
|
12406
12406
|
} if (rf & 2) {
|
|
@@ -12414,29 +12414,29 @@ function DynamicFormQuestionComponent_ng_container_16_Template(rf, ctx) { if (rf
|
|
|
12414
12414
|
i0.ɵɵproperty("ngIf", ctx_r14.question.description);
|
|
12415
12415
|
} }
|
|
12416
12416
|
function DynamicFormQuestionComponent_ng_container_17_p_checkbox_3_Template(rf, ctx) { if (rf & 1) {
|
|
12417
|
-
i0.ɵɵelement(0, "p-checkbox",
|
|
12417
|
+
i0.ɵɵelement(0, "p-checkbox", 100);
|
|
12418
12418
|
} if (rf & 2) {
|
|
12419
|
-
const
|
|
12420
|
-
const
|
|
12421
|
-
i0.ɵɵproperty("name",
|
|
12422
|
-
i0.ɵɵattribute("aria-label",
|
|
12419
|
+
const choice_r153 = ctx.$implicit;
|
|
12420
|
+
const ctx_r151 = i0.ɵɵnextContext(2);
|
|
12421
|
+
i0.ɵɵproperty("name", ctx_r151.question.name + "-group")("value", choice_r153.value)("label", choice_r153.text)("formControl", ctx_r151.form.controls[ctx_r151.question.name])("inputId", ctx_r151.question.name + "-" + choice_r153.value);
|
|
12422
|
+
i0.ɵɵattribute("aria-label", ctx_r151.question.title);
|
|
12423
12423
|
} }
|
|
12424
12424
|
function DynamicFormQuestionComponent_ng_container_17_div_4_Template(rf, ctx) { if (rf & 1) {
|
|
12425
|
-
i0.ɵɵelementStart(0, "div",
|
|
12426
|
-
i0.ɵɵelement(1, "app-overlay-info",
|
|
12425
|
+
i0.ɵɵelementStart(0, "div", 83);
|
|
12426
|
+
i0.ɵɵelement(1, "app-overlay-info", 57);
|
|
12427
12427
|
i0.ɵɵpipe(2, "dynamicTranslate");
|
|
12428
12428
|
i0.ɵɵelementEnd();
|
|
12429
12429
|
} if (rf & 2) {
|
|
12430
|
-
const
|
|
12430
|
+
const ctx_r152 = i0.ɵɵnextContext(2);
|
|
12431
12431
|
i0.ɵɵadvance(1);
|
|
12432
|
-
i0.ɵɵproperty("overlayText", i0.ɵɵpipeBind2(2, 1,
|
|
12432
|
+
i0.ɵɵproperty("overlayText", i0.ɵɵpipeBind2(2, 1, ctx_r152.question.description, ctx_r152.dynamicParam));
|
|
12433
12433
|
} }
|
|
12434
12434
|
function DynamicFormQuestionComponent_ng_container_17_Template(rf, ctx) { if (rf & 1) {
|
|
12435
12435
|
i0.ɵɵelementContainerStart(0);
|
|
12436
|
-
i0.ɵɵelementStart(1, "div",
|
|
12437
|
-
i0.ɵɵtemplate(3, DynamicFormQuestionComponent_ng_container_17_p_checkbox_3_Template, 1, 6, "p-checkbox",
|
|
12436
|
+
i0.ɵɵelementStart(1, "div", 58)(2, "div", 98);
|
|
12437
|
+
i0.ɵɵtemplate(3, DynamicFormQuestionComponent_ng_container_17_p_checkbox_3_Template, 1, 6, "p-checkbox", 99);
|
|
12438
12438
|
i0.ɵɵelementEnd();
|
|
12439
|
-
i0.ɵɵtemplate(4, DynamicFormQuestionComponent_ng_container_17_div_4_Template, 3, 4, "div",
|
|
12439
|
+
i0.ɵɵtemplate(4, DynamicFormQuestionComponent_ng_container_17_div_4_Template, 3, 4, "div", 59);
|
|
12440
12440
|
i0.ɵɵelementEnd();
|
|
12441
12441
|
i0.ɵɵelementContainerEnd();
|
|
12442
12442
|
} if (rf & 2) {
|
|
@@ -12449,29 +12449,29 @@ function DynamicFormQuestionComponent_ng_container_17_Template(rf, ctx) { if (rf
|
|
|
12449
12449
|
i0.ɵɵproperty("ngIf", ctx_r15.question.description);
|
|
12450
12450
|
} }
|
|
12451
12451
|
function DynamicFormQuestionComponent_ng_container_18_p_checkbox_3_Template(rf, ctx) { if (rf & 1) {
|
|
12452
|
-
i0.ɵɵelement(0, "p-checkbox",
|
|
12452
|
+
i0.ɵɵelement(0, "p-checkbox", 100);
|
|
12453
12453
|
} if (rf & 2) {
|
|
12454
|
-
const
|
|
12455
|
-
const
|
|
12456
|
-
i0.ɵɵproperty("name",
|
|
12457
|
-
i0.ɵɵattribute("aria-label",
|
|
12454
|
+
const choice_r156 = ctx.$implicit;
|
|
12455
|
+
const ctx_r154 = i0.ɵɵnextContext(2);
|
|
12456
|
+
i0.ɵɵproperty("name", ctx_r154.question.name + "-group")("value", choice_r156.value)("label", choice_r156.text)("formControl", ctx_r154.form.controls[ctx_r154.question.name])("inputId", ctx_r154.question.name + "-" + choice_r156.value);
|
|
12457
|
+
i0.ɵɵattribute("aria-label", ctx_r154.question.title);
|
|
12458
12458
|
} }
|
|
12459
12459
|
function DynamicFormQuestionComponent_ng_container_18_div_4_Template(rf, ctx) { if (rf & 1) {
|
|
12460
|
-
i0.ɵɵelementStart(0, "div",
|
|
12461
|
-
i0.ɵɵelement(1, "app-overlay-info",
|
|
12460
|
+
i0.ɵɵelementStart(0, "div", 83);
|
|
12461
|
+
i0.ɵɵelement(1, "app-overlay-info", 57);
|
|
12462
12462
|
i0.ɵɵpipe(2, "dynamicTranslate");
|
|
12463
12463
|
i0.ɵɵelementEnd();
|
|
12464
12464
|
} if (rf & 2) {
|
|
12465
|
-
const
|
|
12465
|
+
const ctx_r155 = i0.ɵɵnextContext(2);
|
|
12466
12466
|
i0.ɵɵadvance(1);
|
|
12467
|
-
i0.ɵɵproperty("overlayText", i0.ɵɵpipeBind2(2, 1,
|
|
12467
|
+
i0.ɵɵproperty("overlayText", i0.ɵɵpipeBind2(2, 1, ctx_r155.question.description, ctx_r155.dynamicParam));
|
|
12468
12468
|
} }
|
|
12469
12469
|
function DynamicFormQuestionComponent_ng_container_18_Template(rf, ctx) { if (rf & 1) {
|
|
12470
12470
|
i0.ɵɵelementContainerStart(0);
|
|
12471
|
-
i0.ɵɵelementStart(1, "div",
|
|
12472
|
-
i0.ɵɵtemplate(3, DynamicFormQuestionComponent_ng_container_18_p_checkbox_3_Template, 1, 6, "p-checkbox",
|
|
12471
|
+
i0.ɵɵelementStart(1, "div", 58)(2, "div", 60);
|
|
12472
|
+
i0.ɵɵtemplate(3, DynamicFormQuestionComponent_ng_container_18_p_checkbox_3_Template, 1, 6, "p-checkbox", 99);
|
|
12473
12473
|
i0.ɵɵelementEnd();
|
|
12474
|
-
i0.ɵɵtemplate(4, DynamicFormQuestionComponent_ng_container_18_div_4_Template, 3, 4, "div",
|
|
12474
|
+
i0.ɵɵtemplate(4, DynamicFormQuestionComponent_ng_container_18_div_4_Template, 3, 4, "div", 59);
|
|
12475
12475
|
i0.ɵɵelementEnd();
|
|
12476
12476
|
i0.ɵɵelementContainerEnd();
|
|
12477
12477
|
} if (rf & 2) {
|
|
@@ -12484,21 +12484,21 @@ function DynamicFormQuestionComponent_ng_container_18_Template(rf, ctx) { if (rf
|
|
|
12484
12484
|
i0.ɵɵproperty("ngIf", ctx_r16.question.description);
|
|
12485
12485
|
} }
|
|
12486
12486
|
function DynamicFormQuestionComponent_ng_container_19_div_4_Template(rf, ctx) { if (rf & 1) {
|
|
12487
|
-
i0.ɵɵelementStart(0, "div",
|
|
12488
|
-
i0.ɵɵelement(1, "app-overlay-info",
|
|
12487
|
+
i0.ɵɵelementStart(0, "div", 83);
|
|
12488
|
+
i0.ɵɵelement(1, "app-overlay-info", 57);
|
|
12489
12489
|
i0.ɵɵpipe(2, "dynamicTranslate");
|
|
12490
12490
|
i0.ɵɵelementEnd();
|
|
12491
12491
|
} if (rf & 2) {
|
|
12492
|
-
const
|
|
12492
|
+
const ctx_r157 = i0.ɵɵnextContext(2);
|
|
12493
12493
|
i0.ɵɵadvance(1);
|
|
12494
|
-
i0.ɵɵproperty("overlayText", i0.ɵɵpipeBind2(2, 1,
|
|
12494
|
+
i0.ɵɵproperty("overlayText", i0.ɵɵpipeBind2(2, 1, ctx_r157.question.description, ctx_r157.dynamicParam));
|
|
12495
12495
|
} }
|
|
12496
12496
|
function DynamicFormQuestionComponent_ng_container_19_Template(rf, ctx) { if (rf & 1) {
|
|
12497
12497
|
i0.ɵɵelementContainerStart(0);
|
|
12498
|
-
i0.ɵɵelementStart(1, "div",
|
|
12499
|
-
i0.ɵɵelement(3, "p-selectButton",
|
|
12498
|
+
i0.ɵɵelementStart(1, "div", 58)(2, "div", 60);
|
|
12499
|
+
i0.ɵɵelement(3, "p-selectButton", 101);
|
|
12500
12500
|
i0.ɵɵelementEnd();
|
|
12501
|
-
i0.ɵɵtemplate(4, DynamicFormQuestionComponent_ng_container_19_div_4_Template, 3, 4, "div",
|
|
12501
|
+
i0.ɵɵtemplate(4, DynamicFormQuestionComponent_ng_container_19_div_4_Template, 3, 4, "div", 59);
|
|
12502
12502
|
i0.ɵɵelementEnd();
|
|
12503
12503
|
i0.ɵɵelementContainerEnd();
|
|
12504
12504
|
} if (rf & 2) {
|
|
@@ -12512,23 +12512,23 @@ function DynamicFormQuestionComponent_ng_container_19_Template(rf, ctx) { if (rf
|
|
|
12512
12512
|
i0.ɵɵproperty("ngIf", ctx_r17.question.description);
|
|
12513
12513
|
} }
|
|
12514
12514
|
function DynamicFormQuestionComponent_ng_container_20_div_6_Template(rf, ctx) { if (rf & 1) {
|
|
12515
|
-
i0.ɵɵelementStart(0, "div",
|
|
12516
|
-
i0.ɵɵelement(1, "app-overlay-info",
|
|
12515
|
+
i0.ɵɵelementStart(0, "div", 83);
|
|
12516
|
+
i0.ɵɵelement(1, "app-overlay-info", 57);
|
|
12517
12517
|
i0.ɵɵpipe(2, "dynamicTranslate");
|
|
12518
12518
|
i0.ɵɵelementEnd();
|
|
12519
12519
|
} if (rf & 2) {
|
|
12520
|
-
const
|
|
12520
|
+
const ctx_r158 = i0.ɵɵnextContext(2);
|
|
12521
12521
|
i0.ɵɵadvance(1);
|
|
12522
|
-
i0.ɵɵproperty("overlayText", i0.ɵɵpipeBind2(2, 1,
|
|
12522
|
+
i0.ɵɵproperty("overlayText", i0.ɵɵpipeBind2(2, 1, ctx_r158.question.description, ctx_r158.dynamicParam));
|
|
12523
12523
|
} }
|
|
12524
12524
|
function DynamicFormQuestionComponent_ng_container_20_Template(rf, ctx) { if (rf & 1) {
|
|
12525
12525
|
i0.ɵɵelementContainerStart(0);
|
|
12526
|
-
i0.ɵɵelementStart(1, "div",
|
|
12527
|
-
i0.ɵɵelement(3, "p-checkbox",
|
|
12528
|
-
i0.ɵɵelementStart(4, "label",
|
|
12526
|
+
i0.ɵɵelementStart(1, "div", 58)(2, "div", 102);
|
|
12527
|
+
i0.ɵɵelement(3, "p-checkbox", 103);
|
|
12528
|
+
i0.ɵɵelementStart(4, "label", 104);
|
|
12529
12529
|
i0.ɵɵtext(5);
|
|
12530
12530
|
i0.ɵɵelementEnd()();
|
|
12531
|
-
i0.ɵɵtemplate(6, DynamicFormQuestionComponent_ng_container_20_div_6_Template, 3, 4, "div",
|
|
12531
|
+
i0.ɵɵtemplate(6, DynamicFormQuestionComponent_ng_container_20_div_6_Template, 3, 4, "div", 105);
|
|
12532
12532
|
i0.ɵɵelementEnd();
|
|
12533
12533
|
i0.ɵɵelementContainerEnd();
|
|
12534
12534
|
} if (rf & 2) {
|
|
@@ -12542,22 +12542,22 @@ function DynamicFormQuestionComponent_ng_container_20_Template(rf, ctx) { if (rf
|
|
|
12542
12542
|
i0.ɵɵproperty("ngIf", ctx_r18.question.description);
|
|
12543
12543
|
} }
|
|
12544
12544
|
function DynamicFormQuestionComponent_ng_container_21_div_5_Template(rf, ctx) { if (rf & 1) {
|
|
12545
|
-
i0.ɵɵelementStart(0, "div",
|
|
12546
|
-
i0.ɵɵelement(1, "app-overlay-info",
|
|
12545
|
+
i0.ɵɵelementStart(0, "div", 108);
|
|
12546
|
+
i0.ɵɵelement(1, "app-overlay-info", 57);
|
|
12547
12547
|
i0.ɵɵpipe(2, "dynamicTranslate");
|
|
12548
12548
|
i0.ɵɵelementEnd();
|
|
12549
12549
|
} if (rf & 2) {
|
|
12550
|
-
const
|
|
12550
|
+
const ctx_r159 = i0.ɵɵnextContext(2);
|
|
12551
12551
|
i0.ɵɵadvance(1);
|
|
12552
|
-
i0.ɵɵproperty("overlayText", i0.ɵɵpipeBind2(2, 1,
|
|
12552
|
+
i0.ɵɵproperty("overlayText", i0.ɵɵpipeBind2(2, 1, ctx_r159.question.description, ctx_r159.dynamicParam));
|
|
12553
12553
|
} }
|
|
12554
12554
|
function DynamicFormQuestionComponent_ng_container_21_Template(rf, ctx) { if (rf & 1) {
|
|
12555
12555
|
i0.ɵɵelementContainerStart(0);
|
|
12556
|
-
i0.ɵɵelementStart(1, "div",
|
|
12556
|
+
i0.ɵɵelementStart(1, "div", 58)(2, "label");
|
|
12557
12557
|
i0.ɵɵtext(3);
|
|
12558
12558
|
i0.ɵɵelementEnd();
|
|
12559
|
-
i0.ɵɵelement(4, "input",
|
|
12560
|
-
i0.ɵɵtemplate(5, DynamicFormQuestionComponent_ng_container_21_div_5_Template, 3, 4, "div",
|
|
12559
|
+
i0.ɵɵelement(4, "input", 106);
|
|
12560
|
+
i0.ɵɵtemplate(5, DynamicFormQuestionComponent_ng_container_21_div_5_Template, 3, 4, "div", 107);
|
|
12561
12561
|
i0.ɵɵelementEnd();
|
|
12562
12562
|
i0.ɵɵelementContainerEnd();
|
|
12563
12563
|
} if (rf & 2) {
|
|
@@ -12571,21 +12571,21 @@ function DynamicFormQuestionComponent_ng_container_21_Template(rf, ctx) { if (rf
|
|
|
12571
12571
|
i0.ɵɵproperty("ngIf", ctx_r19.question.description);
|
|
12572
12572
|
} }
|
|
12573
12573
|
function DynamicFormQuestionComponent_ng_container_22_div_4_Template(rf, ctx) { if (rf & 1) {
|
|
12574
|
-
i0.ɵɵelementStart(0, "div",
|
|
12575
|
-
i0.ɵɵelement(1, "app-overlay-info",
|
|
12574
|
+
i0.ɵɵelementStart(0, "div", 108);
|
|
12575
|
+
i0.ɵɵelement(1, "app-overlay-info", 57);
|
|
12576
12576
|
i0.ɵɵpipe(2, "dynamicTranslate");
|
|
12577
12577
|
i0.ɵɵelementEnd();
|
|
12578
12578
|
} if (rf & 2) {
|
|
12579
|
-
const
|
|
12579
|
+
const ctx_r160 = i0.ɵɵnextContext(2);
|
|
12580
12580
|
i0.ɵɵadvance(1);
|
|
12581
|
-
i0.ɵɵproperty("overlayText", i0.ɵɵpipeBind2(2, 1,
|
|
12581
|
+
i0.ɵɵproperty("overlayText", i0.ɵɵpipeBind2(2, 1, ctx_r160.question.description, ctx_r160.dynamicParam));
|
|
12582
12582
|
} }
|
|
12583
12583
|
function DynamicFormQuestionComponent_ng_container_22_Template(rf, ctx) { if (rf & 1) {
|
|
12584
12584
|
i0.ɵɵelementContainerStart(0);
|
|
12585
|
-
i0.ɵɵelementStart(1, "div",
|
|
12585
|
+
i0.ɵɵelementStart(1, "div", 58)(2, "label");
|
|
12586
12586
|
i0.ɵɵtext(3);
|
|
12587
12587
|
i0.ɵɵelementEnd();
|
|
12588
|
-
i0.ɵɵtemplate(4, DynamicFormQuestionComponent_ng_container_22_div_4_Template, 3, 4, "div",
|
|
12588
|
+
i0.ɵɵtemplate(4, DynamicFormQuestionComponent_ng_container_22_div_4_Template, 3, 4, "div", 107);
|
|
12589
12589
|
i0.ɵɵelementEnd();
|
|
12590
12590
|
i0.ɵɵelementContainerEnd();
|
|
12591
12591
|
} if (rf & 2) {
|
|
@@ -12597,8 +12597,8 @@ function DynamicFormQuestionComponent_ng_container_22_Template(rf, ctx) { if (rf
|
|
|
12597
12597
|
} }
|
|
12598
12598
|
function DynamicFormQuestionComponent_ng_container_23_Template(rf, ctx) { if (rf & 1) {
|
|
12599
12599
|
i0.ɵɵelementContainerStart(0);
|
|
12600
|
-
i0.ɵɵelementStart(1, "div",
|
|
12601
|
-
i0.ɵɵelement(2, "app-overlay-info",
|
|
12600
|
+
i0.ɵɵelementStart(1, "div", 58);
|
|
12601
|
+
i0.ɵɵelement(2, "app-overlay-info", 109);
|
|
12602
12602
|
i0.ɵɵpipe(3, "dynamicTranslate");
|
|
12603
12603
|
i0.ɵɵelementEnd();
|
|
12604
12604
|
i0.ɵɵelementContainerEnd();
|
|
@@ -12609,8 +12609,8 @@ function DynamicFormQuestionComponent_ng_container_23_Template(rf, ctx) { if (rf
|
|
|
12609
12609
|
} }
|
|
12610
12610
|
function DynamicFormQuestionComponent_ng_container_24_Template(rf, ctx) { if (rf & 1) {
|
|
12611
12611
|
i0.ɵɵelementContainerStart(0);
|
|
12612
|
-
i0.ɵɵelementStart(1, "div",
|
|
12613
|
-
i0.ɵɵelement(2, "app-overlay-info",
|
|
12612
|
+
i0.ɵɵelementStart(1, "div", 58);
|
|
12613
|
+
i0.ɵɵelement(2, "app-overlay-info", 110);
|
|
12614
12614
|
i0.ɵɵpipe(3, "dynamicTranslate");
|
|
12615
12615
|
i0.ɵɵelementEnd();
|
|
12616
12616
|
i0.ɵɵelementContainerEnd();
|
|
@@ -12621,8 +12621,8 @@ function DynamicFormQuestionComponent_ng_container_24_Template(rf, ctx) { if (rf
|
|
|
12621
12621
|
} }
|
|
12622
12622
|
function DynamicFormQuestionComponent_ng_container_25_Template(rf, ctx) { if (rf & 1) {
|
|
12623
12623
|
i0.ɵɵelementContainerStart(0);
|
|
12624
|
-
i0.ɵɵelementStart(1, "div",
|
|
12625
|
-
i0.ɵɵelement(2, "app-overlay-info",
|
|
12624
|
+
i0.ɵɵelementStart(1, "div", 58);
|
|
12625
|
+
i0.ɵɵelement(2, "app-overlay-info", 111);
|
|
12626
12626
|
i0.ɵɵpipe(3, "dynamicTranslate");
|
|
12627
12627
|
i0.ɵɵelementEnd();
|
|
12628
12628
|
i0.ɵɵelementContainerEnd();
|
|
@@ -12632,54 +12632,54 @@ function DynamicFormQuestionComponent_ng_container_25_Template(rf, ctx) { if (rf
|
|
|
12632
12632
|
i0.ɵɵproperty("displayText", ctx_r23.question.title)("formControlName", ctx_r23.question.name)("labelWithPopup", i0.ɵɵpipeBind2(3, 4, ctx_r23.question.description, ctx_r23.dynamicParam))("labelWithLink", true);
|
|
12633
12633
|
} }
|
|
12634
12634
|
function DynamicFormQuestionComponent_ng_container_26_ng_container_4_ion_col_1_Template(rf, ctx) { if (rf & 1) {
|
|
12635
|
-
i0.ɵɵelementStart(0, "ion-col",
|
|
12636
|
-
i0.ɵɵelement(1, "app-question",
|
|
12635
|
+
i0.ɵɵelementStart(0, "ion-col", 115);
|
|
12636
|
+
i0.ɵɵelement(1, "app-question", 116);
|
|
12637
12637
|
i0.ɵɵelementEnd();
|
|
12638
12638
|
} if (rf & 2) {
|
|
12639
|
-
const
|
|
12640
|
-
const
|
|
12641
|
-
i0.ɵɵproperty("sizeXl",
|
|
12639
|
+
const element_r163 = i0.ɵɵnextContext().$implicit;
|
|
12640
|
+
const ctx_r164 = i0.ɵɵnextContext(2);
|
|
12641
|
+
i0.ɵɵproperty("sizeXl", element_r163.sizeXL)("sizeLg", element_r163.sizeLG)("sizeMd", element_r163.sizeMD)("offsetMd", element_r163.offSetMD);
|
|
12642
12642
|
i0.ɵɵadvance(1);
|
|
12643
|
-
i0.ɵɵproperty("question",
|
|
12643
|
+
i0.ɵɵproperty("question", element_r163)("form", ctx_r164.form)("forScreenQuestionnaire", ctx_r164.forScreenQuestionnaire);
|
|
12644
12644
|
} }
|
|
12645
12645
|
function DynamicFormQuestionComponent_ng_container_26_ng_container_4_Template(rf, ctx) { if (rf & 1) {
|
|
12646
12646
|
i0.ɵɵelementContainerStart(0);
|
|
12647
|
-
i0.ɵɵtemplate(1, DynamicFormQuestionComponent_ng_container_26_ng_container_4_ion_col_1_Template, 2, 7, "ion-col",
|
|
12647
|
+
i0.ɵɵtemplate(1, DynamicFormQuestionComponent_ng_container_26_ng_container_4_ion_col_1_Template, 2, 7, "ion-col", 114);
|
|
12648
12648
|
i0.ɵɵelementContainerEnd();
|
|
12649
12649
|
} if (rf & 2) {
|
|
12650
|
-
const
|
|
12651
|
-
const
|
|
12650
|
+
const element_r163 = ctx.$implicit;
|
|
12651
|
+
const ctx_r161 = i0.ɵɵnextContext(2);
|
|
12652
12652
|
i0.ɵɵadvance(1);
|
|
12653
|
-
i0.ɵɵproperty("ngIf",
|
|
12653
|
+
i0.ɵɵproperty("ngIf", element_r163.colElement === "COL1" && ctx_r161.visibleIf(element_r163.visibleIf, element_r163.name));
|
|
12654
12654
|
} }
|
|
12655
12655
|
function DynamicFormQuestionComponent_ng_container_26_ng_container_7_ion_col_1_Template(rf, ctx) { if (rf & 1) {
|
|
12656
|
-
i0.ɵɵelementStart(0, "ion-col",
|
|
12657
|
-
i0.ɵɵelement(1, "app-question",
|
|
12656
|
+
i0.ɵɵelementStart(0, "ion-col", 118);
|
|
12657
|
+
i0.ɵɵelement(1, "app-question", 116);
|
|
12658
12658
|
i0.ɵɵelementEnd();
|
|
12659
12659
|
} if (rf & 2) {
|
|
12660
|
-
const
|
|
12661
|
-
const
|
|
12662
|
-
i0.ɵɵproperty("sizeXl",
|
|
12660
|
+
const element_r166 = i0.ɵɵnextContext().$implicit;
|
|
12661
|
+
const ctx_r167 = i0.ɵɵnextContext(2);
|
|
12662
|
+
i0.ɵɵproperty("sizeXl", element_r166.sizeXL)("sizeLg", element_r166.sizeLG)("sizeMd", element_r166.sizeMD)("offsetMd", element_r166.offSetMD);
|
|
12663
12663
|
i0.ɵɵadvance(1);
|
|
12664
|
-
i0.ɵɵproperty("question",
|
|
12664
|
+
i0.ɵɵproperty("question", element_r166)("form", ctx_r167.form)("forScreenQuestionnaire", ctx_r167.forScreenQuestionnaire);
|
|
12665
12665
|
} }
|
|
12666
12666
|
function DynamicFormQuestionComponent_ng_container_26_ng_container_7_Template(rf, ctx) { if (rf & 1) {
|
|
12667
12667
|
i0.ɵɵelementContainerStart(0);
|
|
12668
|
-
i0.ɵɵtemplate(1, DynamicFormQuestionComponent_ng_container_26_ng_container_7_ion_col_1_Template, 2, 7, "ion-col",
|
|
12668
|
+
i0.ɵɵtemplate(1, DynamicFormQuestionComponent_ng_container_26_ng_container_7_ion_col_1_Template, 2, 7, "ion-col", 117);
|
|
12669
12669
|
i0.ɵɵelementContainerEnd();
|
|
12670
12670
|
} if (rf & 2) {
|
|
12671
|
-
const
|
|
12672
|
-
const
|
|
12671
|
+
const element_r166 = ctx.$implicit;
|
|
12672
|
+
const ctx_r162 = i0.ɵɵnextContext(2);
|
|
12673
12673
|
i0.ɵɵadvance(1);
|
|
12674
|
-
i0.ɵɵproperty("ngIf",
|
|
12674
|
+
i0.ɵɵproperty("ngIf", element_r166.colElement === "COL2" && ctx_r162.visibleIf(element_r166.visibleIf, element_r166.name));
|
|
12675
12675
|
} }
|
|
12676
12676
|
function DynamicFormQuestionComponent_ng_container_26_Template(rf, ctx) { if (rf & 1) {
|
|
12677
|
-
i0.ɵɵelementContainerStart(0,
|
|
12677
|
+
i0.ɵɵelementContainerStart(0, 112);
|
|
12678
12678
|
i0.ɵɵelementStart(1, "ion-row")(2, "ion-col")(3, "ion-row");
|
|
12679
|
-
i0.ɵɵtemplate(4, DynamicFormQuestionComponent_ng_container_26_ng_container_4_Template, 2, 1, "ng-container",
|
|
12679
|
+
i0.ɵɵtemplate(4, DynamicFormQuestionComponent_ng_container_26_ng_container_4_Template, 2, 1, "ng-container", 113);
|
|
12680
12680
|
i0.ɵɵelementEnd()();
|
|
12681
12681
|
i0.ɵɵelementStart(5, "ion-col")(6, "ion-row");
|
|
12682
|
-
i0.ɵɵtemplate(7, DynamicFormQuestionComponent_ng_container_26_ng_container_7_Template, 2, 1, "ng-container",
|
|
12682
|
+
i0.ɵɵtemplate(7, DynamicFormQuestionComponent_ng_container_26_ng_container_7_Template, 2, 1, "ng-container", 113);
|
|
12683
12683
|
i0.ɵɵelementEnd()()();
|
|
12684
12684
|
i0.ɵɵelementContainerEnd();
|
|
12685
12685
|
} if (rf & 2) {
|
|
@@ -12690,19 +12690,19 @@ function DynamicFormQuestionComponent_ng_container_26_Template(rf, ctx) { if (rf
|
|
|
12690
12690
|
i0.ɵɵproperty("ngForOf", ctx_r24.question.elements);
|
|
12691
12691
|
} }
|
|
12692
12692
|
function DynamicFormQuestionComponent_div_27_small_1_Template(rf, ctx) { if (rf & 1) {
|
|
12693
|
-
i0.ɵɵelementStart(0, "small",
|
|
12693
|
+
i0.ɵɵelementStart(0, "small", 120);
|
|
12694
12694
|
i0.ɵɵtext(1);
|
|
12695
12695
|
i0.ɵɵpipe(2, "dynamicTranslate");
|
|
12696
12696
|
i0.ɵɵelementEnd();
|
|
12697
12697
|
} if (rf & 2) {
|
|
12698
|
-
const
|
|
12698
|
+
const ctx_r169 = i0.ɵɵnextContext(2);
|
|
12699
12699
|
i0.ɵɵproperty("@rowExpansionTrigger", "active");
|
|
12700
12700
|
i0.ɵɵadvance(1);
|
|
12701
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind2(2, 2,
|
|
12701
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind2(2, 2, ctx_r169.isValid, ctx_r169.dynamicParam));
|
|
12702
12702
|
} }
|
|
12703
12703
|
function DynamicFormQuestionComponent_div_27_Template(rf, ctx) { if (rf & 1) {
|
|
12704
|
-
i0.ɵɵelementStart(0, "div",
|
|
12705
|
-
i0.ɵɵtemplate(1, DynamicFormQuestionComponent_div_27_small_1_Template, 3, 5, "small",
|
|
12704
|
+
i0.ɵɵelementStart(0, "div", 60);
|
|
12705
|
+
i0.ɵɵtemplate(1, DynamicFormQuestionComponent_div_27_small_1_Template, 3, 5, "small", 119);
|
|
12706
12706
|
i0.ɵɵelementEnd();
|
|
12707
12707
|
} if (rf & 2) {
|
|
12708
12708
|
const ctx_r25 = i0.ɵɵnextContext();
|
|
@@ -13043,6 +13043,7 @@ class DynamicFormQuestionComponent {
|
|
|
13043
13043
|
var keepGoing = true;
|
|
13044
13044
|
if (this.util.isState('MS')) {
|
|
13045
13045
|
let message = "Enter details or delete each employer(s) to continue";
|
|
13046
|
+
this.employerGrid?.submit();
|
|
13046
13047
|
this.form.controls[this.question.name].markAsDirty();
|
|
13047
13048
|
return message;
|
|
13048
13049
|
}
|
|
@@ -13567,13 +13568,15 @@ class DynamicFormQuestionComponent {
|
|
|
13567
13568
|
i0.ɵɵviewQuery(_c1$R, 5);
|
|
13568
13569
|
i0.ɵɵviewQuery(_c2$C, 5);
|
|
13569
13570
|
i0.ɵɵviewQuery(_c3$v, 5);
|
|
13571
|
+
i0.ɵɵviewQuery(_c4$t, 5);
|
|
13570
13572
|
} if (rf & 2) {
|
|
13571
13573
|
let _t;
|
|
13572
13574
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.bankdtls = _t.first);
|
|
13573
13575
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.wcEmployerGrid = _t.first);
|
|
13576
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.employerGrid = _t.first);
|
|
13574
13577
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.jobTitle = _t.first);
|
|
13575
13578
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.addresses = _t);
|
|
13576
|
-
} }, inputs: { question: "question", form: "form", indexNumber: "indexNumber", forScreenQuestionnaire: "forScreenQuestionnaire", dynamicParam: "dynamicParam", potentialIssueId: "potentialIssueId", questionaireForm: "questionaireForm" }, outputs: { onDynamicParamUpdate: "onDynamicParamUpdate" }, decls: 28, vars: 29, consts: [[3, "formGroup", "id"], ["appendTo", "body", "closeOnEscape", "false", 3, "visible", "position", "modal", "breakpoints", "style", "baseZIndex", "draggable", "resizable", "visibleChange", 4, "ngIf"], ["class", "form-label", 3, "ngStyle", 4, "ngIf"], [4, "ngIf"], ["style", "display: flex;", 4, "ngIf"], [3, "ngSwitch"], [4, "ngSwitchCase"], ["class", "responsive", 4, "ngSwitchCase"], [3, "ngStyle", 4, "ngIf"], ["appendTo", "body", "closeOnEscape", "false", 3, "visible", "position", "modal", "breakpoints", "baseZIndex", "draggable", "resizable", "visibleChange"], [1, "heading", "ion-padding-left"], [3, "innerHTML"], ["pTemplate", "footer"], ["shape", "round", "size", "small", "type", "submit", "fill", "outline", 3, "click", 4, "ngIf"], ["shape", "round", "size", "small", "type", "submit", "fill", "solid", 3, "click", 4, "ngIf"], ["shape", "round", "size", "small", "type", "submit", "fill", "outline", 3, "click"], ["shape", "round", "size", "small", "type", "submit", "fill", "solid", 3, "click"], [1, "form-label", 3, "ngStyle"], [3, "innerHtml"], [3, "formControlName", "form", "dynamicParam", "modelDisplay", 4, "ngIf"], [3, "componentData", "question", "form", "accepted", 4, "ngIf"], [3, "componentData", 4, "ngIf"], [3, "formControlName", 4, "ngIf"], [3, "formControlName", "fromPopup", "countyRequired", "questionaireForm", "inputId", "componentData", "diffMailAddress", "enableAddressValidation", 4, "ngIf"], [3, "formControlName", "isRequired", 4, "ngIf"], [3, "formControlName", "componentData", "form", "question", 4, "ngIf"], [3, "form", "dynamicParam", "formControlName", 4, "ngIf"], ["empType", "REG", 3, "formControlName", "onFound", "onEmpty", 4, "ngIf"], [3, "formControlName", "dynamicParam", 4, "ngIf"], [3, "potentialIssueId", "formControlName", 4, "ngIf"], [3, "isRequired", "formControlName", "text", "uri", "externalUrl", 4, "ngIf"], [3, "isRequired", "formControlName", "inputId", 4, "ngIf"], [3, "formControlName", "question", "form", "accepted", 4, "ngIf"], [3, "componentData", "formControlName", 4, "ngIf"], [3, "formControlName", "form", "dynamicParam", "modelDisplay"], [3, "componentData", "question", "form", "accepted"], [3, "componentData"], [3, "formControlName"], [3, "formControlName", "fromPopup", "countyRequired", "questionaireForm", "inputId", "componentData", "diffMailAddress", "enableAddressValidation"], ["address", ""], [3, "formControlName", "isRequired"], ["bankdtls", ""], [3, "formControlName", "componentData", "form", "question"], [3, "form", "dynamicParam", "formControlName"], ["wcEmployerGrid", ""], ["empType", "REG", 3, "formControlName", "onFound", "onEmpty"], [3, "formControlName", "dynamicParam"], [3, "potentialIssueId", "formControlName"], [3, "isRequired", "formControlName", "text", "uri", "externalUrl"], [3, "isRequired", "formControlName", "inputId"], [3, "formControlName", "question", "form", "accepted"], [3, "componentData", "formControlName"], [2, "display", "flex"], [1, "heading", 2, "color", "var(--ion-color-medium-gray)", "padding-top", "20px", 3, "innerHTML"], ["style", "flex-grow: 1;", "style", "padding-left: 8px; padding-top:13px", 4, "ngIf"], [2, "padding-left", "8px", "padding-top", "13px"], [3, "overlayText"], [1, "container", 2, "display", "flex"], ["style", "flex-grow: 1;", "style", "padding-left: 8px; padding-top:3px", 4, "ngIf"], [3, "ngStyle"], ["yearRange", "1901:2099", "dateFormat", "mm/dd/yy", "appendTo", "body", "dataType", "string", "placeholder", "mm/dd/yyyy", 3, "formControlName", "inputId", "monthNavigator", "yearNavigator", "showIcon", "minDate", "maxDate", "showOnFocus", "iconAriaLabel", "onBlur", "onSelect", "onInput"], ["mask", "999-99-9999", "placeholder", "999-99-9999", 3, "inputId", "formControlName", "type", "onComplete", "onFocus", "onBlur"], ["mask", "9999", "placeholder", "9999", 3, "inputId", "formControlName", "type", "onComplete", "onFocus", "onBlur"], ["mask", "99-99999-9-99", "placeholder", "99-99999-9-99", 3, "inputId", "formControlName", "value", "onComplete"], ["mode", "decimal", "locale", "en-US", 3, "inputId", "formControlName", "minFractionDigits", "ariaLabel"], ["type", "text", "pInputText", "", 3, "maxLength", "placeholder", "id", "formControlName", 4, "ngIf"], ["type", "text", "pInputText", "", 3, "placeholder", "id", "formControlName", 4, "ngIf"], ["type", "text", "pInputText", "", 3, "id", "formControlName", "placeholder", 4, "ngIf"], ["type", "text", "pInputText", "", 3, "maxLength", "placeholder", "id", "formControlName"], ["type", "text", "pInputText", "", 3, "placeholder", "id", "formControlName"], ["type", "text", "pInputText", "", 3, "id", "formControlName", "placeholder"], ["type", "text", "pInputText", "", 3, "maxLength", "id", "formControlName", "placeholder", 4, "ngIf"], ["type", "text", "pInputText", "", 3, "maxLength", "id", "formControlName", "placeholder"], ["mask", "999-999-9999", 3, "inputId", "formControlName", "placeholder", "onBlur", 4, "ngIf"], ["mask", "999-999-9999", 3, "inputId", "formControlName", "placeholder", "onBlur"], ["weakLabel", "Weak password", "mediumLabel", "Weak password", "strongLabel", "Strong password", "strongRegex", "^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[_@*$!#.]+.*[_@*$!#.])(?=.{14,})", 3, "inputId", "formControlName", "toggleMask", "maxLength", "ariaLabel"], [1, "mt-1", 2, "font-size", "small"], [2, "line-height", "1.25"], [2, "margin-left", "-25px", "font-size", "small"], ["style", "margin-left: -25px; font-size: small;", 4, "ngIf"], [3, "allowedFileType", "formControlName", "maxSizeInMB", "multiple", "noOfFilesToUpload"], ["type", "text", "pInputText", "", 3, "id", "formControlName", "placeholder", "blur"], [2, "padding-left", "8px", "padding-top", "3px"], ["style", "display: flex; align-items: center;", 3, "ngStyle", 4, "ngIf"], [2, "display", "flex", "align-items", "center", 3, "ngStyle"], ["autoResize", "true", 3, "id", "formControlName", "maxLength", "rows", "cols", "placeholder"], ["style", "flex-grow: 1;", "style", "padding-left: 3px; padding-top:3px", 4, "ngIf"], [2, "padding-left", "3px", "padding-top", "3px"], ["autoResize", "true", 3, "id", "formControlName", "rows", "cols", "placeholder"], ["appendTo", "body", "field", "text", "minLength", "1", 3, "formControlName", "suggestions", "dropdown", "forceSelection", "completeOnFocus", "completeMethod", "onSelect", 4, "ngIf"], ["optionLabel", "text", "appendTo", "body", 3, "options", "formControlName", "autoDisplayFirst", "inputId", "ariaLabel", "placeholder", "onChange", "onClick"], ["appendTo", "body", "field", "text", "minLength", "1", 3, "formControlName", "suggestions", "dropdown", "forceSelection", "completeOnFocus", "completeMethod", "onSelect"], ["pTemplate", "item"], ["unselectable", "true", "optionLabel", "text", "optionValue", "value", 3, "options", "formControlName", "onOptionClick"], ["mode", "decimal", 3, "formControlName", "inputId", "useGrouping", "min", "max", "size", "maxlength", "ariaLabel", "placeholder", "required"], ["mode", "decimal", 3, "formControlName", "inputId", "useGrouping", "minFractionDigits", "maxFractionDigits", "min", "max", "size", "maxlength", "ariaLabel", "placeholder", "required"], ["mode", "currency", "currency", "USD", 3, "formControlName", "inputId", "useGrouping", "minFractionDigits", "maxFractionDigits", "min", "max", "size", "maxlength", "ariaLabel", "placeholder", "required"], [1, "formgroup-inline", 3, "ngStyle"], ["styleClass", "app-p-checkbox", 3, "name", "value", "label", "formControl", "inputId", 4, "ngFor", "ngForOf"], ["styleClass", "app-p-checkbox", 3, "name", "value", "label", "formControl", "inputId"], ["unselectable", "true", "optionLabel", "text", "optionValue", "value", 3, "options", "formControlName", "multiple"], [1, "field-checkbox"], ["binary", "true", "inputId", "binary", 3, "formControlName"], ["for", "binary"], ["style", "flex-grow: 1;", "style", "padding-left: 8px; padding-top: 3px", 4, "ngIf"], ["type", "hidden", 3, "formControlName"], ["style", "flex-grow: 1;", "style", "padding-left: 2px", 4, "ngIf"], [2, "padding-left", "2px"], [3, "displayText", "overlayText", "displayAsLabel"], [3, "displayText", "formControlName", "overlayText", "labelWithLink"], [3, "displayText", "formControlName", "labelWithPopup", "labelWithLink"], [1, "responsive"], [4, "ngFor", "ngForOf"], ["class", "col-fit-content", 3, "sizeXl", "sizeLg", "sizeMd", "offsetMd", 4, "ngIf"], [1, "col-fit-content", 3, "sizeXl", "sizeLg", "sizeMd", "offsetMd"], [3, "question", "form", "forScreenQuestionnaire"], [3, "sizeXl", "sizeLg", "sizeMd", "offsetMd", 4, "ngIf"], [3, "sizeXl", "sizeLg", "sizeMd", "offsetMd"], ["class", "p-error", 4, "ngIf"], [1, "p-error"]], template: function DynamicFormQuestionComponent_Template(rf, ctx) { if (rf & 1) {
|
|
13579
|
+
} }, inputs: { question: "question", form: "form", indexNumber: "indexNumber", forScreenQuestionnaire: "forScreenQuestionnaire", dynamicParam: "dynamicParam", potentialIssueId: "potentialIssueId", questionaireForm: "questionaireForm" }, outputs: { onDynamicParamUpdate: "onDynamicParamUpdate" }, decls: 28, vars: 29, consts: [[3, "formGroup", "id"], ["appendTo", "body", "closeOnEscape", "false", 3, "visible", "position", "modal", "breakpoints", "style", "baseZIndex", "draggable", "resizable", "visibleChange", 4, "ngIf"], ["class", "form-label", 3, "ngStyle", 4, "ngIf"], [4, "ngIf"], ["style", "display: flex;", 4, "ngIf"], [3, "ngSwitch"], [4, "ngSwitchCase"], ["class", "responsive", 4, "ngSwitchCase"], [3, "ngStyle", 4, "ngIf"], ["appendTo", "body", "closeOnEscape", "false", 3, "visible", "position", "modal", "breakpoints", "baseZIndex", "draggable", "resizable", "visibleChange"], [1, "heading", "ion-padding-left"], [3, "innerHTML"], ["pTemplate", "footer"], ["shape", "round", "size", "small", "type", "submit", "fill", "outline", 3, "click", 4, "ngIf"], ["shape", "round", "size", "small", "type", "submit", "fill", "solid", 3, "click", 4, "ngIf"], ["shape", "round", "size", "small", "type", "submit", "fill", "outline", 3, "click"], ["shape", "round", "size", "small", "type", "submit", "fill", "solid", 3, "click"], [1, "form-label", 3, "ngStyle"], [3, "innerHtml"], [3, "formControlName", "form", "dynamicParam", "modelDisplay", 4, "ngIf"], [3, "componentData", "question", "form", "accepted", 4, "ngIf"], [3, "componentData", 4, "ngIf"], [3, "formControlName", 4, "ngIf"], [3, "formControlName", "fromPopup", "countyRequired", "questionaireForm", "inputId", "componentData", "diffMailAddress", "enableAddressValidation", 4, "ngIf"], [3, "formControlName", "isRequired", 4, "ngIf"], [3, "formControlName", "componentData", "form", "question", 4, "ngIf"], [3, "form", "dynamicParam", "formControlName", 4, "ngIf"], ["empType", "REG", 3, "formControlName", "onFound", "onEmpty", 4, "ngIf"], [3, "formControlName", "dynamicParam", 4, "ngIf"], [3, "potentialIssueId", "formControlName", 4, "ngIf"], [3, "isRequired", "formControlName", "text", "uri", "externalUrl", 4, "ngIf"], [3, "isRequired", "formControlName", "inputId", 4, "ngIf"], [3, "formControlName", "question", "form", "accepted", 4, "ngIf"], [3, "componentData", "formControlName", 4, "ngIf"], [3, "formControlName", "form", "dynamicParam", "modelDisplay"], ["employerGrid", ""], [3, "componentData", "question", "form", "accepted"], [3, "componentData"], [3, "formControlName"], [3, "formControlName", "fromPopup", "countyRequired", "questionaireForm", "inputId", "componentData", "diffMailAddress", "enableAddressValidation"], ["address", ""], [3, "formControlName", "isRequired"], ["bankdtls", ""], [3, "formControlName", "componentData", "form", "question"], [3, "form", "dynamicParam", "formControlName"], ["wcEmployerGrid", ""], ["empType", "REG", 3, "formControlName", "onFound", "onEmpty"], [3, "formControlName", "dynamicParam"], [3, "potentialIssueId", "formControlName"], [3, "isRequired", "formControlName", "text", "uri", "externalUrl"], [3, "isRequired", "formControlName", "inputId"], [3, "formControlName", "question", "form", "accepted"], [3, "componentData", "formControlName"], [2, "display", "flex"], [1, "heading", 2, "color", "var(--ion-color-medium-gray)", "padding-top", "20px", 3, "innerHTML"], ["style", "flex-grow: 1;", "style", "padding-left: 8px; padding-top:13px", 4, "ngIf"], [2, "padding-left", "8px", "padding-top", "13px"], [3, "overlayText"], [1, "container", 2, "display", "flex"], ["style", "flex-grow: 1;", "style", "padding-left: 8px; padding-top:3px", 4, "ngIf"], [3, "ngStyle"], ["yearRange", "1901:2099", "dateFormat", "mm/dd/yy", "appendTo", "body", "dataType", "string", "placeholder", "mm/dd/yyyy", 3, "formControlName", "inputId", "monthNavigator", "yearNavigator", "showIcon", "minDate", "maxDate", "showOnFocus", "iconAriaLabel", "onBlur", "onSelect", "onInput"], ["mask", "999-99-9999", "placeholder", "999-99-9999", 3, "inputId", "formControlName", "type", "onComplete", "onFocus", "onBlur"], ["mask", "9999", "placeholder", "9999", 3, "inputId", "formControlName", "type", "onComplete", "onFocus", "onBlur"], ["mask", "99-99999-9-99", "placeholder", "99-99999-9-99", 3, "inputId", "formControlName", "value", "onComplete"], ["mode", "decimal", "locale", "en-US", 3, "inputId", "formControlName", "minFractionDigits", "ariaLabel"], ["type", "text", "pInputText", "", 3, "maxLength", "placeholder", "id", "formControlName", 4, "ngIf"], ["type", "text", "pInputText", "", 3, "placeholder", "id", "formControlName", 4, "ngIf"], ["type", "text", "pInputText", "", 3, "id", "formControlName", "placeholder", 4, "ngIf"], ["type", "text", "pInputText", "", 3, "maxLength", "placeholder", "id", "formControlName"], ["type", "text", "pInputText", "", 3, "placeholder", "id", "formControlName"], ["type", "text", "pInputText", "", 3, "id", "formControlName", "placeholder"], ["type", "text", "pInputText", "", 3, "maxLength", "id", "formControlName", "placeholder", 4, "ngIf"], ["type", "text", "pInputText", "", 3, "maxLength", "id", "formControlName", "placeholder"], ["mask", "999-999-9999", 3, "inputId", "formControlName", "placeholder", "onBlur", 4, "ngIf"], ["mask", "999-999-9999", 3, "inputId", "formControlName", "placeholder", "onBlur"], ["weakLabel", "Weak password", "mediumLabel", "Weak password", "strongLabel", "Strong password", "strongRegex", "^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[_@*$!#.]+.*[_@*$!#.])(?=.{14,})", 3, "inputId", "formControlName", "toggleMask", "maxLength", "ariaLabel"], [1, "mt-1", 2, "font-size", "small"], [2, "line-height", "1.25"], [2, "margin-left", "-25px", "font-size", "small"], ["style", "margin-left: -25px; font-size: small;", 4, "ngIf"], [3, "allowedFileType", "formControlName", "maxSizeInMB", "multiple", "noOfFilesToUpload"], ["type", "text", "pInputText", "", 3, "id", "formControlName", "placeholder", "blur"], [2, "padding-left", "8px", "padding-top", "3px"], ["style", "display: flex; align-items: center;", 3, "ngStyle", 4, "ngIf"], [2, "display", "flex", "align-items", "center", 3, "ngStyle"], ["autoResize", "true", 3, "id", "formControlName", "maxLength", "rows", "cols", "placeholder"], ["style", "flex-grow: 1;", "style", "padding-left: 3px; padding-top:3px", 4, "ngIf"], [2, "padding-left", "3px", "padding-top", "3px"], ["autoResize", "true", 3, "id", "formControlName", "rows", "cols", "placeholder"], ["appendTo", "body", "field", "text", "minLength", "1", 3, "formControlName", "suggestions", "dropdown", "forceSelection", "completeOnFocus", "completeMethod", "onSelect", 4, "ngIf"], ["optionLabel", "text", "appendTo", "body", 3, "options", "formControlName", "autoDisplayFirst", "inputId", "ariaLabel", "placeholder", "onChange", "onClick"], ["appendTo", "body", "field", "text", "minLength", "1", 3, "formControlName", "suggestions", "dropdown", "forceSelection", "completeOnFocus", "completeMethod", "onSelect"], ["pTemplate", "item"], ["unselectable", "true", "optionLabel", "text", "optionValue", "value", 3, "options", "formControlName", "onOptionClick"], ["mode", "decimal", 3, "formControlName", "inputId", "useGrouping", "min", "max", "size", "maxlength", "ariaLabel", "placeholder", "required"], ["mode", "decimal", 3, "formControlName", "inputId", "useGrouping", "minFractionDigits", "maxFractionDigits", "min", "max", "size", "maxlength", "ariaLabel", "placeholder", "required"], ["mode", "currency", "currency", "USD", 3, "formControlName", "inputId", "useGrouping", "minFractionDigits", "maxFractionDigits", "min", "max", "size", "maxlength", "ariaLabel", "placeholder", "required"], [1, "formgroup-inline", 3, "ngStyle"], ["styleClass", "app-p-checkbox", 3, "name", "value", "label", "formControl", "inputId", 4, "ngFor", "ngForOf"], ["styleClass", "app-p-checkbox", 3, "name", "value", "label", "formControl", "inputId"], ["unselectable", "true", "optionLabel", "text", "optionValue", "value", 3, "options", "formControlName", "multiple"], [1, "field-checkbox"], ["binary", "true", "inputId", "binary", 3, "formControlName"], ["for", "binary"], ["style", "flex-grow: 1;", "style", "padding-left: 8px; padding-top: 3px", 4, "ngIf"], ["type", "hidden", 3, "formControlName"], ["style", "flex-grow: 1;", "style", "padding-left: 2px", 4, "ngIf"], [2, "padding-left", "2px"], [3, "displayText", "overlayText", "displayAsLabel"], [3, "displayText", "formControlName", "overlayText", "labelWithLink"], [3, "displayText", "formControlName", "labelWithPopup", "labelWithLink"], [1, "responsive"], [4, "ngFor", "ngForOf"], ["class", "col-fit-content", 3, "sizeXl", "sizeLg", "sizeMd", "offsetMd", 4, "ngIf"], [1, "col-fit-content", 3, "sizeXl", "sizeLg", "sizeMd", "offsetMd"], [3, "question", "form", "forScreenQuestionnaire"], [3, "sizeXl", "sizeLg", "sizeMd", "offsetMd", 4, "ngIf"], [3, "sizeXl", "sizeLg", "sizeMd", "offsetMd"], ["class", "p-error", 4, "ngIf"], [1, "p-error"]], template: function DynamicFormQuestionComponent_Template(rf, ctx) { if (rf & 1) {
|
|
13577
13580
|
i0.ɵɵelementStart(0, "div", 0);
|
|
13578
13581
|
i0.ɵɵtemplate(1, DynamicFormQuestionComponent_p_dialog_1_Template, 5, 14, "p-dialog", 1)(2, DynamicFormQuestionComponent_div_2_Template, 2, 2, "div", 2)(3, DynamicFormQuestionComponent_div_3_Template, 4, 7, "div", 2)(4, DynamicFormQuestionComponent_div_4_Template, 4, 7, "div", 2)(5, DynamicFormQuestionComponent_div_5_Template, 4, 7, "div", 2)(6, DynamicFormQuestionComponent_div_6_Template, 29, 28, "div", 3)(7, DynamicFormQuestionComponent_div_7_Template, 4, 7, "div", 2)(8, DynamicFormQuestionComponent_div_8_Template, 5, 7, "div", 4);
|
|
13579
13582
|
i0.ɵɵelementStart(9, "div", 5);
|
|
@@ -13641,7 +13644,7 @@ class DynamicFormQuestionComponent {
|
|
|
13641
13644
|
}
|
|
13642
13645
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DynamicFormQuestionComponent, [{
|
|
13643
13646
|
type: Component,
|
|
13644
|
-
args: [{ selector: 'app-question', changeDetection: ChangeDetectionStrategy.Default, animations: [rowExpansionTrigger], template: "<div [formGroup]=\"form\" [id]=\"'question-div-' + question.name\">\r\n <p-dialog *ngIf=\"displayPosition\" [(visible)]=\"displayPosition\" [position]=\"position\"\r\n [modal]=\"true\" [breakpoints]=\"{'1200px': '660px', '992px': '660px', '768px': '660px', '576px': '100vw'}\" [style]=\"{width: '45vw'}\"\r\n [baseZIndex]=\"5000\" [draggable]=\"false\" [resizable]=\"false\" appendTo=\"body\" closeOnEscape=\"false\" [attr.aria-label]=\"question.title\">\r\n\r\n <h4 class=\"heading ion-padding-left\">\r\n {{popUpHeader}}\r\n </h4>\r\n <div [innerHTML]=\"sanitizer.bypassSecurityTrustHtml(popUpText)\"></div>\r\n <ng-template pTemplate=\"footer\">\r\n <ion-button shape=\"round\" *ngIf=\"popUpNoActionLabel\" size=\"small\" type=\"submit\" fill=\"outline\" (click)=\"reject()\">\r\n {{popUpNoActionLabel}}\r\n </ion-button>\r\n\r\n <ion-button shape=\"round\" *ngIf=\"popUpYesActionLabel\" size=\"small\" type=\"submit\" fill=\"solid\" (click)=\"accept()\">\r\n {{popUpYesActionLabel}}\r\n </ion-button>\r\n\r\n </ng-template>\r\n </p-dialog>\r\n <div [ngStyle]=\"setStyle(question.indent)\" *ngIf=\"!forScreenQuestionnaire\" class=\"form-label\">\r\n <label [attr.for]=\"question.name\" *ngIf=\"question.indent===1 && question.type!='html' && question.type!='hidden' && question.type!='label'\">\r\n <span [innerHtml]=\"question.title | dynamicTranslate:dynamicParam | trustHtml\"></span>\r\n </label>\r\n </div>\r\n\r\n <div [ngStyle]=\"setStyle(question.indent)\" class=\"form-label\"\r\n *ngIf=\"forScreenQuestionnaire && question.indent===1 && question.type!='html' && question.type!='hidden' && question.description && question.type!='simplecheckbox' && question.type!='label' && question.type!='label-with-overlay'\">\r\n <span [innerHtml]=\"question.title | dynamicTranslate:dynamicParam | trustHtml\"></span>\r\n </div>\r\n\r\n <div [ngStyle]=\"setStyle(question.indent)\" class=\"form-label\"\r\n *ngIf=\"forScreenQuestionnaire && question.customTag && (question.customTag!='component' || (question.customTag=='component' && showLabelForCustomComponent())) && question.indent===1 && question.type!='html' && question.type!='hidden' && !question.description && question.type!='label' && question.type!='simplecheckbox'\">\r\n <span [innerHtml]=\"question.title | dynamicTranslate:dynamicParam | trustHtml\"></span>\r\n </div>\r\n\r\n <div [ngStyle]=\"setStyle(question.indent)\" class=\"form-label\"\r\n *ngIf=\"forScreenQuestionnaire && !question.customTag && question.indent===1 && question.type!='html' && question.type!='hidden' && !question.description && question.type!='simplecheckbox' && question.type!='label' && question.type!='label-with-overlay'\">\r\n <span [innerHtml]=\"question.title | dynamicTranslate:dynamicParam | trustHtml\"></span>\r\n </div>\r\n\r\n <div *ngIf=\"question.customTag && question.customTag==='component' && question.type!='html' && !question.description\">\r\n <app-employer-grid [formControlName]=\"question.name\" [form]=\"form\" [dynamicParam]=\"dynamicParam\"\r\n *ngIf=\"question.componentName==='app-employer-grid'\" (modelDisplay)=\"onModelDisplay($event)\"></app-employer-grid>\r\n\r\n <app-offline-employer-grid [formControlName]=\"question.name\" [form]=\"form\" [dynamicParam]=\"dynamicParam\"\r\n *ngIf=\"question.componentName==='app-offline-employer-grid'\" (modelDisplay)=\"onModelDisplay($event)\"></app-offline-employer-grid>\r\n\r\n <app-legal-disclaimar *ngIf=\"question.componentName==='app-legal-disclaimar'\"\r\n [componentData]=\"question.componentData\" (accepted)=\"onAccepted($event)\" [question]=\"question\" [form]=\"form\">\r\n </app-legal-disclaimar>\r\n\r\n <app-offline-legal-disclaimar *ngIf=\"question.componentName==='app-offline-legal-disclaimar'\"\r\n [componentData]=\"question.componentData\" (accepted)=\"onAccepted($event)\" [question]=\"question\" [form]=\"form\">\r\n </app-offline-legal-disclaimar>\r\n\r\n <money-expect *ngIf=\"question.componentName==='money-expect'\" [componentData]=\"question.componentData\" ></money-expect>\r\n <app-captcha [formControlName]=\"question.name\" *ngIf=\"question.componentName==='app-captcha'\"></app-captcha>\r\n\r\n <app-file-uploader [formControlName]=\"question.name\" *ngIf=\"question.componentName==='app-file-uploader'\">\r\n </app-file-uploader>\r\n <app-address [formControlName]=\"question.name\" [fromPopup]=\"false\" [countyRequired]=\"question.countyRequired\" [questionaireForm]=\"questionaireForm\"\r\n *ngIf=\"question.componentName==='app-address'\" #address [inputId]=\"question.name\" [componentData]=\"question.componentData\"\r\n [diffMailAddress]=\"(form?.controls['diffMailingAddress']?.value === 'Y') || (form?.controls['diffmailaddress']?.value === 'Y')? true : false\"\r\n [enableAddressValidation]=\"isAddressValidationEnabled\" > </app-address>\r\n <!-- <app-address-suggestion *ngIf=\"showAddressSuggestion\"></app-address-suggestion> -->\r\n <app-job-title [formControlName]=\"question.name\" [isRequired]=\"question.isRequired\"\r\n *ngIf=\"question.componentName==='app-job-title'\" > </app-job-title> \r\n \r\n <app-bank-details [formControlName]=\"question.name\" *ngIf=\"question.componentName==='app-bank-details'\" #bankdtls>\r\n </app-bank-details>\r\n\r\n <app-offline-bank-details [formControlName]=\"question.name\" *ngIf=\"question.componentName==='app-offline-bank-details'\" #bankdtls>\r\n </app-offline-bank-details>\r\n\r\n <app-requalify-lift-previous-issues *ngIf=\"question.componentName==='app-requalify-lift-previous-issues'\"\r\n [formControlName]=\"question.name\" [componentData]=\"question.componentData\" [form]=\"form\" [question]=\"question\">\r\n </app-requalify-lift-previous-issues> \r\n <app-dependent-grid [formControlName]=\"question.name\" *ngIf=\"question.componentName==='app-dependent-grid'\"></app-dependent-grid>\r\n <app-weekly-cert-employer-grid #wcEmployerGrid [form]=\"form\" [dynamicParam]=\"dynamicParam\" [formControlName]=\"question.name\" *ngIf=\"question.componentName==='app-weekly-cert-employer-grid'\"></app-weekly-cert-employer-grid>\r\n <app-search-employer [formControlName]=\"question.name\" empType=\"REG\" (onFound)=\"setEmployer($event)\" \r\n (onEmpty)=\"resetEmployer()\" *ngIf=\"question.componentName==='app-search-employer'\"></app-search-employer>\r\n <app-add-participant [formControlName]=\"question.name\" [dynamicParam]=\"dynamicParam\" *ngIf=\"question.componentName==='app-add-participant'\"> </app-add-participant>\r\n <app-add-payment [potentialIssueId]=\"potentialIssueId\" [formControlName]=\"question.name\" *ngIf=\"question.componentName==='app-add-payment'\"></app-add-payment>\r\n <app-link [isRequired]=\"question.isRequired\" [formControlName]=\"question.name\" *ngIf=\"question.componentName==='app-link'\" [text]=\"linkComponentData?.text\" [uri]=\"linkComponentData?.uri\" [externalUrl]=\"linkComponentData?.externalUrl\"></app-link>\r\n <app-sign-ssn [isRequired]=\"question.isRequired\" [formControlName]=\"question.name\" *ngIf=\"question.componentName==='app-sign-ssn'\" [inputId]=\"question.name\"></app-sign-ssn>\r\n <app-employer-pay-grid [formControlName]=\"question.name\" *ngIf=\"question.componentName==='app-employer-pay-grid'\"></app-employer-pay-grid>\r\n <app-sms [formControlName]=\"question.name\" *ngIf=\"question.componentName==='app-sms'\" [question]=\"question\" [form]=\"form\"\r\n (accepted)=\"onAcceptedOtp($event)\"></app-sms>\r\n <app-farm-usage [formControlName]=\"question.name\" *ngIf=\"question.componentName==='app-farm-usage'\"></app-farm-usage>\r\n <app-wage-grid [formControlName]=\"question.name\" *ngIf=\"question.componentName==='app-wage-grid'\"></app-wage-grid>\r\n <app-gross-earnings [formControlName]=\"question.name\" *ngIf=\"question.componentName==='app-gross-earnings'\"></app-gross-earnings>\r\n <app-scrollable-text [componentData]=\"question.componentData\" [formControlName]=\"question.name\" *ngIf=\"question.componentName==='app-scrollable-text'\"></app-scrollable-text>\r\n <app-employer-info [formControlName]=\"question.name\" *ngIf=\"question.componentName==='app-employer-info'\"></app-employer-info>\r\n <app-idme [formControlName]=\"question.name\" *ngIf=\"question.componentName==='app-idme'\"></app-idme>\r\n <app-wage-calculator [formControlName]=\"question.name\" *ngIf=\"question.componentName==='app-wage-calculator'\"></app-wage-calculator>\r\n </div>\r\n\r\n <div *ngIf=\"question.indent!=1 && question.type!='html' && question.type!='label' && question.type!='hidden'\" class=\"form-label\" [ngStyle]=\"setStyle(question.indent)\">\r\n <span [innerHtml]=\"question.title | dynamicTranslate:dynamicParam | trustHtml\"></span>\r\n </div>\r\n\r\n <div *ngIf=\"question.type==='html'\" style=\"display: flex;\">\r\n <div [innerHTML]=\"question.html | dynamicTranslate:dynamicParam | trustHtml\"\r\n style=\"color:var(--ion-color-medium-gray); padding-top: 20px;\" class=\"heading\">\r\n </div>\r\n <div style=\"flex-grow: 1;\" *ngIf=\"question.description\" style=\"padding-left: 8px; padding-top:13px\">\r\n <app-overlay-info [overlayText]=\"question.description | dynamicTranslate:dynamicParam\"></app-overlay-info>\r\n </div>\r\n </div>\r\n \r\n <div [ngSwitch]=\"question.type\">\r\n <ng-container *ngSwitchCase=\"'text'\">\r\n <div class=\"container\" style=\"display: flex;\">\r\n <div *ngIf=\"question.inputType && question.inputType==='date'\">\r\n <div [ngStyle]=\"setStyle(question.indent)\">\r\n <p-calendar [formControlName]=\"question.name\" [inputId]=\"question.name\" [monthNavigator]=\"true\"\r\n [yearNavigator]=\"true\" yearRange=\"1901:2099\" [showIcon]=\"true\" [minDate]=\"showMinDate ? minDate : null\"\r\n [maxDate]=\"showMaxDate ? maxDate : null\" dateFormat=\"mm/dd/yy\" appendTo=\"body\" dataType=\"string\"\r\n (onBlur)=\"validate(question)\" (onSelect)=\"validate(question)\" placeholder=\"mm/dd/yyyy\" [showOnFocus]=\"false\" \r\n (onInput)=\"dateInput($event)\" [iconAriaLabel]=\"question.title\">\r\n </p-calendar>\r\n </div>\r\n </div>\r\n\r\n <div\r\n *ngIf=\"question.inputType && question.inputType==='text' && question.customTag && question.customTag==='ssn'\"\r\n [ngStyle]=\"setStyle(question.indent)\">\r\n <p-inputMask mask=\"999-99-9999\" [inputId]=\"question.name\" [formControlName]=\"question.name\"\r\n placeholder=\"999-99-9999\" (onComplete)=\"validate(question)\" (onFocus)=\"unmask($event)\" (onBlur)=\"mask($event)\" [type]=\"type\" [attr.aria-label]=\"question.title\">\r\n </p-inputMask>\r\n </div>\r\n\r\n <div\r\n *ngIf=\"question.inputType && question.inputType==='text' && question.customTag && question.customTag==='custommask'\"\r\n [ngStyle]=\"setStyle(question.indent)\">\r\n <p-inputMask mask=\"9999\" [inputId]=\"question.name\" [formControlName]=\"question.name\"\r\n placeholder=\"9999\" (onComplete)=\"validate(question)\" (onFocus)=\"unmask($event)\" (onBlur)=\"mask($event)\" [type]=\"type\" [attr.aria-label]=\"question.title\">\r\n </p-inputMask>\r\n </div>\r\n\r\n <div\r\n *ngIf=\"question.inputType && question.inputType==='text' && question.customTag && question.customTag==='ean'\"\r\n [ngStyle]=\"setStyle(question.indent)\">\r\n <p-inputMask mask=\"99-99999-9-99\" [inputId]=\"question.name\" [formControlName]=\"question.name\"\r\n placeholder=\"99-99999-9-99\" [value]=\"81-00586-0-01\" (onComplete)=\"validate(question)\">\r\n </p-inputMask>\r\n </div>\r\n\r\n <div\r\n *ngIf=\"question.inputType && question.inputType==='text' && question.customTag && question.customTag==='dueamt'\"\r\n [ngStyle]=\"setStyle(question.indent)\">\r\n <p-inputNumber [inputId]=\"question.name\" [formControlName]=\"question.name\" mode=\"decimal\" locale=\"en-US\"\r\n [minFractionDigits]=\"2\" [ariaLabel]=\"question.title\"></p-inputNumber>\r\n </div>\r\n\r\n\r\n\r\n <div\r\n *ngIf=\"question.inputType && question.inputType==='text' && (!question.customTag || question.customTag==='Optional') && !question.isRequired\"\r\n [ngStyle]=\"setStyle(question.indent)\">\r\n <input type=\"text\" *ngIf=\"question.size && question.maxLength\"\r\n [maxLength]=\"question.maxLength\" [placeholder]=\"(question.placeholder || question.placeholder === '') ? question.placeholder:'Optional'\" [id]=\"question.name\" pInputText\r\n [formControlName]=\"question.name\" [attr.aria-label]=\"question.title\"/>\r\n <input type=\"text\" *ngIf=\"question.size && !question.maxLength\" [placeholder]=\" (question.placeholder || question.placeholder === '') ? question.placeholder:'Optional'\"\r\n [id]=\"question.name\" pInputText [formControlName]=\"question.name\" [attr.aria-label]=\"question.title\"/>\r\n <input type=\"text\" *ngIf=\"!question.size && question.maxLength\" [maxLength]=\"question.maxLength\"\r\n [placeholder]=\"(question.placeholder || question.placeholder === '') ? question.placeholder:'Optional'\" [id]=\"question.name\" pInputText [formControlName]=\"question.name\" />\r\n <input type=\"text\" *ngIf=\"!question.size && !question.maxLength\" [id]=\"question.name\" pInputText\r\n [formControlName]=\"question.name\" [placeholder]=\"(question.placeholder || question.placeholder === '') ? question.placeholder:'Optional'\" [attr.aria-label]=\"question.title\"/>\r\n </div>\r\n \r\n\r\n <!--User Name-->\r\n <div *ngIf=\"question.inputType && question.inputType==='text' && !question.customTag && question.isRequired\"\r\n [ngStyle]=\"setStyle(question.indent)\">\r\n <input type=\"text\" *ngIf=\"question.size && question.maxLength\" \r\n [maxLength]=\"question.maxLength\" [id]=\"question.name\" pInputText [formControlName]=\"question.name\" [attr.aria-label]=\"question.title\" \r\n [placeholder]=\"question.placeholder ? question.placeholder : ''\"/>\r\n <input type=\"text\" *ngIf=\"question.size && !question.maxLength\" [id]=\"question.name\"\r\n pInputText [formControlName]=\"question.name\" [attr.aria-label]=\"question.title\" [placeholder]=\"question.placeholder ? question.placeholder : ''\"/>\r\n <input type=\"text\" *ngIf=\"!question.size && question.maxLength\" [maxLength]=\"question.maxLength\"\r\n [id]=\"question.name\" pInputText [formControlName]=\"question.name\" [attr.aria-label]=\"question.title\" [placeholder]=\"question.placeholder ? question.placeholder : ''\"/>\r\n <input type=\"text\" *ngIf=\"!question.size && !question.maxLength\" [id]=\"question.name\" pInputText\r\n [formControlName]=\"question.name\" [attr.aria-label]=\"question.title\" [placeholder]=\"question.placeholder ? question.placeholder : ''\"/>\r\n </div>\r\n\r\n <div *ngIf=\"!question.inputType && question.customTag && !question.customTag.includes('phone')\"\r\n [ngStyle]=\"{'padding-left.px': question.indent*10}\" [ngStyle]=\"setStyle(question.indent)\">\r\n <input type=\"text\" [id]=\"question.name\" pInputText [formControlName]=\"question.name\" [attr.aria-label]=\"question.title\" [placeholder]=\"question.placeholder ? question.placeholder : ''\"/>\r\n </div>\r\n\r\n\r\n <div *ngIf=\"question.customTag && question.customTag.includes('phone')\">\r\n <p-inputMask mask=\"999-999-9999\" [inputId]=\"question.name\" [formControlName]=\"question.name\" \r\n [placeholder]=\"question.isRequired ? '999-999-9999' : 'Optional'\"\r\n *ngIf=\"question.inputType && question.inputType==='text'\" (onBlur)=\"checkForValueChange($event)\" [attr.aria-label]=\"question.title\">\r\n </p-inputMask>\r\n </div>\r\n\r\n <div *ngIf=\"question.customTag && question.customTag.includes('password')\">\r\n <p-password [inputId]=\"question.name\" [formControlName]=\"question.name\" [toggleMask]=\"true\" [maxLength]=\"question.maxLength\" weakLabel=\"Weak password\" \r\n mediumLabel=\"Weak password\" strongLabel=\"Strong password\" strongRegex=\"^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[_@*$!#.]+.*[_@*$!#.])(?=.{14,})\" [ariaLabel]=\"question.title\">\r\n \r\n <ng-template pTemplate=\"footer\">\r\n <p-divider></p-divider>\r\n <p class=\"mt-1\" style=\"font-size: small;\">Password must include at least</p>\r\n <ul style=\"line-height: 1.25\">\r\n <li style=\"margin-left: -25px; font-size: small;\">1 lowercase letter</li>\r\n <li style=\"margin-left: -25px; font-size: small;\">1 uppercase letter</li>\r\n <li style=\"margin-left: -25px; font-size: small;\">1 number</li>\r\n <li style=\"margin-left: -25px; font-size: small;\" *ngIf=\"!isSameSymbolPolicyForClaimantAndAgency\">1 of the following characters <b>_ @ * $ ! # .</b></li>\r\n <li style=\"margin-left: -25px; font-size: small;\" *ngIf=\"isSameSymbolPolicyForClaimantAndAgency\">2 of the following characters <b>_ @ * $ ! # .</b></li>\r\n <li style=\"margin-left: -25px; font-size: small;\" *ngIf=\"!isNewPasswordPolicyEnabledForClaimant\">8 characters</li>\r\n <li style=\"margin-left: -25px; font-size: small;\" *ngIf=\"isNewPasswordPolicyEnabledForClaimant\">14 characters</li>\r\n </ul>\r\n <p-divider></p-divider>\r\n <p class=\"mt-1\" style=\"font-size: small;\">Suggestion</p>\r\n <ul style=\"line-height: 1.25\">\r\n <li style=\"margin-left: -25px; font-size: small;\">Don't use your name, email or phone</li>\r\n <li style=\"margin-left: -25px; font-size: small;\">Don't use your kid, partner or pet name.</li>\r\n </ul>\r\n </ng-template>\r\n </p-password>\r\n </div>\r\n\r\n <div *ngIf=\"question.customTag && question.customTag.includes('fileupload')\">\r\n <app-file-uploader [allowedFileType]=\"question.allowedFileType\" [formControlName]=\"question.name\"\r\n [maxSizeInMB]=\"question.sizeInMB\" [multiple]=\"question.multiple\" [noOfFilesToUpload]=\"question.noOFFiles\" [attr.aria-label]=\"question.title\">\r\n </app-file-uploader>\r\n </div>\r\n\r\n <!--Email Address-->\r\n <div\r\n *ngIf=\"question.inputType && question.inputType==='text'\r\n && question.customTag && (question.customTag!='ssn' && question.customTag!='Optional' && question.customTag!='fileupload' \r\n && question.customTag!='phone' && question.customTag!='ean' && question.customTag!='dueamt' && question.customTag!='password'\r\n && question.customTag!='custommask')\">\r\n <div [ngStyle]=\"setStyle(question.indent)\">\r\n <input type=\"text\" [id]=\"question.name\" [attr.aria-label]=\"question.title\" pInputText [formControlName]=\"question.name\" \r\n (blur)=\"checkForValueChange($event)\" [attr.aria-label]=\"question.title\" [placeholder]=\"question.placeholder ? question.placeholder : ''\"/>\r\n </div>\r\n </div>\r\n\r\n <div *ngIf=\"!question.inputType && !question.customTag\" [ngStyle]=\"setStyle(question.indent)\">\r\n <input type=\"text\" [id]=\"question.name\" *ngIf=\"question.size\" pInputText\r\n [formControlName]=\"question.name\" [attr.aria-label]=\"question.title\" [placeholder]=\"question.placeholder ? question.placeholder : ''\"/>\r\n <input type=\"text\" [id]=\"question.name\" *ngIf=\"!question.size\" pInputText [formControlName]=\"question.name\" \r\n [attr.aria-label]=\"question.title\" [placeholder]=\"question.placeholder ? question.placeholder : ''\"/>\r\n </div>\r\n <!-- </ion-col>\r\n <ion-col size=\"1\" *ngIf=\"question.description\" style=\"padding-top: 12px\">\r\n <app-overlay-info [overlayText]=\"question.description | dynamicTranslate:dynamicParam\"></app-overlay-info>\r\n </ion-col>\r\n </ion-row> -->\r\n <div style=\"flex-grow: 1;\" *ngIf=\"question.description\" style=\"padding-left: 8px; padding-top:3px\">\r\n <app-overlay-info [overlayText]=\"question.description | dynamicTranslate:dynamicParam\"></app-overlay-info>\r\n </div>\r\n </div>\r\n </ng-container>\r\n\r\n <ng-container *ngSwitchCase=\"'comment'\">\r\n <div [ngStyle]=\"setStyle(question.indent)\" *ngIf=\"question.maxLength\" style=\"display: flex; align-items: center;\">\r\n <textarea [id]=\"question.name\" autoResize=\"true\" [formControlName]=\"question.name\"\r\n [maxLength]=\"question.maxLength\" [rows]=\"3\" [cols]=\"35\" [attr.aria-label]=\"question.title\"\r\n [placeholder]=\"question.placeholder ? question.placeholder : ''\"></textarea>\r\n <div style=\"flex-grow: 1;\" *ngIf=\"question.description\" style=\"padding-left: 3px; padding-top:3px\">\r\n <app-overlay-info [overlayText]=\"question.description | dynamicTranslate:dynamicParam\"></app-overlay-info>\r\n </div>\r\n </div>\r\n\r\n <div [ngStyle]=\"setStyle(question.indent)\" *ngIf=\"!question.maxLength\" style=\"display: flex; align-items: center;\">\r\n <textarea [id]=\"question.name\" autoResize=\"true\" [formControlName]=\"question.name\" [rows]=\"3\"\r\n [cols]=\"35\" [attr.aria-label]=\"question.title\" [placeholder]=\"question.placeholder ? question.placeholder : ''\"></textarea>\r\n <div style=\"flex-grow: 1;\" *ngIf=\"question.description\" style=\"padding-left: 3px; padding-top:3px\">\r\n <app-overlay-info [overlayText]=\"question.description | dynamicTranslate:dynamicParam\"></app-overlay-info>\r\n </div>\r\n </div>\r\n </ng-container>\r\n\r\n\r\n <ng-container *ngSwitchCase=\"'dropdown'\">\r\n <div class=\"container\" style=\"display: flex;\">\r\n <div [ngStyle]=\"setStyle(question.indent)\">\r\n <p-autoComplete *ngIf=\"false\" [formControlName]=\"question.name\" [suggestions]=\"filterResult\" appendTo=\"body\"\r\n (completeMethod)=\"filterValue($event,question)\" field=\"text\" [dropdown]=\"true\" minLength=\"1\"\r\n [forceSelection]=\"true\" (onSelect)=\"onSelect($event,question.name)\" [completeOnFocus]=\"true\">\r\n <ng-template let-value pTemplate=\"item\">\r\n <div>\r\n <div>{{value.text}}</div>\r\n </div>\r\n </ng-template>\r\n </p-autoComplete>\r\n <app-dropdown [options]=\"filterResult\" [formControlName]=\"question.name\" optionLabel=\"text\" appendTo=\"body\"\r\n (onChange)=\"onSelect($event,question.name)\" [autoDisplayFirst]=\"false\" (onClick)=\"filterValue($event,question)\" [inputId]=\"question.name\"\r\n [ariaLabel]=\"question.title\" [placeholder]=\"question.placeholder ? question.placeholder : ''\"></app-dropdown>\r\n </div>\r\n <div style=\"flex-grow: 1;\" *ngIf=\"question.description\" style=\"padding-left: 8px; padding-top:3px\">\r\n <app-overlay-info [overlayText]=\"question.description | dynamicTranslate:dynamicParam\"></app-overlay-info>\r\n\r\n </div>\r\n </div>\r\n </ng-container>\r\n\r\n <ng-container *ngSwitchCase=\"'radiogroup' \">\r\n\r\n <div class=\"container\" style=\"display: flex;\">\r\n <div [ngStyle]=\"setStyle(question.indent)\">\r\n <p-selectButton unselectable=\"true\" [options]=\"question.choices\" [formControlName]=\"question.name\" optionLabel=\"text\"\r\n optionValue=\"value\" (onOptionClick)=\"onRadioOptionClick($event,question)\"></p-selectButton>\r\n </div>\r\n <div style=\"flex-grow: 1;\" *ngIf=\"question.description\" style=\"padding-left: 8px; padding-top:3px\">\r\n <app-overlay-info [overlayText]=\"question.description | dynamicTranslate:dynamicParam\"></app-overlay-info>\r\n\r\n </div>\r\n </div>\r\n\r\n\r\n </ng-container>\r\n\r\n <ng-container *ngSwitchCase=\"'number'\">\r\n <div class=\"container\" style=\"display: flex;\">\r\n <div [ngStyle]=\"setStyle(question.indent)\">\r\n <p-inputNumber formControlName=\"{{question.name}}\" mode=\"decimal\" [inputId]=\"question.name\" [useGrouping]=\"false\"\r\n [min]=\"minValue\" [max]=\"maxValue\"\r\n [size]=\"question.size ? question.size : null\" [maxlength]=\"question.maxLength ? question.maxLength : null\" [ariaLabel]=\"question.title\"\r\n [placeholder]=\"question.placeholder ? question.placeholder : ''\" [required]=\"question.isRequired\"></p-inputNumber>\r\n </div>\r\n <div style=\"flex-grow: 1;\" *ngIf=\"question.description\" style=\"padding-left: 8px; padding-top:3px\">\r\n <app-overlay-info [overlayText]=\"question.description | dynamicTranslate:dynamicParam\"></app-overlay-info>\r\n </div>\r\n </div>\r\n </ng-container>\r\n\r\n <ng-container *ngSwitchCase=\"'decimal'\">\r\n <div class=\"container\" style=\"display: flex;\">\r\n <div [ngStyle]=\"setStyle(question.indent)\">\r\n <p-inputNumber formControlName=\"{{question.name}}\" mode=\"decimal\" [inputId]=\"question.name\" [useGrouping]=\"false\" \r\n [minFractionDigits]=\"2\" [maxFractionDigits]=\"2\" [min]=\"minValue\" \r\n [max]=\"maxValue\" [size]=\"question.size ? question.size : null\" [maxlength]=\"question.maxLength ? question.maxLength : null\" [ariaLabel]=\"question.title\"\r\n [placeholder]=\"question.placeholder ? question.placeholder : ''\" [required]=\"question.isRequired\"></p-inputNumber>\r\n </div>\r\n <div style=\"flex-grow: 1;\" *ngIf=\"question.description\" style=\"padding-left: 8px; padding-top:3px\">\r\n <app-overlay-info [overlayText]=\"question.description | dynamicTranslate:dynamicParam\"></app-overlay-info>\r\n </div>\r\n </div>\r\n </ng-container>\r\n\r\n <ng-container *ngSwitchCase=\"'currency'\">\r\n <div class=\"container\" style=\"display: flex;\">\r\n <div [ngStyle]=\"setStyle(question.indent)\">\r\n <p-inputNumber formControlName=\"{{question.name}}\" mode=\"currency\" [inputId]=\"question.name\" [useGrouping]=\"false\" \r\n [minFractionDigits]=\"2\" [maxFractionDigits]=\"2\" currency=\"USD\" [min]=\"minValue\" \r\n [max]=\"maxValue\" [size]=\"question.size ? question.size : null\" [maxlength]=\"question.maxLength ? question.maxLength : null\" \r\n [ariaLabel]=\"question.title\" [placeholder]=\"question.placeholder ? question.placeholder : ''\" [required]=\"question.isRequired\"></p-inputNumber>\r\n </div>\r\n <div style=\"flex-grow: 1;\" *ngIf=\"question.description\" style=\"padding-left: 8px; padding-top:3px\">\r\n <app-overlay-info [overlayText]=\"question.description | dynamicTranslate:dynamicParam\"></app-overlay-info>\r\n </div>\r\n </div>\r\n </ng-container>\r\n\r\n <ng-container *ngSwitchCase=\"'checkbox'\">\r\n <div class=\"container\" style=\"display: flex;\">\r\n <div [ngStyle]=\"setStyle(question.indent)\" class=\"formgroup-inline\">\r\n <p-checkbox [name]=\"question.name + '-group'\" [value]=\"choice.value\" \r\n [label]=\"choice.text\" *ngFor=\"let choice of question.choices\" [formControl]=\"form.controls[question.name]\"\r\n styleClass=\"app-p-checkbox\" [inputId]=\"question.name + '-' + choice.value\" [attr.aria-label]=\"question.title\"></p-checkbox>\r\n </div>\r\n <div style=\"flex-grow: 1;\" *ngIf=\"question.description\" style=\"padding-left: 8px; padding-top:3px\">\r\n <app-overlay-info [overlayText]=\"question.description | dynamicTranslate:dynamicParam\"></app-overlay-info>\r\n\r\n </div>\r\n </div>\r\n </ng-container>\r\n\r\n <ng-container *ngSwitchCase=\"'multicheckbox'\">\r\n <div class=\"container\" style=\"display: flex;\">\r\n <div [ngStyle]=\"setStyle(question.indent)\">\r\n <p-checkbox [name]=\"question.name + '-group'\" [value]=\"choice.value\" \r\n [label]=\"choice.text\" *ngFor=\"let choice of question.choices\" [formControl]=\"form.controls[question.name]\"\r\n styleClass=\"app-p-checkbox\" [inputId]=\"question.name + '-' + choice.value\" [attr.aria-label]=\"question.title\"></p-checkbox>\r\n </div>\r\n <div style=\"flex-grow: 1;\" *ngIf=\"question.description\" style=\"padding-left: 8px; padding-top:3px\">\r\n <app-overlay-info [overlayText]=\"question.description | dynamicTranslate:dynamicParam\"></app-overlay-info>\r\n\r\n </div>\r\n </div>\r\n </ng-container>\r\n\r\n <ng-container *ngSwitchCase=\"'singleselectcheckbox'\">\r\n <div class=\"container\" style=\"display: flex;\">\r\n <div [ngStyle]=\"setStyle(question.indent)\">\r\n <p-selectButton unselectable=\"true\" [options]=\"question.choices\" [formControlName]=\"question.name\" [multiple]=false\r\n optionLabel=\"text\" optionValue=\"value\" [attr.aria-label]=\"question.title\"></p-selectButton>\r\n </div>\r\n <div style=\"flex-grow: 1;\" *ngIf=\"question.description\" style=\"padding-left: 8px; padding-top:3px\">\r\n <app-overlay-info [overlayText]=\"question.description | dynamicTranslate:dynamicParam\"></app-overlay-info>\r\n\r\n </div>\r\n </div>\r\n </ng-container>\r\n\r\n <ng-container *ngSwitchCase=\"'simplecheckbox'\">\r\n <div class=\"container\" style=\"display: flex;\">\r\n <div class=\"field-checkbox\">\r\n <p-checkbox binary=\"true\" inputId=\"binary\" [formControlName]=\"question.name\" [attr.aria-label]=\"question.title\"></p-checkbox>\r\n <label for=\"binary\">{{question.title}}</label>\r\n </div>\r\n <div style=\"flex-grow: 1;\" *ngIf=\"question.description\" style=\"padding-left: 8px; padding-top: 3px\">\r\n <app-overlay-info [overlayText]=\"question.description | dynamicTranslate:dynamicParam\"></app-overlay-info>\r\n\r\n </div>\r\n </div>\r\n </ng-container>\r\n\r\n <ng-container *ngSwitchCase=\"'displaytextaslabel'\">\r\n <div class=\"container\" style=\"display: flex;\">\r\n <label>{{getText(form.controls[question.name].value)}}</label>\r\n <input type=\"hidden\" [formControlName]=\"question.name\" [attr.aria-label]=\"question.title\"/>\r\n <div style=\"flex-grow: 1;\" *ngIf=\"question.description\" style=\"padding-left: 2px\">\r\n <app-overlay-info [overlayText]=\"question.description | dynamicTranslate:dynamicParam\"></app-overlay-info>\r\n\r\n </div>\r\n </div>\r\n </ng-container>\r\n\r\n <ng-container *ngSwitchCase=\"'label'\">\r\n <div class=\"container\" style=\"display: flex;\">\r\n <label>{{question.title}}</label>\r\n <div style=\"flex-grow: 1;\" *ngIf=\"question.description\" style=\"padding-left: 2px\">\r\n <app-overlay-info [overlayText]=\"question.description | dynamicTranslate:dynamicParam\"></app-overlay-info>\r\n </div>\r\n </div>\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'label-with-overlay'\">\r\n <div class=\"container\" style=\"display: flex;\">\r\n <app-overlay-info [displayText]=\"question.title\" [overlayText]=\"question.description | dynamicTranslate:dynamicParam\" [displayAsLabel]=\"true\"></app-overlay-info>\r\n </div>\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'label-with-link'\">\r\n <div class=\"container\" style=\"display: flex;\">\r\n <app-overlay-info [displayText]=\"question.title\" [formControlName]=\"question.name\" [overlayText]=\"question.description | dynamicTranslate:dynamicParam\" [labelWithLink]=\"true\"></app-overlay-info>\r\n </div>\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'label-with-popup'\">\r\n <div class=\"container\" style=\"display: flex;\">\r\n <app-overlay-info [displayText]=\"question.title\" [formControlName]=\"question.name\" [labelWithPopup]=\"question.description | dynamicTranslate:dynamicParam\" [labelWithLink]=\"true\"></app-overlay-info>\r\n </div>\r\n </ng-container>\r\n \r\n <ng-container class=\"responsive\" *ngSwitchCase=\"'panel'\">\r\n <ion-row>\r\n <ion-col>\r\n <ion-row>\r\n <ng-container *ngFor=\"let element of question.elements\">\r\n <ion-col *ngIf=\"element.colElement==='COL1' && visibleIf(element.visibleIf,element.name)\"\r\n [sizeXl]=\"element.sizeXL\" [sizeLg]=\"element.sizeLG\" [sizeMd]=\"element.sizeMD\"\r\n [offsetMd]=\"element.offSetMD\" class=\"col-fit-content\">\r\n <app-question [question]=\"element\" [form]=\"form\" [forScreenQuestionnaire]=\"forScreenQuestionnaire\">\r\n </app-question>\r\n </ion-col>\r\n </ng-container>\r\n </ion-row>\r\n </ion-col>\r\n <ion-col>\r\n <ion-row>\r\n <ng-container *ngFor=\"let element of question.elements\">\r\n <ion-col *ngIf=\"element.colElement==='COL2' && visibleIf(element.visibleIf,element.name)\"\r\n [sizeXl]=\"element.sizeXL\" [sizeLg]=\"element.sizeLG\" [sizeMd]=\"element.sizeMD\"\r\n [offsetMd]=\"element.offSetMD\">\r\n <app-question [question]=\"element\" [form]=\"form\" [forScreenQuestionnaire]=\"forScreenQuestionnaire\">\r\n </app-question>\r\n </ion-col>\r\n </ng-container>\r\n </ion-row>\r\n </ion-col>\r\n </ion-row>\r\n </ng-container>\r\n </div>\r\n <div [ngStyle]=\"setStyle(question.indent)\" *ngIf=\"question.type!='panel'\">\r\n <small class=\"p-error\" *ngIf=\"isValid!=''\" [@rowExpansionTrigger]=\"'active'\">{{isValid | dynamicTranslate:dynamicParam}}</small>\r\n </div>\r\n</div>", styles: [".form-label{display:inline-block;margin-bottom:6px;margin-top:16px}.p-checkbox-label{line-height:1.5;text-align:justify;margin-left:1rem}.p-checkbox{padding:6px 0;width:-webkit-fill-available}.p-dropdown{display:inline-flex;min-width:185px}.p-calendar .p-inputtext{max-width:134px}:host ::ng-deep .p-dropdown{display:inline-flex;min-width:110px}:host ::ng-deep .p-calendar .p-inputtext{max-width:134px!important}.col-fit-content{max-width:-moz-fit-content;max-width:fit-content}\n"] }]
|
|
13647
|
+
args: [{ selector: 'app-question', changeDetection: ChangeDetectionStrategy.Default, animations: [rowExpansionTrigger], template: "<div [formGroup]=\"form\" [id]=\"'question-div-' + question.name\">\r\n <p-dialog *ngIf=\"displayPosition\" [(visible)]=\"displayPosition\" [position]=\"position\"\r\n [modal]=\"true\" [breakpoints]=\"{'1200px': '660px', '992px': '660px', '768px': '660px', '576px': '100vw'}\" [style]=\"{width: '45vw'}\"\r\n [baseZIndex]=\"5000\" [draggable]=\"false\" [resizable]=\"false\" appendTo=\"body\" closeOnEscape=\"false\" [attr.aria-label]=\"question.title\">\r\n\r\n <h4 class=\"heading ion-padding-left\">\r\n {{popUpHeader}}\r\n </h4>\r\n <div [innerHTML]=\"sanitizer.bypassSecurityTrustHtml(popUpText)\"></div>\r\n <ng-template pTemplate=\"footer\">\r\n <ion-button shape=\"round\" *ngIf=\"popUpNoActionLabel\" size=\"small\" type=\"submit\" fill=\"outline\" (click)=\"reject()\">\r\n {{popUpNoActionLabel}}\r\n </ion-button>\r\n\r\n <ion-button shape=\"round\" *ngIf=\"popUpYesActionLabel\" size=\"small\" type=\"submit\" fill=\"solid\" (click)=\"accept()\">\r\n {{popUpYesActionLabel}}\r\n </ion-button>\r\n\r\n </ng-template>\r\n </p-dialog>\r\n <div [ngStyle]=\"setStyle(question.indent)\" *ngIf=\"!forScreenQuestionnaire\" class=\"form-label\">\r\n <label [attr.for]=\"question.name\" *ngIf=\"question.indent===1 && question.type!='html' && question.type!='hidden' && question.type!='label'\">\r\n <span [innerHtml]=\"question.title | dynamicTranslate:dynamicParam | trustHtml\"></span>\r\n </label>\r\n </div>\r\n\r\n <div [ngStyle]=\"setStyle(question.indent)\" class=\"form-label\"\r\n *ngIf=\"forScreenQuestionnaire && question.indent===1 && question.type!='html' && question.type!='hidden' && question.description && question.type!='simplecheckbox' && question.type!='label' && question.type!='label-with-overlay'\">\r\n <span [innerHtml]=\"question.title | dynamicTranslate:dynamicParam | trustHtml\"></span>\r\n </div>\r\n\r\n <div [ngStyle]=\"setStyle(question.indent)\" class=\"form-label\"\r\n *ngIf=\"forScreenQuestionnaire && question.customTag && (question.customTag!='component' || (question.customTag=='component' && showLabelForCustomComponent())) && question.indent===1 && question.type!='html' && question.type!='hidden' && !question.description && question.type!='label' && question.type!='simplecheckbox'\">\r\n <span [innerHtml]=\"question.title | dynamicTranslate:dynamicParam | trustHtml\"></span>\r\n </div>\r\n\r\n <div [ngStyle]=\"setStyle(question.indent)\" class=\"form-label\"\r\n *ngIf=\"forScreenQuestionnaire && !question.customTag && question.indent===1 && question.type!='html' && question.type!='hidden' && !question.description && question.type!='simplecheckbox' && question.type!='label' && question.type!='label-with-overlay'\">\r\n <span [innerHtml]=\"question.title | dynamicTranslate:dynamicParam | trustHtml\"></span>\r\n </div>\r\n\r\n <div *ngIf=\"question.customTag && question.customTag==='component' && question.type!='html' && !question.description\">\r\n <app-employer-grid #employerGrid [formControlName]=\"question.name\" [form]=\"form\" [dynamicParam]=\"dynamicParam\"\r\n *ngIf=\"question.componentName==='app-employer-grid'\" (modelDisplay)=\"onModelDisplay($event)\"></app-employer-grid>\r\n\r\n <app-offline-employer-grid [formControlName]=\"question.name\" [form]=\"form\" [dynamicParam]=\"dynamicParam\"\r\n *ngIf=\"question.componentName==='app-offline-employer-grid'\" (modelDisplay)=\"onModelDisplay($event)\"></app-offline-employer-grid>\r\n\r\n <app-legal-disclaimar *ngIf=\"question.componentName==='app-legal-disclaimar'\"\r\n [componentData]=\"question.componentData\" (accepted)=\"onAccepted($event)\" [question]=\"question\" [form]=\"form\">\r\n </app-legal-disclaimar>\r\n\r\n <app-offline-legal-disclaimar *ngIf=\"question.componentName==='app-offline-legal-disclaimar'\"\r\n [componentData]=\"question.componentData\" (accepted)=\"onAccepted($event)\" [question]=\"question\" [form]=\"form\">\r\n </app-offline-legal-disclaimar>\r\n\r\n <money-expect *ngIf=\"question.componentName==='money-expect'\" [componentData]=\"question.componentData\" ></money-expect>\r\n <app-captcha [formControlName]=\"question.name\" *ngIf=\"question.componentName==='app-captcha'\"></app-captcha>\r\n\r\n <app-file-uploader [formControlName]=\"question.name\" *ngIf=\"question.componentName==='app-file-uploader'\">\r\n </app-file-uploader>\r\n <app-address [formControlName]=\"question.name\" [fromPopup]=\"false\" [countyRequired]=\"question.countyRequired\" [questionaireForm]=\"questionaireForm\"\r\n *ngIf=\"question.componentName==='app-address'\" #address [inputId]=\"question.name\" [componentData]=\"question.componentData\"\r\n [diffMailAddress]=\"(form?.controls['diffMailingAddress']?.value === 'Y') || (form?.controls['diffmailaddress']?.value === 'Y')? true : false\"\r\n [enableAddressValidation]=\"isAddressValidationEnabled\" > </app-address>\r\n <!-- <app-address-suggestion *ngIf=\"showAddressSuggestion\"></app-address-suggestion> -->\r\n <app-job-title [formControlName]=\"question.name\" [isRequired]=\"question.isRequired\"\r\n *ngIf=\"question.componentName==='app-job-title'\" > </app-job-title> \r\n \r\n <app-bank-details [formControlName]=\"question.name\" *ngIf=\"question.componentName==='app-bank-details'\" #bankdtls>\r\n </app-bank-details>\r\n\r\n <app-offline-bank-details [formControlName]=\"question.name\" *ngIf=\"question.componentName==='app-offline-bank-details'\" #bankdtls>\r\n </app-offline-bank-details>\r\n\r\n <app-requalify-lift-previous-issues *ngIf=\"question.componentName==='app-requalify-lift-previous-issues'\"\r\n [formControlName]=\"question.name\" [componentData]=\"question.componentData\" [form]=\"form\" [question]=\"question\">\r\n </app-requalify-lift-previous-issues> \r\n <app-dependent-grid [formControlName]=\"question.name\" *ngIf=\"question.componentName==='app-dependent-grid'\"></app-dependent-grid>\r\n <app-weekly-cert-employer-grid #wcEmployerGrid [form]=\"form\" [dynamicParam]=\"dynamicParam\" [formControlName]=\"question.name\" *ngIf=\"question.componentName==='app-weekly-cert-employer-grid'\"></app-weekly-cert-employer-grid>\r\n <app-search-employer [formControlName]=\"question.name\" empType=\"REG\" (onFound)=\"setEmployer($event)\" \r\n (onEmpty)=\"resetEmployer()\" *ngIf=\"question.componentName==='app-search-employer'\"></app-search-employer>\r\n <app-add-participant [formControlName]=\"question.name\" [dynamicParam]=\"dynamicParam\" *ngIf=\"question.componentName==='app-add-participant'\"> </app-add-participant>\r\n <app-add-payment [potentialIssueId]=\"potentialIssueId\" [formControlName]=\"question.name\" *ngIf=\"question.componentName==='app-add-payment'\"></app-add-payment>\r\n <app-link [isRequired]=\"question.isRequired\" [formControlName]=\"question.name\" *ngIf=\"question.componentName==='app-link'\" [text]=\"linkComponentData?.text\" [uri]=\"linkComponentData?.uri\" [externalUrl]=\"linkComponentData?.externalUrl\"></app-link>\r\n <app-sign-ssn [isRequired]=\"question.isRequired\" [formControlName]=\"question.name\" *ngIf=\"question.componentName==='app-sign-ssn'\" [inputId]=\"question.name\"></app-sign-ssn>\r\n <app-employer-pay-grid [formControlName]=\"question.name\" *ngIf=\"question.componentName==='app-employer-pay-grid'\"></app-employer-pay-grid>\r\n <app-sms [formControlName]=\"question.name\" *ngIf=\"question.componentName==='app-sms'\" [question]=\"question\" [form]=\"form\"\r\n (accepted)=\"onAcceptedOtp($event)\"></app-sms>\r\n <app-farm-usage [formControlName]=\"question.name\" *ngIf=\"question.componentName==='app-farm-usage'\"></app-farm-usage>\r\n <app-wage-grid [formControlName]=\"question.name\" *ngIf=\"question.componentName==='app-wage-grid'\"></app-wage-grid>\r\n <app-gross-earnings [formControlName]=\"question.name\" *ngIf=\"question.componentName==='app-gross-earnings'\"></app-gross-earnings>\r\n <app-scrollable-text [componentData]=\"question.componentData\" [formControlName]=\"question.name\" *ngIf=\"question.componentName==='app-scrollable-text'\"></app-scrollable-text>\r\n <app-employer-info [formControlName]=\"question.name\" *ngIf=\"question.componentName==='app-employer-info'\"></app-employer-info>\r\n <app-idme [formControlName]=\"question.name\" *ngIf=\"question.componentName==='app-idme'\"></app-idme>\r\n <app-wage-calculator [formControlName]=\"question.name\" *ngIf=\"question.componentName==='app-wage-calculator'\"></app-wage-calculator>\r\n </div>\r\n\r\n <div *ngIf=\"question.indent!=1 && question.type!='html' && question.type!='label' && question.type!='hidden'\" class=\"form-label\" [ngStyle]=\"setStyle(question.indent)\">\r\n <span [innerHtml]=\"question.title | dynamicTranslate:dynamicParam | trustHtml\"></span>\r\n </div>\r\n\r\n <div *ngIf=\"question.type==='html'\" style=\"display: flex;\">\r\n <div [innerHTML]=\"question.html | dynamicTranslate:dynamicParam | trustHtml\"\r\n style=\"color:var(--ion-color-medium-gray); padding-top: 20px;\" class=\"heading\">\r\n </div>\r\n <div style=\"flex-grow: 1;\" *ngIf=\"question.description\" style=\"padding-left: 8px; padding-top:13px\">\r\n <app-overlay-info [overlayText]=\"question.description | dynamicTranslate:dynamicParam\"></app-overlay-info>\r\n </div>\r\n </div>\r\n \r\n <div [ngSwitch]=\"question.type\">\r\n <ng-container *ngSwitchCase=\"'text'\">\r\n <div class=\"container\" style=\"display: flex;\">\r\n <div *ngIf=\"question.inputType && question.inputType==='date'\">\r\n <div [ngStyle]=\"setStyle(question.indent)\">\r\n <p-calendar [formControlName]=\"question.name\" [inputId]=\"question.name\" [monthNavigator]=\"true\"\r\n [yearNavigator]=\"true\" yearRange=\"1901:2099\" [showIcon]=\"true\" [minDate]=\"showMinDate ? minDate : null\"\r\n [maxDate]=\"showMaxDate ? maxDate : null\" dateFormat=\"mm/dd/yy\" appendTo=\"body\" dataType=\"string\"\r\n (onBlur)=\"validate(question)\" (onSelect)=\"validate(question)\" placeholder=\"mm/dd/yyyy\" [showOnFocus]=\"false\" \r\n (onInput)=\"dateInput($event)\" [iconAriaLabel]=\"question.title\">\r\n </p-calendar>\r\n </div>\r\n </div>\r\n\r\n <div\r\n *ngIf=\"question.inputType && question.inputType==='text' && question.customTag && question.customTag==='ssn'\"\r\n [ngStyle]=\"setStyle(question.indent)\">\r\n <p-inputMask mask=\"999-99-9999\" [inputId]=\"question.name\" [formControlName]=\"question.name\"\r\n placeholder=\"999-99-9999\" (onComplete)=\"validate(question)\" (onFocus)=\"unmask($event)\" (onBlur)=\"mask($event)\" [type]=\"type\" [attr.aria-label]=\"question.title\">\r\n </p-inputMask>\r\n </div>\r\n\r\n <div\r\n *ngIf=\"question.inputType && question.inputType==='text' && question.customTag && question.customTag==='custommask'\"\r\n [ngStyle]=\"setStyle(question.indent)\">\r\n <p-inputMask mask=\"9999\" [inputId]=\"question.name\" [formControlName]=\"question.name\"\r\n placeholder=\"9999\" (onComplete)=\"validate(question)\" (onFocus)=\"unmask($event)\" (onBlur)=\"mask($event)\" [type]=\"type\" [attr.aria-label]=\"question.title\">\r\n </p-inputMask>\r\n </div>\r\n\r\n <div\r\n *ngIf=\"question.inputType && question.inputType==='text' && question.customTag && question.customTag==='ean'\"\r\n [ngStyle]=\"setStyle(question.indent)\">\r\n <p-inputMask mask=\"99-99999-9-99\" [inputId]=\"question.name\" [formControlName]=\"question.name\"\r\n placeholder=\"99-99999-9-99\" [value]=\"81-00586-0-01\" (onComplete)=\"validate(question)\">\r\n </p-inputMask>\r\n </div>\r\n\r\n <div\r\n *ngIf=\"question.inputType && question.inputType==='text' && question.customTag && question.customTag==='dueamt'\"\r\n [ngStyle]=\"setStyle(question.indent)\">\r\n <p-inputNumber [inputId]=\"question.name\" [formControlName]=\"question.name\" mode=\"decimal\" locale=\"en-US\"\r\n [minFractionDigits]=\"2\" [ariaLabel]=\"question.title\"></p-inputNumber>\r\n </div>\r\n\r\n\r\n\r\n <div\r\n *ngIf=\"question.inputType && question.inputType==='text' && (!question.customTag || question.customTag==='Optional') && !question.isRequired\"\r\n [ngStyle]=\"setStyle(question.indent)\">\r\n <input type=\"text\" *ngIf=\"question.size && question.maxLength\"\r\n [maxLength]=\"question.maxLength\" [placeholder]=\"(question.placeholder || question.placeholder === '') ? question.placeholder:'Optional'\" [id]=\"question.name\" pInputText\r\n [formControlName]=\"question.name\" [attr.aria-label]=\"question.title\"/>\r\n <input type=\"text\" *ngIf=\"question.size && !question.maxLength\" [placeholder]=\" (question.placeholder || question.placeholder === '') ? question.placeholder:'Optional'\"\r\n [id]=\"question.name\" pInputText [formControlName]=\"question.name\" [attr.aria-label]=\"question.title\"/>\r\n <input type=\"text\" *ngIf=\"!question.size && question.maxLength\" [maxLength]=\"question.maxLength\"\r\n [placeholder]=\"(question.placeholder || question.placeholder === '') ? question.placeholder:'Optional'\" [id]=\"question.name\" pInputText [formControlName]=\"question.name\" />\r\n <input type=\"text\" *ngIf=\"!question.size && !question.maxLength\" [id]=\"question.name\" pInputText\r\n [formControlName]=\"question.name\" [placeholder]=\"(question.placeholder || question.placeholder === '') ? question.placeholder:'Optional'\" [attr.aria-label]=\"question.title\"/>\r\n </div>\r\n \r\n\r\n <!--User Name-->\r\n <div *ngIf=\"question.inputType && question.inputType==='text' && !question.customTag && question.isRequired\"\r\n [ngStyle]=\"setStyle(question.indent)\">\r\n <input type=\"text\" *ngIf=\"question.size && question.maxLength\" \r\n [maxLength]=\"question.maxLength\" [id]=\"question.name\" pInputText [formControlName]=\"question.name\" [attr.aria-label]=\"question.title\" \r\n [placeholder]=\"question.placeholder ? question.placeholder : ''\"/>\r\n <input type=\"text\" *ngIf=\"question.size && !question.maxLength\" [id]=\"question.name\"\r\n pInputText [formControlName]=\"question.name\" [attr.aria-label]=\"question.title\" [placeholder]=\"question.placeholder ? question.placeholder : ''\"/>\r\n <input type=\"text\" *ngIf=\"!question.size && question.maxLength\" [maxLength]=\"question.maxLength\"\r\n [id]=\"question.name\" pInputText [formControlName]=\"question.name\" [attr.aria-label]=\"question.title\" [placeholder]=\"question.placeholder ? question.placeholder : ''\"/>\r\n <input type=\"text\" *ngIf=\"!question.size && !question.maxLength\" [id]=\"question.name\" pInputText\r\n [formControlName]=\"question.name\" [attr.aria-label]=\"question.title\" [placeholder]=\"question.placeholder ? question.placeholder : ''\"/>\r\n </div>\r\n\r\n <div *ngIf=\"!question.inputType && question.customTag && !question.customTag.includes('phone')\"\r\n [ngStyle]=\"{'padding-left.px': question.indent*10}\" [ngStyle]=\"setStyle(question.indent)\">\r\n <input type=\"text\" [id]=\"question.name\" pInputText [formControlName]=\"question.name\" [attr.aria-label]=\"question.title\" [placeholder]=\"question.placeholder ? question.placeholder : ''\"/>\r\n </div>\r\n\r\n\r\n <div *ngIf=\"question.customTag && question.customTag.includes('phone')\">\r\n <p-inputMask mask=\"999-999-9999\" [inputId]=\"question.name\" [formControlName]=\"question.name\" \r\n [placeholder]=\"question.isRequired ? '999-999-9999' : 'Optional'\"\r\n *ngIf=\"question.inputType && question.inputType==='text'\" (onBlur)=\"checkForValueChange($event)\" [attr.aria-label]=\"question.title\">\r\n </p-inputMask>\r\n </div>\r\n\r\n <div *ngIf=\"question.customTag && question.customTag.includes('password')\">\r\n <p-password [inputId]=\"question.name\" [formControlName]=\"question.name\" [toggleMask]=\"true\" [maxLength]=\"question.maxLength\" weakLabel=\"Weak password\" \r\n mediumLabel=\"Weak password\" strongLabel=\"Strong password\" strongRegex=\"^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[_@*$!#.]+.*[_@*$!#.])(?=.{14,})\" [ariaLabel]=\"question.title\">\r\n \r\n <ng-template pTemplate=\"footer\">\r\n <p-divider></p-divider>\r\n <p class=\"mt-1\" style=\"font-size: small;\">Password must include at least</p>\r\n <ul style=\"line-height: 1.25\">\r\n <li style=\"margin-left: -25px; font-size: small;\">1 lowercase letter</li>\r\n <li style=\"margin-left: -25px; font-size: small;\">1 uppercase letter</li>\r\n <li style=\"margin-left: -25px; font-size: small;\">1 number</li>\r\n <li style=\"margin-left: -25px; font-size: small;\" *ngIf=\"!isSameSymbolPolicyForClaimantAndAgency\">1 of the following characters <b>_ @ * $ ! # .</b></li>\r\n <li style=\"margin-left: -25px; font-size: small;\" *ngIf=\"isSameSymbolPolicyForClaimantAndAgency\">2 of the following characters <b>_ @ * $ ! # .</b></li>\r\n <li style=\"margin-left: -25px; font-size: small;\" *ngIf=\"!isNewPasswordPolicyEnabledForClaimant\">8 characters</li>\r\n <li style=\"margin-left: -25px; font-size: small;\" *ngIf=\"isNewPasswordPolicyEnabledForClaimant\">14 characters</li>\r\n </ul>\r\n <p-divider></p-divider>\r\n <p class=\"mt-1\" style=\"font-size: small;\">Suggestion</p>\r\n <ul style=\"line-height: 1.25\">\r\n <li style=\"margin-left: -25px; font-size: small;\">Don't use your name, email or phone</li>\r\n <li style=\"margin-left: -25px; font-size: small;\">Don't use your kid, partner or pet name.</li>\r\n </ul>\r\n </ng-template>\r\n </p-password>\r\n </div>\r\n\r\n <div *ngIf=\"question.customTag && question.customTag.includes('fileupload')\">\r\n <app-file-uploader [allowedFileType]=\"question.allowedFileType\" [formControlName]=\"question.name\"\r\n [maxSizeInMB]=\"question.sizeInMB\" [multiple]=\"question.multiple\" [noOfFilesToUpload]=\"question.noOFFiles\" [attr.aria-label]=\"question.title\">\r\n </app-file-uploader>\r\n </div>\r\n\r\n <!--Email Address-->\r\n <div\r\n *ngIf=\"question.inputType && question.inputType==='text'\r\n && question.customTag && (question.customTag!='ssn' && question.customTag!='Optional' && question.customTag!='fileupload' \r\n && question.customTag!='phone' && question.customTag!='ean' && question.customTag!='dueamt' && question.customTag!='password'\r\n && question.customTag!='custommask')\">\r\n <div [ngStyle]=\"setStyle(question.indent)\">\r\n <input type=\"text\" [id]=\"question.name\" [attr.aria-label]=\"question.title\" pInputText [formControlName]=\"question.name\" \r\n (blur)=\"checkForValueChange($event)\" [attr.aria-label]=\"question.title\" [placeholder]=\"question.placeholder ? question.placeholder : ''\"/>\r\n </div>\r\n </div>\r\n\r\n <div *ngIf=\"!question.inputType && !question.customTag\" [ngStyle]=\"setStyle(question.indent)\">\r\n <input type=\"text\" [id]=\"question.name\" *ngIf=\"question.size\" pInputText\r\n [formControlName]=\"question.name\" [attr.aria-label]=\"question.title\" [placeholder]=\"question.placeholder ? question.placeholder : ''\"/>\r\n <input type=\"text\" [id]=\"question.name\" *ngIf=\"!question.size\" pInputText [formControlName]=\"question.name\" \r\n [attr.aria-label]=\"question.title\" [placeholder]=\"question.placeholder ? question.placeholder : ''\"/>\r\n </div>\r\n <!-- </ion-col>\r\n <ion-col size=\"1\" *ngIf=\"question.description\" style=\"padding-top: 12px\">\r\n <app-overlay-info [overlayText]=\"question.description | dynamicTranslate:dynamicParam\"></app-overlay-info>\r\n </ion-col>\r\n </ion-row> -->\r\n <div style=\"flex-grow: 1;\" *ngIf=\"question.description\" style=\"padding-left: 8px; padding-top:3px\">\r\n <app-overlay-info [overlayText]=\"question.description | dynamicTranslate:dynamicParam\"></app-overlay-info>\r\n </div>\r\n </div>\r\n </ng-container>\r\n\r\n <ng-container *ngSwitchCase=\"'comment'\">\r\n <div [ngStyle]=\"setStyle(question.indent)\" *ngIf=\"question.maxLength\" style=\"display: flex; align-items: center;\">\r\n <textarea [id]=\"question.name\" autoResize=\"true\" [formControlName]=\"question.name\"\r\n [maxLength]=\"question.maxLength\" [rows]=\"3\" [cols]=\"35\" [attr.aria-label]=\"question.title\"\r\n [placeholder]=\"question.placeholder ? question.placeholder : ''\"></textarea>\r\n <div style=\"flex-grow: 1;\" *ngIf=\"question.description\" style=\"padding-left: 3px; padding-top:3px\">\r\n <app-overlay-info [overlayText]=\"question.description | dynamicTranslate:dynamicParam\"></app-overlay-info>\r\n </div>\r\n </div>\r\n\r\n <div [ngStyle]=\"setStyle(question.indent)\" *ngIf=\"!question.maxLength\" style=\"display: flex; align-items: center;\">\r\n <textarea [id]=\"question.name\" autoResize=\"true\" [formControlName]=\"question.name\" [rows]=\"3\"\r\n [cols]=\"35\" [attr.aria-label]=\"question.title\" [placeholder]=\"question.placeholder ? question.placeholder : ''\"></textarea>\r\n <div style=\"flex-grow: 1;\" *ngIf=\"question.description\" style=\"padding-left: 3px; padding-top:3px\">\r\n <app-overlay-info [overlayText]=\"question.description | dynamicTranslate:dynamicParam\"></app-overlay-info>\r\n </div>\r\n </div>\r\n </ng-container>\r\n\r\n\r\n <ng-container *ngSwitchCase=\"'dropdown'\">\r\n <div class=\"container\" style=\"display: flex;\">\r\n <div [ngStyle]=\"setStyle(question.indent)\">\r\n <p-autoComplete *ngIf=\"false\" [formControlName]=\"question.name\" [suggestions]=\"filterResult\" appendTo=\"body\"\r\n (completeMethod)=\"filterValue($event,question)\" field=\"text\" [dropdown]=\"true\" minLength=\"1\"\r\n [forceSelection]=\"true\" (onSelect)=\"onSelect($event,question.name)\" [completeOnFocus]=\"true\">\r\n <ng-template let-value pTemplate=\"item\">\r\n <div>\r\n <div>{{value.text}}</div>\r\n </div>\r\n </ng-template>\r\n </p-autoComplete>\r\n <app-dropdown [options]=\"filterResult\" [formControlName]=\"question.name\" optionLabel=\"text\" appendTo=\"body\"\r\n (onChange)=\"onSelect($event,question.name)\" [autoDisplayFirst]=\"false\" (onClick)=\"filterValue($event,question)\" [inputId]=\"question.name\"\r\n [ariaLabel]=\"question.title\" [placeholder]=\"question.placeholder ? question.placeholder : ''\"></app-dropdown>\r\n </div>\r\n <div style=\"flex-grow: 1;\" *ngIf=\"question.description\" style=\"padding-left: 8px; padding-top:3px\">\r\n <app-overlay-info [overlayText]=\"question.description | dynamicTranslate:dynamicParam\"></app-overlay-info>\r\n\r\n </div>\r\n </div>\r\n </ng-container>\r\n\r\n <ng-container *ngSwitchCase=\"'radiogroup' \">\r\n\r\n <div class=\"container\" style=\"display: flex;\">\r\n <div [ngStyle]=\"setStyle(question.indent)\">\r\n <p-selectButton unselectable=\"true\" [options]=\"question.choices\" [formControlName]=\"question.name\" optionLabel=\"text\"\r\n optionValue=\"value\" (onOptionClick)=\"onRadioOptionClick($event,question)\"></p-selectButton>\r\n </div>\r\n <div style=\"flex-grow: 1;\" *ngIf=\"question.description\" style=\"padding-left: 8px; padding-top:3px\">\r\n <app-overlay-info [overlayText]=\"question.description | dynamicTranslate:dynamicParam\"></app-overlay-info>\r\n\r\n </div>\r\n </div>\r\n\r\n\r\n </ng-container>\r\n\r\n <ng-container *ngSwitchCase=\"'number'\">\r\n <div class=\"container\" style=\"display: flex;\">\r\n <div [ngStyle]=\"setStyle(question.indent)\">\r\n <p-inputNumber formControlName=\"{{question.name}}\" mode=\"decimal\" [inputId]=\"question.name\" [useGrouping]=\"false\"\r\n [min]=\"minValue\" [max]=\"maxValue\"\r\n [size]=\"question.size ? question.size : null\" [maxlength]=\"question.maxLength ? question.maxLength : null\" [ariaLabel]=\"question.title\"\r\n [placeholder]=\"question.placeholder ? question.placeholder : ''\" [required]=\"question.isRequired\"></p-inputNumber>\r\n </div>\r\n <div style=\"flex-grow: 1;\" *ngIf=\"question.description\" style=\"padding-left: 8px; padding-top:3px\">\r\n <app-overlay-info [overlayText]=\"question.description | dynamicTranslate:dynamicParam\"></app-overlay-info>\r\n </div>\r\n </div>\r\n </ng-container>\r\n\r\n <ng-container *ngSwitchCase=\"'decimal'\">\r\n <div class=\"container\" style=\"display: flex;\">\r\n <div [ngStyle]=\"setStyle(question.indent)\">\r\n <p-inputNumber formControlName=\"{{question.name}}\" mode=\"decimal\" [inputId]=\"question.name\" [useGrouping]=\"false\" \r\n [minFractionDigits]=\"2\" [maxFractionDigits]=\"2\" [min]=\"minValue\" \r\n [max]=\"maxValue\" [size]=\"question.size ? question.size : null\" [maxlength]=\"question.maxLength ? question.maxLength : null\" [ariaLabel]=\"question.title\"\r\n [placeholder]=\"question.placeholder ? question.placeholder : ''\" [required]=\"question.isRequired\"></p-inputNumber>\r\n </div>\r\n <div style=\"flex-grow: 1;\" *ngIf=\"question.description\" style=\"padding-left: 8px; padding-top:3px\">\r\n <app-overlay-info [overlayText]=\"question.description | dynamicTranslate:dynamicParam\"></app-overlay-info>\r\n </div>\r\n </div>\r\n </ng-container>\r\n\r\n <ng-container *ngSwitchCase=\"'currency'\">\r\n <div class=\"container\" style=\"display: flex;\">\r\n <div [ngStyle]=\"setStyle(question.indent)\">\r\n <p-inputNumber formControlName=\"{{question.name}}\" mode=\"currency\" [inputId]=\"question.name\" [useGrouping]=\"false\" \r\n [minFractionDigits]=\"2\" [maxFractionDigits]=\"2\" currency=\"USD\" [min]=\"minValue\" \r\n [max]=\"maxValue\" [size]=\"question.size ? question.size : null\" [maxlength]=\"question.maxLength ? question.maxLength : null\" \r\n [ariaLabel]=\"question.title\" [placeholder]=\"question.placeholder ? question.placeholder : ''\" [required]=\"question.isRequired\"></p-inputNumber>\r\n </div>\r\n <div style=\"flex-grow: 1;\" *ngIf=\"question.description\" style=\"padding-left: 8px; padding-top:3px\">\r\n <app-overlay-info [overlayText]=\"question.description | dynamicTranslate:dynamicParam\"></app-overlay-info>\r\n </div>\r\n </div>\r\n </ng-container>\r\n\r\n <ng-container *ngSwitchCase=\"'checkbox'\">\r\n <div class=\"container\" style=\"display: flex;\">\r\n <div [ngStyle]=\"setStyle(question.indent)\" class=\"formgroup-inline\">\r\n <p-checkbox [name]=\"question.name + '-group'\" [value]=\"choice.value\" \r\n [label]=\"choice.text\" *ngFor=\"let choice of question.choices\" [formControl]=\"form.controls[question.name]\"\r\n styleClass=\"app-p-checkbox\" [inputId]=\"question.name + '-' + choice.value\" [attr.aria-label]=\"question.title\"></p-checkbox>\r\n </div>\r\n <div style=\"flex-grow: 1;\" *ngIf=\"question.description\" style=\"padding-left: 8px; padding-top:3px\">\r\n <app-overlay-info [overlayText]=\"question.description | dynamicTranslate:dynamicParam\"></app-overlay-info>\r\n\r\n </div>\r\n </div>\r\n </ng-container>\r\n\r\n <ng-container *ngSwitchCase=\"'multicheckbox'\">\r\n <div class=\"container\" style=\"display: flex;\">\r\n <div [ngStyle]=\"setStyle(question.indent)\">\r\n <p-checkbox [name]=\"question.name + '-group'\" [value]=\"choice.value\" \r\n [label]=\"choice.text\" *ngFor=\"let choice of question.choices\" [formControl]=\"form.controls[question.name]\"\r\n styleClass=\"app-p-checkbox\" [inputId]=\"question.name + '-' + choice.value\" [attr.aria-label]=\"question.title\"></p-checkbox>\r\n </div>\r\n <div style=\"flex-grow: 1;\" *ngIf=\"question.description\" style=\"padding-left: 8px; padding-top:3px\">\r\n <app-overlay-info [overlayText]=\"question.description | dynamicTranslate:dynamicParam\"></app-overlay-info>\r\n\r\n </div>\r\n </div>\r\n </ng-container>\r\n\r\n <ng-container *ngSwitchCase=\"'singleselectcheckbox'\">\r\n <div class=\"container\" style=\"display: flex;\">\r\n <div [ngStyle]=\"setStyle(question.indent)\">\r\n <p-selectButton unselectable=\"true\" [options]=\"question.choices\" [formControlName]=\"question.name\" [multiple]=false\r\n optionLabel=\"text\" optionValue=\"value\" [attr.aria-label]=\"question.title\"></p-selectButton>\r\n </div>\r\n <div style=\"flex-grow: 1;\" *ngIf=\"question.description\" style=\"padding-left: 8px; padding-top:3px\">\r\n <app-overlay-info [overlayText]=\"question.description | dynamicTranslate:dynamicParam\"></app-overlay-info>\r\n\r\n </div>\r\n </div>\r\n </ng-container>\r\n\r\n <ng-container *ngSwitchCase=\"'simplecheckbox'\">\r\n <div class=\"container\" style=\"display: flex;\">\r\n <div class=\"field-checkbox\">\r\n <p-checkbox binary=\"true\" inputId=\"binary\" [formControlName]=\"question.name\" [attr.aria-label]=\"question.title\"></p-checkbox>\r\n <label for=\"binary\">{{question.title}}</label>\r\n </div>\r\n <div style=\"flex-grow: 1;\" *ngIf=\"question.description\" style=\"padding-left: 8px; padding-top: 3px\">\r\n <app-overlay-info [overlayText]=\"question.description | dynamicTranslate:dynamicParam\"></app-overlay-info>\r\n\r\n </div>\r\n </div>\r\n </ng-container>\r\n\r\n <ng-container *ngSwitchCase=\"'displaytextaslabel'\">\r\n <div class=\"container\" style=\"display: flex;\">\r\n <label>{{getText(form.controls[question.name].value)}}</label>\r\n <input type=\"hidden\" [formControlName]=\"question.name\" [attr.aria-label]=\"question.title\"/>\r\n <div style=\"flex-grow: 1;\" *ngIf=\"question.description\" style=\"padding-left: 2px\">\r\n <app-overlay-info [overlayText]=\"question.description | dynamicTranslate:dynamicParam\"></app-overlay-info>\r\n\r\n </div>\r\n </div>\r\n </ng-container>\r\n\r\n <ng-container *ngSwitchCase=\"'label'\">\r\n <div class=\"container\" style=\"display: flex;\">\r\n <label>{{question.title}}</label>\r\n <div style=\"flex-grow: 1;\" *ngIf=\"question.description\" style=\"padding-left: 2px\">\r\n <app-overlay-info [overlayText]=\"question.description | dynamicTranslate:dynamicParam\"></app-overlay-info>\r\n </div>\r\n </div>\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'label-with-overlay'\">\r\n <div class=\"container\" style=\"display: flex;\">\r\n <app-overlay-info [displayText]=\"question.title\" [overlayText]=\"question.description | dynamicTranslate:dynamicParam\" [displayAsLabel]=\"true\"></app-overlay-info>\r\n </div>\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'label-with-link'\">\r\n <div class=\"container\" style=\"display: flex;\">\r\n <app-overlay-info [displayText]=\"question.title\" [formControlName]=\"question.name\" [overlayText]=\"question.description | dynamicTranslate:dynamicParam\" [labelWithLink]=\"true\"></app-overlay-info>\r\n </div>\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'label-with-popup'\">\r\n <div class=\"container\" style=\"display: flex;\">\r\n <app-overlay-info [displayText]=\"question.title\" [formControlName]=\"question.name\" [labelWithPopup]=\"question.description | dynamicTranslate:dynamicParam\" [labelWithLink]=\"true\"></app-overlay-info>\r\n </div>\r\n </ng-container>\r\n \r\n <ng-container class=\"responsive\" *ngSwitchCase=\"'panel'\">\r\n <ion-row>\r\n <ion-col>\r\n <ion-row>\r\n <ng-container *ngFor=\"let element of question.elements\">\r\n <ion-col *ngIf=\"element.colElement==='COL1' && visibleIf(element.visibleIf,element.name)\"\r\n [sizeXl]=\"element.sizeXL\" [sizeLg]=\"element.sizeLG\" [sizeMd]=\"element.sizeMD\"\r\n [offsetMd]=\"element.offSetMD\" class=\"col-fit-content\">\r\n <app-question [question]=\"element\" [form]=\"form\" [forScreenQuestionnaire]=\"forScreenQuestionnaire\">\r\n </app-question>\r\n </ion-col>\r\n </ng-container>\r\n </ion-row>\r\n </ion-col>\r\n <ion-col>\r\n <ion-row>\r\n <ng-container *ngFor=\"let element of question.elements\">\r\n <ion-col *ngIf=\"element.colElement==='COL2' && visibleIf(element.visibleIf,element.name)\"\r\n [sizeXl]=\"element.sizeXL\" [sizeLg]=\"element.sizeLG\" [sizeMd]=\"element.sizeMD\"\r\n [offsetMd]=\"element.offSetMD\">\r\n <app-question [question]=\"element\" [form]=\"form\" [forScreenQuestionnaire]=\"forScreenQuestionnaire\">\r\n </app-question>\r\n </ion-col>\r\n </ng-container>\r\n </ion-row>\r\n </ion-col>\r\n </ion-row>\r\n </ng-container>\r\n </div>\r\n <div [ngStyle]=\"setStyle(question.indent)\" *ngIf=\"question.type!='panel'\">\r\n <small class=\"p-error\" *ngIf=\"isValid!=''\" [@rowExpansionTrigger]=\"'active'\">{{isValid | dynamicTranslate:dynamicParam}}</small>\r\n </div>\r\n</div>", styles: [".form-label{display:inline-block;margin-bottom:6px;margin-top:16px}.p-checkbox-label{line-height:1.5;text-align:justify;margin-left:1rem}.p-checkbox{padding:6px 0;width:-webkit-fill-available}.p-dropdown{display:inline-flex;min-width:185px}.p-calendar .p-inputtext{max-width:134px}:host ::ng-deep .p-dropdown{display:inline-flex;min-width:110px}:host ::ng-deep .p-calendar .p-inputtext{max-width:134px!important}.col-fit-content{max-width:-moz-fit-content;max-width:fit-content}\n"] }]
|
|
13645
13648
|
}], () => [{ type: QuestionControlService }, { type: QuestionService }, { type: i3$1.TranslateService }, { type: ValidationService }, { type: UtilService }, { type: i4.NavController }, { type: LoggerService }, { type: i6$1.DomSanitizer }, { type: LoginService }, { type: AddressValidationService }, { type: i4.ModalController }], { question: [{
|
|
13646
13649
|
type: Input
|
|
13647
13650
|
}], form: [{
|
|
@@ -13667,11 +13670,14 @@ class DynamicFormQuestionComponent {
|
|
|
13667
13670
|
}], wcEmployerGrid: [{
|
|
13668
13671
|
type: ViewChild,
|
|
13669
13672
|
args: ['wcEmployerGrid']
|
|
13673
|
+
}], employerGrid: [{
|
|
13674
|
+
type: ViewChild,
|
|
13675
|
+
args: ['employerGrid']
|
|
13670
13676
|
}], jobTitle: [{
|
|
13671
13677
|
type: ViewChild,
|
|
13672
13678
|
args: ['jobTitle']
|
|
13673
13679
|
}] }); })();
|
|
13674
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DynamicFormQuestionComponent, { className: "DynamicFormQuestionComponent", filePath: "lib\\components\\questionnaire\\dynamic-form-question.component.ts", lineNumber:
|
|
13680
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DynamicFormQuestionComponent, { className: "DynamicFormQuestionComponent", filePath: "lib\\components\\questionnaire\\dynamic-form-question.component.ts", lineNumber: 69 }); })();
|
|
13675
13681
|
|
|
13676
13682
|
class AppValidators {
|
|
13677
13683
|
// @dynamic
|
|
@@ -18500,7 +18506,7 @@ const _c4$q = ["filter"];
|
|
|
18500
18506
|
const _c5$k = ["focusInput"];
|
|
18501
18507
|
const _c6$d = ["editableInput"];
|
|
18502
18508
|
const _c7$9 = ["items"];
|
|
18503
|
-
const _c8$
|
|
18509
|
+
const _c8$9 = ["scroller"];
|
|
18504
18510
|
const _c9$4 = ["overlay"];
|
|
18505
18511
|
const _c10$4 = ["firstHiddenFocusableEl"];
|
|
18506
18512
|
const _c11$3 = ["lastHiddenFocusableEl"];
|
|
@@ -20008,7 +20014,7 @@ class Dropdown {
|
|
|
20008
20014
|
i0.ɵɵviewQuery(_c5$k, 5);
|
|
20009
20015
|
i0.ɵɵviewQuery(_c6$d, 5);
|
|
20010
20016
|
i0.ɵɵviewQuery(_c7$9, 5);
|
|
20011
|
-
i0.ɵɵviewQuery(_c8$
|
|
20017
|
+
i0.ɵɵviewQuery(_c8$9, 5);
|
|
20012
20018
|
i0.ɵɵviewQuery(_c9$4, 5);
|
|
20013
20019
|
i0.ɵɵviewQuery(_c10$4, 5);
|
|
20014
20020
|
i0.ɵɵviewQuery(_c11$3, 5);
|
|
@@ -21112,25 +21118,26 @@ class ClaimOnlyEmployerDataModel {
|
|
|
21112
21118
|
class EmployerWagesModel {
|
|
21113
21119
|
}
|
|
21114
21120
|
|
|
21115
|
-
const _c0$M =
|
|
21116
|
-
|
|
21117
|
-
|
|
21118
|
-
i0.ɵɵ
|
|
21121
|
+
const _c0$M = ["gridTop"];
|
|
21122
|
+
const _c1$J = () => ["fal", "edit"];
|
|
21123
|
+
function EmployerGridComponent_div_24_Template(rf, ctx) { if (rf & 1) {
|
|
21124
|
+
i0.ɵɵelementStart(0, "div", 11);
|
|
21125
|
+
i0.ɵɵelement(1, "fa-icon", 5)(2, "span", 3);
|
|
21119
21126
|
i0.ɵɵpipe(3, "trustHtml");
|
|
21120
21127
|
i0.ɵɵpipe(4, "translate");
|
|
21121
21128
|
i0.ɵɵtext(5, ",\u00A0 ");
|
|
21122
21129
|
i0.ɵɵelementEnd();
|
|
21123
21130
|
} if (rf & 2) {
|
|
21124
21131
|
i0.ɵɵadvance(1);
|
|
21125
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(6,
|
|
21132
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(6, _c1$J));
|
|
21126
21133
|
i0.ɵɵadvance(1);
|
|
21127
21134
|
i0.ɵɵproperty("innerHtml", i0.ɵɵpipeBind1(3, 2, i0.ɵɵpipeBind1(4, 4, "induction.employment.subheader.edit")), i0.ɵɵsanitizeHtml);
|
|
21128
21135
|
} }
|
|
21129
|
-
function
|
|
21130
|
-
i0.ɵɵelement(0, "br",
|
|
21136
|
+
function EmployerGridComponent_br_25_Template(rf, ctx) { if (rf & 1) {
|
|
21137
|
+
i0.ɵɵelement(0, "br", 4);
|
|
21131
21138
|
} }
|
|
21132
|
-
function
|
|
21133
|
-
i0.ɵɵelementStart(0, "tr")(1, "th",
|
|
21139
|
+
function EmployerGridComponent_p_table_30_ng_template_2_Template(rf, ctx) { if (rf & 1) {
|
|
21140
|
+
i0.ɵɵelementStart(0, "tr")(1, "th", 17);
|
|
21134
21141
|
i0.ɵɵtext(2);
|
|
21135
21142
|
i0.ɵɵpipe(3, "translate");
|
|
21136
21143
|
i0.ɵɵelementEnd();
|
|
@@ -21163,73 +21170,79 @@ function EmployerGridComponent_p_table_29_ng_template_2_Template(rf, ctx) { if (
|
|
|
21163
21170
|
i0.ɵɵadvance(3);
|
|
21164
21171
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(16, 13, "induction.employment.table.sep.reason"), " ");
|
|
21165
21172
|
} }
|
|
21166
|
-
function
|
|
21167
|
-
i0.ɵɵelementStart(0, "td",
|
|
21173
|
+
function EmployerGridComponent_p_table_30_ng_template_3_tr_0_td_1_Template(rf, ctx) { if (rf & 1) {
|
|
21174
|
+
i0.ɵɵelementStart(0, "td", 17)(1, "span", 32);
|
|
21168
21175
|
i0.ɵɵtext(2, "Employer");
|
|
21169
21176
|
i0.ɵɵelementEnd();
|
|
21170
|
-
i0.ɵɵelementStart(3, "span",
|
|
21177
|
+
i0.ɵɵelementStart(3, "span", 33);
|
|
21171
21178
|
i0.ɵɵtext(4);
|
|
21172
21179
|
i0.ɵɵelement(5, "br");
|
|
21173
21180
|
i0.ɵɵelementEnd()();
|
|
21174
21181
|
} if (rf & 2) {
|
|
21175
|
-
const
|
|
21182
|
+
const employer_r11 = i0.ɵɵnextContext(2).$implicit;
|
|
21183
|
+
i0.ɵɵstyleProp("color", !employer_r11.isEmployerEdited && employer_r11.isEmployerGridSubmitted ? "#eb445a" : "");
|
|
21176
21184
|
i0.ɵɵadvance(4);
|
|
21177
|
-
i0.ɵɵtextInterpolate2(" ",
|
|
21185
|
+
i0.ɵɵtextInterpolate2(" ", employer_r11.employerData.displayName, " - ", employer_r11.employerData.displayState.text, "");
|
|
21178
21186
|
} }
|
|
21179
|
-
function
|
|
21180
|
-
i0.ɵɵelementStart(0, "td",
|
|
21187
|
+
function EmployerGridComponent_p_table_30_ng_template_3_tr_0_ng_template_2_td_0_Template(rf, ctx) { if (rf & 1) {
|
|
21188
|
+
i0.ɵɵelementStart(0, "td", 17)(1, "span", 32);
|
|
21181
21189
|
i0.ɵɵtext(2, "Employer");
|
|
21182
21190
|
i0.ɵɵelementEnd();
|
|
21183
|
-
i0.ɵɵelementStart(3, "span",
|
|
21191
|
+
i0.ɵɵelementStart(3, "span", 33);
|
|
21184
21192
|
i0.ɵɵtext(4);
|
|
21185
21193
|
i0.ɵɵelement(5, "br");
|
|
21186
21194
|
i0.ɵɵelementEnd()();
|
|
21187
21195
|
} if (rf & 2) {
|
|
21188
|
-
const
|
|
21196
|
+
const employer_r11 = i0.ɵɵnextContext(3).$implicit;
|
|
21197
|
+
i0.ɵɵstyleProp("color", !employer_r11.isEmployerEdited && employer_r11.isEmployerGridSubmitted ? "#eb445a" : "");
|
|
21189
21198
|
i0.ɵɵadvance(4);
|
|
21190
|
-
i0.ɵɵtextInterpolate2(" ",
|
|
21199
|
+
i0.ɵɵtextInterpolate2(" ", employer_r11.employerData.displayName, " - ", employer_r11.workState.text, "");
|
|
21191
21200
|
} }
|
|
21192
|
-
function
|
|
21193
|
-
i0.ɵɵtemplate(0,
|
|
21201
|
+
function EmployerGridComponent_p_table_30_ng_template_3_tr_0_ng_template_2_Template(rf, ctx) { if (rf & 1) {
|
|
21202
|
+
i0.ɵɵtemplate(0, EmployerGridComponent_p_table_30_ng_template_3_tr_0_ng_template_2_td_0_Template, 6, 4, "td", 20);
|
|
21194
21203
|
} if (rf & 2) {
|
|
21195
21204
|
i0.ɵɵnextContext();
|
|
21196
|
-
const
|
|
21197
|
-
const
|
|
21198
|
-
i0.ɵɵproperty("ngIf",
|
|
21205
|
+
const _r18 = i0.ɵɵreference(5);
|
|
21206
|
+
const employer_r11 = i0.ɵɵnextContext().$implicit;
|
|
21207
|
+
i0.ɵɵproperty("ngIf", employer_r11.osaBpEmployerFlag === "1" && employer_r11.employerType === "REG" && employer_r11.workState != null)("ngIfElse", _r18);
|
|
21199
21208
|
} }
|
|
21200
|
-
function
|
|
21201
|
-
i0.ɵɵelementStart(0, "td",
|
|
21209
|
+
function EmployerGridComponent_p_table_30_ng_template_3_tr_0_ng_template_4_td_0_Template(rf, ctx) { if (rf & 1) {
|
|
21210
|
+
i0.ɵɵelementStart(0, "td", 17)(1, "span", 32);
|
|
21202
21211
|
i0.ɵɵtext(2, "Employer");
|
|
21203
21212
|
i0.ɵɵelementEnd();
|
|
21204
|
-
i0.ɵɵelementStart(3, "span",
|
|
21213
|
+
i0.ɵɵelementStart(3, "span", 33);
|
|
21205
21214
|
i0.ɵɵtext(4);
|
|
21206
21215
|
i0.ɵɵelement(5, "br");
|
|
21207
21216
|
i0.ɵɵelementEnd();
|
|
21208
|
-
i0.ɵɵelement(6, "div",
|
|
21217
|
+
i0.ɵɵelement(6, "div", 34);
|
|
21209
21218
|
i0.ɵɵpipe(7, "trustHtml");
|
|
21210
21219
|
i0.ɵɵelementEnd();
|
|
21211
21220
|
} if (rf & 2) {
|
|
21212
|
-
const
|
|
21221
|
+
const employer_r11 = i0.ɵɵnextContext(3).$implicit;
|
|
21222
|
+
i0.ɵɵstyleProp("color", !employer_r11.isEmployerEdited && employer_r11.isEmployerGridSubmitted ? "#eb445a" : "");
|
|
21213
21223
|
i0.ɵɵadvance(4);
|
|
21214
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
21224
|
+
i0.ɵɵtextInterpolate1(" ", employer_r11.employerData.displayName, " ");
|
|
21215
21225
|
i0.ɵɵadvance(2);
|
|
21216
|
-
i0.ɵɵproperty("innerHtml", i0.ɵɵpipeBind1(7,
|
|
21226
|
+
i0.ɵɵproperty("innerHtml", i0.ɵɵpipeBind1(7, 4, employer_r11.employerData.mailingAddressDisplay), i0.ɵɵsanitizeHtml);
|
|
21217
21227
|
} }
|
|
21218
|
-
function
|
|
21219
|
-
i0.ɵɵtemplate(0,
|
|
21228
|
+
function EmployerGridComponent_p_table_30_ng_template_3_tr_0_ng_template_4_Template(rf, ctx) { if (rf & 1) {
|
|
21229
|
+
i0.ɵɵtemplate(0, EmployerGridComponent_p_table_30_ng_template_3_tr_0_ng_template_4_td_0_Template, 8, 6, "td", 23);
|
|
21220
21230
|
} if (rf & 2) {
|
|
21221
|
-
const
|
|
21222
|
-
i0.ɵɵproperty("ngIf",
|
|
21231
|
+
const employer_r11 = i0.ɵɵnextContext(2).$implicit;
|
|
21232
|
+
i0.ɵɵproperty("ngIf", employer_r11.employerData.displayName && employer_r11.employerType != "MIL");
|
|
21223
21233
|
} }
|
|
21224
|
-
function
|
|
21225
|
-
i0.ɵɵelementStart(0, "td",
|
|
21234
|
+
function EmployerGridComponent_p_table_30_ng_template_3_tr_0_td_6_Template(rf, ctx) { if (rf & 1) {
|
|
21235
|
+
i0.ɵɵelementStart(0, "td", 17)(1, "span", 32);
|
|
21226
21236
|
i0.ɵɵtext(2, "Employer");
|
|
21227
21237
|
i0.ɵɵelementEnd();
|
|
21228
21238
|
i0.ɵɵelement(3, "span");
|
|
21229
21239
|
i0.ɵɵelementEnd();
|
|
21240
|
+
} if (rf & 2) {
|
|
21241
|
+
const employer_r11 = i0.ɵɵnextContext(2).$implicit;
|
|
21242
|
+
i0.ɵɵstyleProp("color", !employer_r11.isEmployerEdited && employer_r11.isEmployerGridSubmitted ? "#eb445a" : "");
|
|
21230
21243
|
} }
|
|
21231
|
-
function
|
|
21232
|
-
i0.ɵɵelementStart(0, "td",
|
|
21244
|
+
function EmployerGridComponent_p_table_30_ng_template_3_tr_0_td_7_Template(rf, ctx) { if (rf & 1) {
|
|
21245
|
+
i0.ɵɵelementStart(0, "td", 17)(1, "span", 32);
|
|
21233
21246
|
i0.ɵɵtext(2, "Employer");
|
|
21234
21247
|
i0.ɵɵelementEnd();
|
|
21235
21248
|
i0.ɵɵelementStart(3, "span");
|
|
@@ -21237,126 +21250,133 @@ function EmployerGridComponent_p_table_29_ng_template_3_tr_0_td_7_Template(rf, c
|
|
|
21237
21250
|
i0.ɵɵelement(5, "br");
|
|
21238
21251
|
i0.ɵɵelementEnd()();
|
|
21239
21252
|
} if (rf & 2) {
|
|
21240
|
-
const
|
|
21253
|
+
const employer_r11 = i0.ɵɵnextContext(2).$implicit;
|
|
21254
|
+
i0.ɵɵstyleProp("color", !employer_r11.isEmployerEdited && employer_r11.isEmployerGridSubmitted ? "#eb445a" : "");
|
|
21241
21255
|
i0.ɵɵadvance(4);
|
|
21242
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
21243
|
-
} }
|
|
21244
|
-
function EmployerGridComponent_p_table_29_ng_template_3_tr_0_ion_button_9_Template(rf, ctx) { if (rf & 1) {
|
|
21245
|
-
const _r46 = i0.ɵɵgetCurrentView();
|
|
21246
|
-
i0.ɵɵelementStart(0, "ion-button", 34);
|
|
21247
|
-
i0.ɵɵlistener("click", function EmployerGridComponent_p_table_29_ng_template_3_tr_0_ion_button_9_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(_r46); const employer_r10 = i0.ɵɵnextContext(2).$implicit; const ctx_r44 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r44.editBasePeriodEmployer(employer_r10)); });
|
|
21248
|
-
i0.ɵɵelement(1, "fa-icon", 35);
|
|
21249
|
-
i0.ɵɵelementEnd();
|
|
21250
|
-
} if (rf & 2) {
|
|
21251
|
-
i0.ɵɵadvance(1);
|
|
21252
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(1, _c0$M));
|
|
21256
|
+
i0.ɵɵtextInterpolate1(" ", employer_r11.serviceBranch.text, " ");
|
|
21253
21257
|
} }
|
|
21254
|
-
function
|
|
21255
|
-
const
|
|
21256
|
-
i0.ɵɵelementStart(0, "ion-button",
|
|
21257
|
-
i0.ɵɵlistener("click", function
|
|
21258
|
-
i0.ɵɵelement(1, "fa-icon",
|
|
21258
|
+
function EmployerGridComponent_p_table_30_ng_template_3_tr_0_ion_button_9_Template(rf, ctx) { if (rf & 1) {
|
|
21259
|
+
const _r48 = i0.ɵɵgetCurrentView();
|
|
21260
|
+
i0.ɵɵelementStart(0, "ion-button", 35);
|
|
21261
|
+
i0.ɵɵlistener("click", function EmployerGridComponent_p_table_30_ng_template_3_tr_0_ion_button_9_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(_r48); const employer_r11 = i0.ɵɵnextContext(2).$implicit; const ctx_r46 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r46.editBasePeriodEmployer(employer_r11)); });
|
|
21262
|
+
i0.ɵɵelement(1, "fa-icon", 36);
|
|
21259
21263
|
i0.ɵɵelementEnd();
|
|
21260
21264
|
} if (rf & 2) {
|
|
21265
|
+
const employer_r11 = i0.ɵɵnextContext(2).$implicit;
|
|
21266
|
+
i0.ɵɵproperty("color", !employer_r11.isEmployerEdited && employer_r11.isEmployerGridSubmitted ? "danger" : "success");
|
|
21261
21267
|
i0.ɵɵadvance(1);
|
|
21262
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(
|
|
21268
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(2, _c1$J));
|
|
21263
21269
|
} }
|
|
21264
|
-
|
|
21265
|
-
function EmployerGridComponent_p_table_29_ng_template_3_tr_0_ion_button_11_Template(rf, ctx) { if (rf & 1) {
|
|
21270
|
+
function EmployerGridComponent_p_table_30_ng_template_3_tr_0_ion_button_10_Template(rf, ctx) { if (rf & 1) {
|
|
21266
21271
|
const _r52 = i0.ɵɵgetCurrentView();
|
|
21267
21272
|
i0.ɵɵelementStart(0, "ion-button", 37);
|
|
21268
|
-
i0.ɵɵlistener("click", function
|
|
21269
|
-
i0.ɵɵelement(1, "fa-icon",
|
|
21273
|
+
i0.ɵɵlistener("click", function EmployerGridComponent_p_table_30_ng_template_3_tr_0_ion_button_10_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(_r52); const employer_r11 = i0.ɵɵnextContext(2).$implicit; const ctx_r50 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r50.editEmployer(employer_r11)); });
|
|
21274
|
+
i0.ɵɵelement(1, "fa-icon", 36);
|
|
21270
21275
|
i0.ɵɵelementEnd();
|
|
21271
21276
|
} if (rf & 2) {
|
|
21272
|
-
const
|
|
21273
|
-
|
|
21274
|
-
i0.ɵɵproperty("id", "btnConfirmEmployer-" + rowIndex_r11);
|
|
21277
|
+
const employer_r11 = i0.ɵɵnextContext(2).$implicit;
|
|
21278
|
+
i0.ɵɵproperty("color", !employer_r11.isEmployerEdited && employer_r11.isEmployerGridSubmitted ? "danger" : "success");
|
|
21275
21279
|
i0.ɵɵadvance(1);
|
|
21276
|
-
i0.ɵɵproperty("icon",
|
|
21280
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(2, _c1$J));
|
|
21277
21281
|
} }
|
|
21278
|
-
const _c2$v = () => ["fal", "
|
|
21279
|
-
function
|
|
21282
|
+
const _c2$v = () => ["fal", "check-circle"];
|
|
21283
|
+
function EmployerGridComponent_p_table_30_ng_template_3_tr_0_ion_button_11_Template(rf, ctx) { if (rf & 1) {
|
|
21280
21284
|
const _r56 = i0.ɵɵgetCurrentView();
|
|
21281
21285
|
i0.ɵɵelementStart(0, "ion-button", 38);
|
|
21282
|
-
i0.ɵɵlistener("click", function
|
|
21283
|
-
i0.ɵɵelement(1, "fa-icon",
|
|
21286
|
+
i0.ɵɵlistener("click", function EmployerGridComponent_p_table_30_ng_template_3_tr_0_ion_button_11_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(_r56); const employer_r11 = i0.ɵɵnextContext(2).$implicit; const ctx_r54 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r54.finish(employer_r11)); });
|
|
21287
|
+
i0.ɵɵelement(1, "fa-icon", 36);
|
|
21284
21288
|
i0.ɵɵelementEnd();
|
|
21285
21289
|
} if (rf & 2) {
|
|
21286
|
-
const
|
|
21287
|
-
|
|
21290
|
+
const ctx_r57 = i0.ɵɵnextContext(2);
|
|
21291
|
+
const rowIndex_r12 = ctx_r57.rowIndex;
|
|
21292
|
+
const employer_r11 = ctx_r57.$implicit;
|
|
21293
|
+
const ctx_r23 = i0.ɵɵnextContext(2);
|
|
21294
|
+
i0.ɵɵproperty("id", "btnConfirmEmployer-" + rowIndex_r12)("color", !employer_r11.isEmployerEdited && employer_r11.isEmployerGridSubmitted ? "danger" : "success");
|
|
21288
21295
|
i0.ɵɵadvance(1);
|
|
21289
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(
|
|
21296
|
+
i0.ɵɵproperty("icon", ctx_r23.util.isState("MS") ? i0.ɵɵpureFunction0(3, _c1$J) : i0.ɵɵpureFunction0(4, _c2$v));
|
|
21290
21297
|
} }
|
|
21291
|
-
|
|
21298
|
+
const _c3$q = () => ["fal", "trash-alt"];
|
|
21299
|
+
function EmployerGridComponent_p_table_30_ng_template_3_tr_0_ion_button_12_Template(rf, ctx) { if (rf & 1) {
|
|
21292
21300
|
const _r60 = i0.ɵɵgetCurrentView();
|
|
21293
|
-
i0.ɵɵelementStart(0, "ion-button",
|
|
21294
|
-
i0.ɵɵlistener("click", function
|
|
21295
|
-
i0.ɵɵelement(1, "fa-icon",
|
|
21301
|
+
i0.ɵɵelementStart(0, "ion-button", 39);
|
|
21302
|
+
i0.ɵɵlistener("click", function EmployerGridComponent_p_table_30_ng_template_3_tr_0_ion_button_12_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(_r60); const rowIndex_r12 = i0.ɵɵnextContext(2).rowIndex; const ctx_r58 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r58.deleteEmployer(rowIndex_r12)); });
|
|
21303
|
+
i0.ɵɵelement(1, "fa-icon", 36);
|
|
21296
21304
|
i0.ɵɵelementEnd();
|
|
21297
21305
|
} if (rf & 2) {
|
|
21298
|
-
const
|
|
21299
|
-
i0.ɵɵproperty("id", "
|
|
21306
|
+
const rowIndex_r12 = i0.ɵɵnextContext(2).rowIndex;
|
|
21307
|
+
i0.ɵɵproperty("id", "btnDeleteEmployer-" + rowIndex_r12);
|
|
21300
21308
|
i0.ɵɵadvance(1);
|
|
21301
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(2,
|
|
21309
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(2, _c3$q));
|
|
21302
21310
|
} }
|
|
21303
|
-
|
|
21304
|
-
function EmployerGridComponent_p_table_29_ng_template_3_tr_0_ion_button_14_Template(rf, ctx) { if (rf & 1) {
|
|
21311
|
+
function EmployerGridComponent_p_table_30_ng_template_3_tr_0_ion_button_13_Template(rf, ctx) { if (rf & 1) {
|
|
21305
21312
|
const _r64 = i0.ɵɵgetCurrentView();
|
|
21306
21313
|
i0.ɵɵelementStart(0, "ion-button", 39);
|
|
21307
|
-
i0.ɵɵlistener("click", function
|
|
21308
|
-
i0.ɵɵelement(1, "fa-icon",
|
|
21314
|
+
i0.ɵɵlistener("click", function EmployerGridComponent_p_table_30_ng_template_3_tr_0_ion_button_13_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(_r64); const ctx_r63 = i0.ɵɵnextContext(2); const employer_r11 = ctx_r63.$implicit; const rowIndex_r12 = ctx_r63.rowIndex; const ctx_r62 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r62.removeEmployment(employer_r11, rowIndex_r12)); });
|
|
21315
|
+
i0.ɵɵelement(1, "fa-icon", 36);
|
|
21309
21316
|
i0.ɵɵelementEnd();
|
|
21310
21317
|
} if (rf & 2) {
|
|
21318
|
+
const rowIndex_r12 = i0.ɵɵnextContext(2).rowIndex;
|
|
21319
|
+
i0.ɵɵproperty("id", "btnRemoveEmployer-" + rowIndex_r12);
|
|
21311
21320
|
i0.ɵɵadvance(1);
|
|
21312
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(
|
|
21321
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(2, _c3$q));
|
|
21313
21322
|
} }
|
|
21314
|
-
|
|
21315
|
-
|
|
21323
|
+
const _c4$p = () => ["fal", "trash-restore-alt"];
|
|
21324
|
+
function EmployerGridComponent_p_table_30_ng_template_3_tr_0_ion_button_14_Template(rf, ctx) { if (rf & 1) {
|
|
21325
|
+
const _r68 = i0.ɵɵgetCurrentView();
|
|
21326
|
+
i0.ɵɵelementStart(0, "ion-button", 40);
|
|
21327
|
+
i0.ɵɵlistener("click", function EmployerGridComponent_p_table_30_ng_template_3_tr_0_ion_button_14_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(_r68); const ctx_r67 = i0.ɵɵnextContext(2); const employer_r11 = ctx_r67.$implicit; const rowIndex_r12 = ctx_r67.rowIndex; const ctx_r66 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r66.restoreEmployment(employer_r11, rowIndex_r12)); });
|
|
21328
|
+
i0.ɵɵelement(1, "fa-icon", 36);
|
|
21329
|
+
i0.ɵɵelementEnd();
|
|
21330
|
+
} if (rf & 2) {
|
|
21331
|
+
i0.ɵɵadvance(1);
|
|
21332
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(1, _c4$p));
|
|
21333
|
+
} }
|
|
21334
|
+
function EmployerGridComponent_p_table_30_ng_template_3_tr_0_td_15_Template(rf, ctx) { if (rf & 1) {
|
|
21335
|
+
i0.ɵɵelementStart(0, "td")(1, "span", 32);
|
|
21316
21336
|
i0.ɵɵtext(2, "Job Title");
|
|
21317
21337
|
i0.ɵɵelementEnd();
|
|
21318
21338
|
i0.ɵɵtext(3);
|
|
21319
21339
|
i0.ɵɵelementEnd();
|
|
21320
21340
|
} if (rf & 2) {
|
|
21321
|
-
const
|
|
21341
|
+
const employer_r11 = i0.ɵɵnextContext(2).$implicit;
|
|
21322
21342
|
i0.ɵɵadvance(3);
|
|
21323
|
-
i0.ɵɵtextInterpolate(
|
|
21343
|
+
i0.ɵɵtextInterpolate(employer_r11.jobTileOrPosition);
|
|
21324
21344
|
} }
|
|
21325
|
-
function
|
|
21326
|
-
i0.ɵɵelementStart(0, "td")(1, "span",
|
|
21345
|
+
function EmployerGridComponent_p_table_30_ng_template_3_tr_0_td_16_Template(rf, ctx) { if (rf & 1) {
|
|
21346
|
+
i0.ɵɵelementStart(0, "td")(1, "span", 32);
|
|
21327
21347
|
i0.ɵɵtext(2, "Job Title");
|
|
21328
21348
|
i0.ɵɵelementEnd();
|
|
21329
21349
|
i0.ɵɵtext(3);
|
|
21330
21350
|
i0.ɵɵelementEnd();
|
|
21331
21351
|
} if (rf & 2) {
|
|
21332
|
-
const
|
|
21352
|
+
const employer_r11 = i0.ɵɵnextContext(2).$implicit;
|
|
21333
21353
|
i0.ɵɵadvance(3);
|
|
21334
|
-
i0.ɵɵtextInterpolate(
|
|
21354
|
+
i0.ɵɵtextInterpolate(employer_r11.fedJobTileOrPosition);
|
|
21335
21355
|
} }
|
|
21336
|
-
function
|
|
21337
|
-
i0.ɵɵelementStart(0, "td")(1, "span",
|
|
21356
|
+
function EmployerGridComponent_p_table_30_ng_template_3_tr_0_td_17_Template(rf, ctx) { if (rf & 1) {
|
|
21357
|
+
i0.ɵɵelementStart(0, "td")(1, "span", 32);
|
|
21338
21358
|
i0.ɵɵtext(2, "Job Title");
|
|
21339
21359
|
i0.ɵɵelementEnd()();
|
|
21340
21360
|
} }
|
|
21341
|
-
function
|
|
21342
|
-
i0.ɵɵelementStart(0, "td")(1, "span",
|
|
21361
|
+
function EmployerGridComponent_p_table_30_ng_template_3_tr_0_td_18_Template(rf, ctx) { if (rf & 1) {
|
|
21362
|
+
i0.ɵɵelementStart(0, "td")(1, "span", 32);
|
|
21343
21363
|
i0.ɵɵtext(2, "Pay");
|
|
21344
21364
|
i0.ɵɵelementEnd();
|
|
21345
21365
|
i0.ɵɵtext(3);
|
|
21346
21366
|
i0.ɵɵpipe(4, "currency");
|
|
21347
21367
|
i0.ɵɵelementEnd();
|
|
21348
21368
|
} if (rf & 2) {
|
|
21349
|
-
const
|
|
21369
|
+
const employer_r11 = i0.ɵɵnextContext(2).$implicit;
|
|
21350
21370
|
i0.ɵɵadvance(3);
|
|
21351
|
-
i0.ɵɵtextInterpolate2("", i0.ɵɵpipeBind1(4, 2,
|
|
21371
|
+
i0.ɵɵtextInterpolate2("", i0.ɵɵpipeBind1(4, 2, employer_r11.payRate), "/", employer_r11.payRateFrequency.text, "");
|
|
21352
21372
|
} }
|
|
21353
|
-
function
|
|
21354
|
-
i0.ɵɵelementStart(0, "td")(1, "span",
|
|
21373
|
+
function EmployerGridComponent_p_table_30_ng_template_3_tr_0_td_19_Template(rf, ctx) { if (rf & 1) {
|
|
21374
|
+
i0.ɵɵelementStart(0, "td")(1, "span", 32);
|
|
21355
21375
|
i0.ɵɵtext(2, "Pay");
|
|
21356
21376
|
i0.ɵɵelementEnd()();
|
|
21357
21377
|
} }
|
|
21358
|
-
function
|
|
21359
|
-
i0.ɵɵelementStart(0, "td")(1, "span",
|
|
21378
|
+
function EmployerGridComponent_p_table_30_ng_template_3_tr_0_td_20_Template(rf, ctx) { if (rf & 1) {
|
|
21379
|
+
i0.ɵɵelementStart(0, "td")(1, "span", 32);
|
|
21360
21380
|
i0.ɵɵtext(2, "Start and End");
|
|
21361
21381
|
i0.ɵɵelementEnd();
|
|
21362
21382
|
i0.ɵɵtext(3);
|
|
@@ -21364,12 +21384,12 @@ function EmployerGridComponent_p_table_29_ng_template_3_tr_0_td_20_Template(rf,
|
|
|
21364
21384
|
i0.ɵɵpipe(5, "date");
|
|
21365
21385
|
i0.ɵɵelementEnd();
|
|
21366
21386
|
} if (rf & 2) {
|
|
21367
|
-
const
|
|
21387
|
+
const employer_r11 = i0.ɵɵnextContext(2).$implicit;
|
|
21368
21388
|
i0.ɵɵadvance(3);
|
|
21369
|
-
i0.ɵɵtextInterpolate2(" ", i0.ɵɵpipeBind2(4, 2,
|
|
21389
|
+
i0.ɵɵtextInterpolate2(" ", i0.ɵɵpipeBind2(4, 2, employer_r11.startDate, "M/d/yyyy"), " - ", i0.ɵɵpipeBind2(5, 5, employer_r11.endDate, "M/d/yyyy"), " ");
|
|
21370
21390
|
} }
|
|
21371
|
-
function
|
|
21372
|
-
i0.ɵɵelementStart(0, "td")(1, "span",
|
|
21391
|
+
function EmployerGridComponent_p_table_30_ng_template_3_tr_0_td_21_Template(rf, ctx) { if (rf & 1) {
|
|
21392
|
+
i0.ɵɵelementStart(0, "td")(1, "span", 32);
|
|
21373
21393
|
i0.ɵɵtext(2, "Start and End");
|
|
21374
21394
|
i0.ɵɵelementEnd();
|
|
21375
21395
|
i0.ɵɵtext(3);
|
|
@@ -21377,12 +21397,12 @@ function EmployerGridComponent_p_table_29_ng_template_3_tr_0_td_21_Template(rf,
|
|
|
21377
21397
|
i0.ɵɵpipe(5, "date");
|
|
21378
21398
|
i0.ɵɵelementEnd();
|
|
21379
21399
|
} if (rf & 2) {
|
|
21380
|
-
const
|
|
21400
|
+
const employer_r11 = i0.ɵɵnextContext(2).$implicit;
|
|
21381
21401
|
i0.ɵɵadvance(3);
|
|
21382
|
-
i0.ɵɵtextInterpolate2(" ", i0.ɵɵpipeBind2(4, 2,
|
|
21402
|
+
i0.ɵɵtextInterpolate2(" ", i0.ɵɵpipeBind2(4, 2, employer_r11.startDateFed, "M/d/yyyy"), " - ", i0.ɵɵpipeBind2(5, 5, employer_r11.endDateFed, "M/d/yyyy"), " ");
|
|
21383
21403
|
} }
|
|
21384
|
-
function
|
|
21385
|
-
i0.ɵɵelementStart(0, "td")(1, "span",
|
|
21404
|
+
function EmployerGridComponent_p_table_30_ng_template_3_tr_0_td_22_Template(rf, ctx) { if (rf & 1) {
|
|
21405
|
+
i0.ɵɵelementStart(0, "td")(1, "span", 32);
|
|
21386
21406
|
i0.ɵɵtext(2, "Start and End");
|
|
21387
21407
|
i0.ɵɵelementEnd();
|
|
21388
21408
|
i0.ɵɵtext(3);
|
|
@@ -21390,97 +21410,97 @@ function EmployerGridComponent_p_table_29_ng_template_3_tr_0_td_22_Template(rf,
|
|
|
21390
21410
|
i0.ɵɵpipe(5, "date");
|
|
21391
21411
|
i0.ɵɵelementEnd();
|
|
21392
21412
|
} if (rf & 2) {
|
|
21393
|
-
const
|
|
21413
|
+
const employer_r11 = i0.ɵɵnextContext(2).$implicit;
|
|
21394
21414
|
i0.ɵɵadvance(3);
|
|
21395
|
-
i0.ɵɵtextInterpolate2(" ", i0.ɵɵpipeBind2(4, 2,
|
|
21415
|
+
i0.ɵɵtextInterpolate2(" ", i0.ɵɵpipeBind2(4, 2, employer_r11.startDateMil, "M/d/yyyy"), " - ", i0.ɵɵpipeBind2(5, 5, employer_r11.endDateMil, "M/d/yyyy"), " ");
|
|
21396
21416
|
} }
|
|
21397
|
-
function
|
|
21398
|
-
i0.ɵɵelementStart(0, "td")(1, "span",
|
|
21417
|
+
function EmployerGridComponent_p_table_30_ng_template_3_tr_0_td_23_Template(rf, ctx) { if (rf & 1) {
|
|
21418
|
+
i0.ɵɵelementStart(0, "td")(1, "span", 32);
|
|
21399
21419
|
i0.ɵɵtext(2, "Separation Reason");
|
|
21400
21420
|
i0.ɵɵelementEnd();
|
|
21401
21421
|
i0.ɵɵtext(3);
|
|
21402
21422
|
i0.ɵɵelementEnd();
|
|
21403
21423
|
} if (rf & 2) {
|
|
21404
|
-
const
|
|
21424
|
+
const employer_r11 = i0.ɵɵnextContext(2).$implicit;
|
|
21405
21425
|
i0.ɵɵadvance(3);
|
|
21406
|
-
i0.ɵɵtextInterpolate1("",
|
|
21426
|
+
i0.ɵɵtextInterpolate1("", employer_r11.reasonSeparation.text, " ");
|
|
21407
21427
|
} }
|
|
21408
|
-
function
|
|
21409
|
-
i0.ɵɵelementStart(0, "td")(1, "span",
|
|
21428
|
+
function EmployerGridComponent_p_table_30_ng_template_3_tr_0_td_24_Template(rf, ctx) { if (rf & 1) {
|
|
21429
|
+
i0.ɵɵelementStart(0, "td")(1, "span", 32);
|
|
21410
21430
|
i0.ɵɵtext(2, "Separation Reason");
|
|
21411
21431
|
i0.ɵɵelementEnd()();
|
|
21412
21432
|
} }
|
|
21413
|
-
function
|
|
21414
|
-
i0.ɵɵelementStart(0, "tr",
|
|
21415
|
-
i0.ɵɵtemplate(1,
|
|
21416
|
-
i0.ɵɵelementStart(8, "td",
|
|
21417
|
-
i0.ɵɵtemplate(9,
|
|
21433
|
+
function EmployerGridComponent_p_table_30_ng_template_3_tr_0_Template(rf, ctx) { if (rf & 1) {
|
|
21434
|
+
i0.ɵɵelementStart(0, "tr", 19);
|
|
21435
|
+
i0.ɵɵtemplate(1, EmployerGridComponent_p_table_30_ng_template_3_tr_0_td_1_Template, 6, 4, "td", 20)(2, EmployerGridComponent_p_table_30_ng_template_3_tr_0_ng_template_2_Template, 1, 2, "ng-template", null, 21, i0.ɵɵtemplateRefExtractor)(4, EmployerGridComponent_p_table_30_ng_template_3_tr_0_ng_template_4_Template, 1, 1, "ng-template", null, 22, i0.ɵɵtemplateRefExtractor)(6, EmployerGridComponent_p_table_30_ng_template_3_tr_0_td_6_Template, 4, 2, "td", 23)(7, EmployerGridComponent_p_table_30_ng_template_3_tr_0_td_7_Template, 6, 3, "td", 23);
|
|
21436
|
+
i0.ɵɵelementStart(8, "td", 24);
|
|
21437
|
+
i0.ɵɵtemplate(9, EmployerGridComponent_p_table_30_ng_template_3_tr_0_ion_button_9_Template, 2, 3, "ion-button", 25)(10, EmployerGridComponent_p_table_30_ng_template_3_tr_0_ion_button_10_Template, 2, 3, "ion-button", 26)(11, EmployerGridComponent_p_table_30_ng_template_3_tr_0_ion_button_11_Template, 2, 5, "ion-button", 27)(12, EmployerGridComponent_p_table_30_ng_template_3_tr_0_ion_button_12_Template, 2, 3, "ion-button", 28)(13, EmployerGridComponent_p_table_30_ng_template_3_tr_0_ion_button_13_Template, 2, 3, "ion-button", 28)(14, EmployerGridComponent_p_table_30_ng_template_3_tr_0_ion_button_14_Template, 2, 2, "ion-button", 29);
|
|
21418
21438
|
i0.ɵɵelementEnd();
|
|
21419
|
-
i0.ɵɵtemplate(15,
|
|
21420
|
-
i0.ɵɵelement(25, "td",
|
|
21439
|
+
i0.ɵɵtemplate(15, EmployerGridComponent_p_table_30_ng_template_3_tr_0_td_15_Template, 4, 1, "td", 30)(16, EmployerGridComponent_p_table_30_ng_template_3_tr_0_td_16_Template, 4, 1, "td", 30)(17, EmployerGridComponent_p_table_30_ng_template_3_tr_0_td_17_Template, 3, 0, "td", 30)(18, EmployerGridComponent_p_table_30_ng_template_3_tr_0_td_18_Template, 5, 4, "td", 30)(19, EmployerGridComponent_p_table_30_ng_template_3_tr_0_td_19_Template, 3, 0, "td", 30)(20, EmployerGridComponent_p_table_30_ng_template_3_tr_0_td_20_Template, 6, 8, "td", 30)(21, EmployerGridComponent_p_table_30_ng_template_3_tr_0_td_21_Template, 6, 8, "td", 30)(22, EmployerGridComponent_p_table_30_ng_template_3_tr_0_td_22_Template, 6, 8, "td", 30)(23, EmployerGridComponent_p_table_30_ng_template_3_tr_0_td_23_Template, 4, 1, "td", 30)(24, EmployerGridComponent_p_table_30_ng_template_3_tr_0_td_24_Template, 3, 0, "td", 30);
|
|
21440
|
+
i0.ɵɵelement(25, "td", 31);
|
|
21421
21441
|
i0.ɵɵelementEnd();
|
|
21422
21442
|
} if (rf & 2) {
|
|
21423
|
-
const
|
|
21424
|
-
const
|
|
21425
|
-
i0.ɵɵproperty("ngClass",
|
|
21443
|
+
const _r16 = i0.ɵɵreference(3);
|
|
21444
|
+
const employer_r11 = i0.ɵɵnextContext().$implicit;
|
|
21445
|
+
i0.ɵɵproperty("ngClass", employer_r11.empDeleted == "Y" ? "strikethrough" : null);
|
|
21426
21446
|
i0.ɵɵadvance(1);
|
|
21427
|
-
i0.ɵɵproperty("ngIf",
|
|
21447
|
+
i0.ɵɵproperty("ngIf", employer_r11.osaBpEmployerFlag === "1" && employer_r11.employerType === "REG" && employer_r11.employerData.displayState != null)("ngIfElse", _r16);
|
|
21428
21448
|
i0.ɵɵadvance(5);
|
|
21429
|
-
i0.ɵɵproperty("ngIf", !
|
|
21449
|
+
i0.ɵɵproperty("ngIf", !employer_r11.employerData.displayName && employer_r11.employerType != "MIL");
|
|
21430
21450
|
i0.ɵɵadvance(1);
|
|
21431
|
-
i0.ɵɵproperty("ngIf",
|
|
21451
|
+
i0.ɵɵproperty("ngIf", employer_r11.employerType === "MIL");
|
|
21432
21452
|
i0.ɵɵadvance(2);
|
|
21433
|
-
i0.ɵɵproperty("ngIf",
|
|
21453
|
+
i0.ɵɵproperty("ngIf", employer_r11.bpEmployerFlag === "1" && employer_r11.payRate && employer_r11.startDate && employer_r11.empDeleted != "Y");
|
|
21434
21454
|
i0.ɵɵadvance(1);
|
|
21435
|
-
i0.ɵɵproperty("ngIf",
|
|
21455
|
+
i0.ɵɵproperty("ngIf", employer_r11.bpEmployerFlag === "0");
|
|
21436
21456
|
i0.ɵɵadvance(1);
|
|
21437
|
-
i0.ɵɵproperty("ngIf",
|
|
21457
|
+
i0.ɵɵproperty("ngIf", employer_r11.bpEmployerFlag === "1" && !employer_r11.payRate && !employer_r11.startDate && employer_r11.empDeleted != "Y");
|
|
21438
21458
|
i0.ɵɵadvance(1);
|
|
21439
|
-
i0.ɵɵproperty("ngIf",
|
|
21459
|
+
i0.ɵɵproperty("ngIf", employer_r11.bpEmployerFlag === "0");
|
|
21440
21460
|
i0.ɵɵadvance(1);
|
|
21441
|
-
i0.ɵɵproperty("ngIf",
|
|
21461
|
+
i0.ɵɵproperty("ngIf", employer_r11.bpEmployerFlag === "1" && employer_r11.empDeleted != "Y");
|
|
21442
21462
|
i0.ɵɵadvance(1);
|
|
21443
|
-
i0.ɵɵproperty("ngIf",
|
|
21463
|
+
i0.ɵɵproperty("ngIf", employer_r11.bpEmployerFlag === "1" && employer_r11.empDeleted == "Y");
|
|
21444
21464
|
i0.ɵɵadvance(1);
|
|
21445
|
-
i0.ɵɵproperty("ngIf",
|
|
21465
|
+
i0.ɵɵproperty("ngIf", employer_r11.jobTileOrPosition && !employer_r11.fedJobTileOrPosition);
|
|
21446
21466
|
i0.ɵɵadvance(1);
|
|
21447
|
-
i0.ɵɵproperty("ngIf",
|
|
21467
|
+
i0.ɵɵproperty("ngIf", employer_r11.fedJobTileOrPosition && !employer_r11.jobTileOrPosition);
|
|
21448
21468
|
i0.ɵɵadvance(1);
|
|
21449
|
-
i0.ɵɵproperty("ngIf",
|
|
21469
|
+
i0.ɵɵproperty("ngIf", employer_r11.employerType == "MIL");
|
|
21450
21470
|
i0.ɵɵadvance(1);
|
|
21451
|
-
i0.ɵɵproperty("ngIf",
|
|
21471
|
+
i0.ɵɵproperty("ngIf", employer_r11.employerType != "MIL" && employer_r11.payRate && employer_r11.payRateFrequency);
|
|
21452
21472
|
i0.ɵɵadvance(1);
|
|
21453
|
-
i0.ɵɵproperty("ngIf",
|
|
21473
|
+
i0.ɵɵproperty("ngIf", employer_r11.employerType == "MIL");
|
|
21454
21474
|
i0.ɵɵadvance(1);
|
|
21455
|
-
i0.ɵɵproperty("ngIf",
|
|
21475
|
+
i0.ɵɵproperty("ngIf", employer_r11.employerType === "REG" && employer_r11.startDate && employer_r11.endDate);
|
|
21456
21476
|
i0.ɵɵadvance(1);
|
|
21457
|
-
i0.ɵɵproperty("ngIf",
|
|
21477
|
+
i0.ɵɵproperty("ngIf", employer_r11.employerType === "FED" && employer_r11.startDateFed && employer_r11.endDateFed);
|
|
21458
21478
|
i0.ɵɵadvance(1);
|
|
21459
|
-
i0.ɵɵproperty("ngIf",
|
|
21479
|
+
i0.ɵɵproperty("ngIf", employer_r11.employerType === "MIL" && employer_r11.startDateMil && employer_r11.endDateMil);
|
|
21460
21480
|
i0.ɵɵadvance(1);
|
|
21461
|
-
i0.ɵɵproperty("ngIf",
|
|
21481
|
+
i0.ɵɵproperty("ngIf", employer_r11.employerType != "MIL" && employer_r11.reasonSeparation);
|
|
21462
21482
|
i0.ɵɵadvance(1);
|
|
21463
|
-
i0.ɵɵproperty("ngIf",
|
|
21483
|
+
i0.ɵɵproperty("ngIf", employer_r11.employerType === "MIL");
|
|
21464
21484
|
} }
|
|
21465
|
-
function
|
|
21466
|
-
i0.ɵɵtemplate(0,
|
|
21485
|
+
function EmployerGridComponent_p_table_30_ng_template_3_Template(rf, ctx) { if (rf & 1) {
|
|
21486
|
+
i0.ɵɵtemplate(0, EmployerGridComponent_p_table_30_ng_template_3_tr_0_Template, 26, 21, "tr", 18);
|
|
21467
21487
|
} if (rf & 2) {
|
|
21468
|
-
const
|
|
21469
|
-
i0.ɵɵproperty("ngIf",
|
|
21488
|
+
const employer_r11 = ctx.$implicit;
|
|
21489
|
+
i0.ɵɵproperty("ngIf", employer_r11.displaySeasonalEmp === true);
|
|
21470
21490
|
} }
|
|
21471
|
-
const
|
|
21472
|
-
function
|
|
21473
|
-
const
|
|
21474
|
-
i0.ɵɵelementStart(0, "table")(1, "tr")(2, "td",
|
|
21475
|
-
i0.ɵɵelement(3, "div",
|
|
21491
|
+
const _c5$j = () => ["fal", "plus"];
|
|
21492
|
+
function EmployerGridComponent_p_table_30_ng_template_4_Template(rf, ctx) { if (rf & 1) {
|
|
21493
|
+
const _r79 = i0.ɵɵgetCurrentView();
|
|
21494
|
+
i0.ɵɵelementStart(0, "table")(1, "tr")(2, "td", 41);
|
|
21495
|
+
i0.ɵɵelement(3, "div", 3);
|
|
21476
21496
|
i0.ɵɵpipe(4, "trustHtml");
|
|
21477
21497
|
i0.ɵɵpipe(5, "translate");
|
|
21478
21498
|
i0.ɵɵelementEnd();
|
|
21479
|
-
i0.ɵɵelementStart(6, "td",
|
|
21480
|
-
i0.ɵɵlistener("click", function
|
|
21481
|
-
i0.ɵɵelement(8, "fa-icon",
|
|
21499
|
+
i0.ɵɵelementStart(6, "td", 42)(7, "ion-button", 43);
|
|
21500
|
+
i0.ɵɵlistener("click", function EmployerGridComponent_p_table_30_ng_template_4_Template_ion_button_click_7_listener() { i0.ɵɵrestoreView(_r79); const ctx_r78 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r78.addNewEmpDetails()); });
|
|
21501
|
+
i0.ɵɵelement(8, "fa-icon", 36);
|
|
21482
21502
|
i0.ɵɵelementEnd()();
|
|
21483
|
-
i0.ɵɵelementStart(9, "td",
|
|
21503
|
+
i0.ɵɵelementStart(9, "td", 31);
|
|
21484
21504
|
i0.ɵɵtext(10, "\u00A0");
|
|
21485
21505
|
i0.ɵɵelementEnd()()();
|
|
21486
21506
|
} if (rf & 2) {
|
|
@@ -21491,44 +21511,44 @@ function EmployerGridComponent_p_table_29_ng_template_4_Template(rf, ctx) { if (
|
|
|
21491
21511
|
i0.ɵɵadvance(4);
|
|
21492
21512
|
i0.ɵɵproperty("id", "btnAddEmployer");
|
|
21493
21513
|
i0.ɵɵadvance(1);
|
|
21494
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(8,
|
|
21514
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(8, _c5$j));
|
|
21495
21515
|
} }
|
|
21496
|
-
function
|
|
21497
|
-
i0.ɵɵelementStart(0, "p-table",
|
|
21498
|
-
i0.ɵɵtemplate(2,
|
|
21516
|
+
function EmployerGridComponent_p_table_30_Template(rf, ctx) { if (rf & 1) {
|
|
21517
|
+
i0.ɵɵelementStart(0, "p-table", 12, 13);
|
|
21518
|
+
i0.ɵɵtemplate(2, EmployerGridComponent_p_table_30_ng_template_2_Template, 17, 15, "ng-template", 14)(3, EmployerGridComponent_p_table_30_ng_template_3_Template, 1, 1, "ng-template", 15)(4, EmployerGridComponent_p_table_30_ng_template_4_Template, 11, 9, "ng-template", 16);
|
|
21499
21519
|
i0.ɵɵelementEnd();
|
|
21500
21520
|
} if (rf & 2) {
|
|
21501
|
-
const
|
|
21502
|
-
i0.ɵɵproperty("columns",
|
|
21521
|
+
const ctx_r3 = i0.ɵɵnextContext();
|
|
21522
|
+
i0.ɵɵproperty("columns", ctx_r3.cols)("value", ctx_r3.claimAppEmpResponseModelFromService.bpEmpList)("loading", ctx_r3.showProgressBar)("rowHover", true);
|
|
21503
21523
|
} }
|
|
21504
|
-
function
|
|
21505
|
-
const
|
|
21506
|
-
i0.ɵɵelementStart(0, "app-add-employer",
|
|
21507
|
-
i0.ɵɵlistener("success", function
|
|
21524
|
+
function EmployerGridComponent_app_add_employer_31_Template(rf, ctx) { if (rf & 1) {
|
|
21525
|
+
const _r81 = i0.ɵɵgetCurrentView();
|
|
21526
|
+
i0.ɵɵelementStart(0, "app-add-employer", 44);
|
|
21527
|
+
i0.ɵɵlistener("success", function EmployerGridComponent_app_add_employer_31_Template_app_add_employer_success_0_listener($event) { i0.ɵɵrestoreView(_r81); const ctx_r80 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r80.addEmployer($event)); })("basePeriodIndex", function EmployerGridComponent_app_add_employer_31_Template_app_add_employer_basePeriodIndex_0_listener($event) { i0.ɵɵrestoreView(_r81); const ctx_r82 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r82.deleteBpEmpl($event)); })("modelCancel", function EmployerGridComponent_app_add_employer_31_Template_app_add_employer_modelCancel_0_listener($event) { i0.ɵɵrestoreView(_r81); const ctx_r83 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r83.onModelCancel($event)); });
|
|
21508
21528
|
i0.ɵɵelementEnd();
|
|
21509
21529
|
} if (rf & 2) {
|
|
21510
|
-
const
|
|
21511
|
-
i0.ɵɵproperty("recordIndexToEdit",
|
|
21530
|
+
const ctx_r4 = i0.ɵɵnextContext();
|
|
21531
|
+
i0.ɵɵproperty("recordIndexToEdit", ctx_r4.indexToEdit)("isBasePeriodEmployer", ctx_r4.isBasePeriodEmployer)("isNewClaim", ctx_r4.isNewClaim)("dob", ctx_r4.claimantDob);
|
|
21512
21532
|
} }
|
|
21513
|
-
function
|
|
21533
|
+
function EmployerGridComponent_p_dialog_32_div_6_Template(rf, ctx) { if (rf & 1) {
|
|
21514
21534
|
i0.ɵɵelementStart(0, "div");
|
|
21515
21535
|
i0.ɵɵtext(1);
|
|
21516
21536
|
i0.ɵɵpipe(2, "translate");
|
|
21517
21537
|
i0.ɵɵelementEnd();
|
|
21518
21538
|
} if (rf & 2) {
|
|
21519
|
-
const
|
|
21539
|
+
const ctx_r84 = i0.ɵɵnextContext(2);
|
|
21520
21540
|
i0.ɵɵadvance(1);
|
|
21521
|
-
i0.ɵɵtextInterpolate2(" ", i0.ɵɵpipeBind1(2, 2, "induction.confirm.employment.dba"), " ",
|
|
21541
|
+
i0.ɵɵtextInterpolate2(" ", i0.ɵɵpipeBind1(2, 2, "induction.confirm.employment.dba"), " ", ctx_r84.selectedEmployer.employerData.tradeName, "");
|
|
21522
21542
|
} }
|
|
21523
|
-
function
|
|
21524
|
-
const
|
|
21525
|
-
i0.ɵɵelementStart(0, "ion-button",
|
|
21526
|
-
i0.ɵɵlistener("click", function
|
|
21543
|
+
function EmployerGridComponent_p_dialog_32_ng_template_20_Template(rf, ctx) { if (rf & 1) {
|
|
21544
|
+
const _r87 = i0.ɵɵgetCurrentView();
|
|
21545
|
+
i0.ɵɵelementStart(0, "ion-button", 49);
|
|
21546
|
+
i0.ɵɵlistener("click", function EmployerGridComponent_p_dialog_32_ng_template_20_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(_r87); const ctx_r86 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r86.close()); });
|
|
21527
21547
|
i0.ɵɵtext(1);
|
|
21528
21548
|
i0.ɵɵpipe(2, "translate");
|
|
21529
21549
|
i0.ɵɵelementEnd();
|
|
21530
|
-
i0.ɵɵelementStart(3, "ion-button",
|
|
21531
|
-
i0.ɵɵlistener("click", function
|
|
21550
|
+
i0.ɵɵelementStart(3, "ion-button", 50);
|
|
21551
|
+
i0.ɵɵlistener("click", function EmployerGridComponent_p_dialog_32_ng_template_20_Template_ion_button_click_3_listener() { i0.ɵɵrestoreView(_r87); const ctx_r88 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r88.removeBasePeriodEmployer()); });
|
|
21532
21552
|
i0.ɵɵtext(4);
|
|
21533
21553
|
i0.ɵɵpipe(5, "translate");
|
|
21534
21554
|
i0.ɵɵelementEnd();
|
|
@@ -21538,21 +21558,21 @@ function EmployerGridComponent_p_dialog_31_ng_template_20_Template(rf, ctx) { if
|
|
|
21538
21558
|
i0.ɵɵadvance(3);
|
|
21539
21559
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(5, 4, "induction.employment.grid.popup.remove"), " ");
|
|
21540
21560
|
} }
|
|
21541
|
-
const
|
|
21542
|
-
const
|
|
21543
|
-
const
|
|
21544
|
-
function
|
|
21545
|
-
i0.ɵɵelementStart(0, "p-dialog",
|
|
21561
|
+
const _c6$c = () => ({ width: "45vw" });
|
|
21562
|
+
const _c7$8 = () => ({ "1200px": "660px", "992px": "660px", "768px": "660px", "576px": "100vw" });
|
|
21563
|
+
const _c8$8 = a0 => [a0];
|
|
21564
|
+
function EmployerGridComponent_p_dialog_32_Template(rf, ctx) { if (rf & 1) {
|
|
21565
|
+
i0.ɵɵelementStart(0, "p-dialog", 45)(1, "h4", 46);
|
|
21546
21566
|
i0.ɵɵtext(2);
|
|
21547
21567
|
i0.ɵɵpipe(3, "translate");
|
|
21548
21568
|
i0.ɵɵelementEnd();
|
|
21549
21569
|
i0.ɵɵelementStart(4, "ion-label");
|
|
21550
21570
|
i0.ɵɵtext(5);
|
|
21551
|
-
i0.ɵɵtemplate(6,
|
|
21571
|
+
i0.ɵɵtemplate(6, EmployerGridComponent_p_dialog_32_div_6_Template, 3, 4, "div", 30);
|
|
21552
21572
|
i0.ɵɵelement(7, "br");
|
|
21553
21573
|
i0.ɵɵelementEnd();
|
|
21554
21574
|
i0.ɵɵelementStart(8, "ion-label");
|
|
21555
|
-
i0.ɵɵelement(9, "div",
|
|
21575
|
+
i0.ɵɵelement(9, "div", 47);
|
|
21556
21576
|
i0.ɵɵpipe(10, "trustHtml");
|
|
21557
21577
|
i0.ɵɵelementEnd();
|
|
21558
21578
|
i0.ɵɵelement(11, "br");
|
|
@@ -21562,27 +21582,27 @@ function EmployerGridComponent_p_dialog_31_Template(rf, ctx) { if (rf & 1) {
|
|
|
21562
21582
|
i0.ɵɵelementEnd();
|
|
21563
21583
|
i0.ɵɵelement(15, "br")(16, "br");
|
|
21564
21584
|
i0.ɵɵelementStart(17, "ion-label");
|
|
21565
|
-
i0.ɵɵelement(18, "div",
|
|
21585
|
+
i0.ɵɵelement(18, "div", 3);
|
|
21566
21586
|
i0.ɵɵpipe(19, "translate");
|
|
21567
21587
|
i0.ɵɵelementEnd();
|
|
21568
|
-
i0.ɵɵtemplate(20,
|
|
21588
|
+
i0.ɵɵtemplate(20, EmployerGridComponent_p_dialog_32_ng_template_20_Template, 6, 6, "ng-template", 48);
|
|
21569
21589
|
i0.ɵɵelementEnd();
|
|
21570
21590
|
} if (rf & 2) {
|
|
21571
|
-
const
|
|
21572
|
-
i0.ɵɵstyleMap(i0.ɵɵpureFunction0(22,
|
|
21573
|
-
i0.ɵɵproperty("visible",
|
|
21591
|
+
const ctx_r5 = i0.ɵɵnextContext();
|
|
21592
|
+
i0.ɵɵstyleMap(i0.ɵɵpureFunction0(22, _c6$c));
|
|
21593
|
+
i0.ɵɵproperty("visible", ctx_r5.showConfirmPopup)("modal", true)("breakpoints", i0.ɵɵpureFunction0(23, _c7$8))("baseZIndex", 5000)("draggable", false)("resizable", false);
|
|
21574
21594
|
i0.ɵɵadvance(2);
|
|
21575
21595
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 14, "induction.employment.grid.popup.heading"));
|
|
21576
21596
|
i0.ɵɵadvance(3);
|
|
21577
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
21597
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r5.selectedEmployer.employerData.displayName, " ");
|
|
21578
21598
|
i0.ɵɵadvance(1);
|
|
21579
|
-
i0.ɵɵproperty("ngIf",
|
|
21599
|
+
i0.ɵɵproperty("ngIf", ctx_r5.selectedEmployer.employerData.tradeName != null);
|
|
21580
21600
|
i0.ɵɵadvance(3);
|
|
21581
|
-
i0.ɵɵproperty("innerHtml", i0.ɵɵpipeBind1(10, 16,
|
|
21601
|
+
i0.ɵɵproperty("innerHtml", i0.ɵɵpipeBind1(10, 16, ctx_r5.selectedEmployer.employerData.mailingAddressDisplay), i0.ɵɵsanitizeHtml);
|
|
21582
21602
|
i0.ɵɵadvance(4);
|
|
21583
21603
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(14, 18, "induction.employment.grid.popup.failure.label"), " ");
|
|
21584
21604
|
i0.ɵɵadvance(5);
|
|
21585
|
-
i0.ɵɵproperty("innerHtml", i0.ɵɵpureFunction1(24,
|
|
21605
|
+
i0.ɵɵproperty("innerHtml", i0.ɵɵpureFunction1(24, _c8$8, i0.ɵɵpipeBind1(19, 20, "induction.employment.grid.popup.didnt.work.label")), i0.ɵɵsanitizeHtml);
|
|
21586
21606
|
} }
|
|
21587
21607
|
class EmployerGridComponent {
|
|
21588
21608
|
constructor(popup, logger, validationService, navController, util, ls, activatedRoute, claimsService, storage) {
|
|
@@ -21613,6 +21633,7 @@ class EmployerGridComponent {
|
|
|
21613
21633
|
this.workCountryOptions = ComboOption$1.WORK_COUNTRY;
|
|
21614
21634
|
this.statesOptions = ComboOption$1.US_STATES;
|
|
21615
21635
|
this.militaryServiceOptions = ComboOption$1.MILITARY_SERVICE;
|
|
21636
|
+
this.count = 0;
|
|
21616
21637
|
this.onChange = (value) => {
|
|
21617
21638
|
};
|
|
21618
21639
|
this.onTouch = () => {
|
|
@@ -21922,57 +21943,84 @@ class EmployerGridComponent {
|
|
|
21922
21943
|
let workState = this.statesOptions.filter(s => s.value == emp.workState?.value?.trim());
|
|
21923
21944
|
emp.workState = workState[0];
|
|
21924
21945
|
}
|
|
21946
|
+
submit() {
|
|
21947
|
+
this.claimAppEmpResponseModelFromService.bpEmpList.forEach(e => {
|
|
21948
|
+
if (!e.isEmployerEdited) {
|
|
21949
|
+
e.isEmployerGridSubmitted = true;
|
|
21950
|
+
this.count = this.count + 1;
|
|
21951
|
+
if (this.count <= this.claimAppEmpResponseModelFromService.bpEmpList.length) {
|
|
21952
|
+
const ctrl = this.form?.get('prevwork');
|
|
21953
|
+
if (!ctrl)
|
|
21954
|
+
return;
|
|
21955
|
+
const hasError = !!ctrl.errors?.bpEmplrFlag && (ctrl.touched || ctrl.dirty);
|
|
21956
|
+
if (hasError) {
|
|
21957
|
+
setTimeout(() => {
|
|
21958
|
+
this.gridTop?.nativeElement?.scrollIntoView({
|
|
21959
|
+
behavior: 'smooth',
|
|
21960
|
+
block: 'center',
|
|
21961
|
+
});
|
|
21962
|
+
}, 100);
|
|
21963
|
+
}
|
|
21964
|
+
}
|
|
21965
|
+
}
|
|
21966
|
+
});
|
|
21967
|
+
}
|
|
21925
21968
|
static { this.ɵfac = function EmployerGridComponent_Factory(t) { return new (t || EmployerGridComponent)(i0.ɵɵdirectiveInject(i4.PopoverController), i0.ɵɵdirectiveInject(LoggerService), i0.ɵɵdirectiveInject(ValidationService), i0.ɵɵdirectiveInject(i4.NavController), i0.ɵɵdirectiveInject(UtilService), i0.ɵɵdirectiveInject(LoginService), i0.ɵɵdirectiveInject(i3.ActivatedRoute), i0.ɵɵdirectiveInject(ClaimService), i0.ɵɵdirectiveInject(i1$3.Storage)); }; }
|
|
21926
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EmployerGridComponent, selectors: [["app-employer-grid"]],
|
|
21969
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EmployerGridComponent, selectors: [["app-employer-grid"]], viewQuery: function EmployerGridComponent_Query(rf, ctx) { if (rf & 1) {
|
|
21970
|
+
i0.ɵɵviewQuery(_c0$M, 5);
|
|
21971
|
+
} if (rf & 2) {
|
|
21972
|
+
let _t;
|
|
21973
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.gridTop = _t.first);
|
|
21974
|
+
} }, inputs: { form: "form", dynamicParam: "dynamicParam" }, outputs: { modelDisplay: "modelDisplay", onComplete: "onComplete" }, features: [i0.ɵɵProvidersFeature([{
|
|
21927
21975
|
provide: NG_VALUE_ACCESSOR,
|
|
21928
21976
|
useExisting: EmployerGridComponent,
|
|
21929
21977
|
multi: true
|
|
21930
|
-
}])], decls:
|
|
21931
|
-
i0.ɵɵelementStart(0, "div", 0)(
|
|
21932
|
-
i0.ɵɵelement(
|
|
21933
|
-
i0.ɵɵpipe(
|
|
21934
|
-
i0.ɵɵpipe(
|
|
21935
|
-
i0.ɵɵpipe(
|
|
21936
|
-
i0.ɵɵpipe(
|
|
21937
|
-
i0.ɵɵtext(
|
|
21938
|
-
i0.ɵɵelement(
|
|
21939
|
-
i0.ɵɵpipe(
|
|
21940
|
-
i0.ɵɵpipe(
|
|
21941
|
-
i0.ɵɵtext(
|
|
21942
|
-
i0.ɵɵelement(
|
|
21943
|
-
i0.ɵɵpipe(
|
|
21944
|
-
i0.ɵɵpipe(
|
|
21945
|
-
i0.ɵɵtext(
|
|
21946
|
-
i0.ɵɵelement(
|
|
21947
|
-
i0.ɵɵtemplate(
|
|
21948
|
-
i0.ɵɵelement(
|
|
21949
|
-
i0.ɵɵpipe(
|
|
21950
|
-
i0.ɵɵpipe(
|
|
21978
|
+
}])], decls: 33, vars: 39, consts: [[2, "margin-left", "-5px", 3, "formGroup"], ["gridTop", ""], [3, "icon"], [3, "innerHtml"], [1, "mobile-action-view"], [1, "action-icon", "font-bold", 3, "icon"], ["style", "display: inline-block;", 4, "ngIf"], ["class", "mobile-action-view", 4, "ngIf"], ["styleClass", "p-datatable-striped app-datatable ion-padding-top", 3, "columns", "value", "loading", "rowHover", 4, "ngIf"], [3, "recordIndexToEdit", "isBasePeriodEmployer", "isNewClaim", "dob", "success", "basePeriodIndex", "modelCancel", 4, "ngIf"], ["appendTo", "body", "position", "top", "appendTo", "body", "closeOnEscape", "false", 3, "visible", "modal", "breakpoints", "style", "baseZIndex", "draggable", "resizable", 4, "ngIf"], [2, "display", "inline-block"], ["styleClass", "p-datatable-striped app-datatable ion-padding-top", 3, "columns", "value", "loading", "rowHover"], ["dt", ""], ["pTemplate", "header"], ["pTemplate", "body"], ["pTemplate", "summary"], ["colspan", "2", 1, "dataHeadings", 2, "width", "20%"], ["class", "ui-selectable-row", 3, "ngClass", 4, "ngIf"], [1, "ui-selectable-row", 3, "ngClass"], ["colspan", "2", "class", "dataHeadings", "style", "width:20%;", 3, "Color", 4, "ngIf", "ngIfElse"], ["workState", ""], ["notOsaBpAndRegEmployer", ""], ["colspan", "2", "class", "dataHeadings", "style", "width:20%;", 3, "Color", 4, "ngIf"], [2, "text-align", "center"], ["size", "small", "fill", "outline", "class", "action-button", "aria-label", "Add employer", 3, "color", "click", 4, "ngIf"], ["size", "small", "fill", "outline", "class", "action-button", "aria-label", "Edit employer", 3, "color", "click", 4, "ngIf"], ["size", "small", "fill", "outline", "class", "action-button", "aria-label", "Confirm employer", 3, "id", "color", "click", 4, "ngIf"], ["size", "small", "color", "success", "fill", "outline", "class", "action-button", "aria-label", "Remove employer", "style", "padding-left: 5px;", 3, "id", "click", 4, "ngIf"], ["size", "small", "color", "success", "fill", "outline", "class", "action-button", "aria-label", "Restore", 3, "click", 4, "ngIf"], [4, "ngIf"], ["colspan", "4"], [1, "p-column-title"], [1, "displayName"], [1, "displayNameText", 2, "font-size", "12px", 3, "innerHtml"], ["size", "small", "fill", "outline", "aria-label", "Add employer", 1, "action-button", 3, "color", "click"], [1, "action-icon", 3, "icon"], ["size", "small", "fill", "outline", "aria-label", "Edit employer", 1, "action-button", 3, "color", "click"], ["size", "small", "fill", "outline", "aria-label", "Confirm employer", 1, "action-button", 3, "id", "color", "click"], ["size", "small", "color", "success", "fill", "outline", "aria-label", "Remove employer", 1, "action-button", 2, "padding-left", "5px", 3, "id", "click"], ["size", "small", "color", "success", "fill", "outline", "aria-label", "Restore", 1, "action-button", 3, "click"], [1, "action-footer", 2, "width", "40%"], [1, "add-employer"], ["fill", "outline", "size", "small", "aria-label", "Add employer", 1, "action-button", 3, "id", "click"], [3, "recordIndexToEdit", "isBasePeriodEmployer", "isNewClaim", "dob", "success", "basePeriodIndex", "modelCancel"], ["appendTo", "body", "position", "top", "appendTo", "body", "closeOnEscape", "false", 3, "visible", "modal", "breakpoints", "baseZIndex", "draggable", "resizable"], [1, "heading"], [2, "font-size", "12px", 3, "innerHtml"], ["pTemplate", "footer"], ["shape", "round", "type", "submit", "fill", "outline", 3, "click"], ["shape", "round", "type", "submit", "fill", "solid", 3, "click"]], template: function EmployerGridComponent_Template(rf, ctx) { if (rf & 1) {
|
|
21979
|
+
i0.ɵɵelementStart(0, "div", 0, 1)(2, "ion-row")(3, "ion-col");
|
|
21980
|
+
i0.ɵɵelement(4, "fa-icon", 2)(5, "span", 3);
|
|
21981
|
+
i0.ɵɵpipe(6, "trustHtml");
|
|
21982
|
+
i0.ɵɵpipe(7, "translate");
|
|
21983
|
+
i0.ɵɵpipe(8, "trustHtml");
|
|
21984
|
+
i0.ɵɵpipe(9, "translate");
|
|
21985
|
+
i0.ɵɵtext(10, ",\u00A0 ");
|
|
21986
|
+
i0.ɵɵelement(11, "br", 4)(12, "fa-icon", 5)(13, "span", 3);
|
|
21987
|
+
i0.ɵɵpipe(14, "trustHtml");
|
|
21988
|
+
i0.ɵɵpipe(15, "translate");
|
|
21989
|
+
i0.ɵɵtext(16, ",\u00A0 ");
|
|
21990
|
+
i0.ɵɵelement(17, "br", 4)(18, "fa-icon", 5)(19, "span", 3);
|
|
21991
|
+
i0.ɵɵpipe(20, "trustHtml");
|
|
21992
|
+
i0.ɵɵpipe(21, "translate");
|
|
21993
|
+
i0.ɵɵtext(22, ",\u00A0 ");
|
|
21994
|
+
i0.ɵɵelement(23, "br", 4);
|
|
21995
|
+
i0.ɵɵtemplate(24, EmployerGridComponent_div_24_Template, 6, 7, "div", 6)(25, EmployerGridComponent_br_25_Template, 1, 0, "br", 7);
|
|
21996
|
+
i0.ɵɵelement(26, "fa-icon", 5)(27, "span", 3);
|
|
21997
|
+
i0.ɵɵpipe(28, "trustHtml");
|
|
21998
|
+
i0.ɵɵpipe(29, "translate");
|
|
21951
21999
|
i0.ɵɵelementEnd()();
|
|
21952
|
-
i0.ɵɵtemplate(
|
|
22000
|
+
i0.ɵɵtemplate(30, EmployerGridComponent_p_table_30_Template, 5, 4, "p-table", 8)(31, EmployerGridComponent_app_add_employer_31_Template, 1, 4, "app-add-employer", 9)(32, EmployerGridComponent_p_dialog_32_Template, 21, 26, "p-dialog", 10);
|
|
21953
22001
|
i0.ɵɵelementEnd();
|
|
21954
22002
|
} if (rf & 2) {
|
|
21955
22003
|
i0.ɵɵproperty("formGroup", ctx.form);
|
|
21956
|
-
i0.ɵɵadvance(
|
|
21957
|
-
i0.ɵɵproperty("icon", ctx.util.isState("MS") ? i0.ɵɵpureFunction0(34,
|
|
22004
|
+
i0.ɵɵadvance(4);
|
|
22005
|
+
i0.ɵɵproperty("icon", ctx.util.isState("MS") ? i0.ɵɵpureFunction0(34, _c1$J) : i0.ɵɵpureFunction0(35, _c2$v));
|
|
21958
22006
|
i0.ɵɵadvance(1);
|
|
21959
|
-
i0.ɵɵproperty("innerHtml", ctx.util.isState("MS") ? i0.ɵɵpipeBind1(
|
|
22007
|
+
i0.ɵɵproperty("innerHtml", ctx.util.isState("MS") ? i0.ɵɵpipeBind1(6, 14, i0.ɵɵpipeBind1(7, 16, "induction.employment.subheader.confirm.ms")) : i0.ɵɵpipeBind1(8, 18, i0.ɵɵpipeBind1(9, 20, "induction.employment.subheader.confirm")), i0.ɵɵsanitizeHtml);
|
|
21960
22008
|
i0.ɵɵadvance(7);
|
|
21961
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(36,
|
|
22009
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(36, _c3$q));
|
|
21962
22010
|
i0.ɵɵadvance(1);
|
|
21963
|
-
i0.ɵɵproperty("innerHtml", i0.ɵɵpipeBind1(
|
|
22011
|
+
i0.ɵɵproperty("innerHtml", i0.ɵɵpipeBind1(14, 22, i0.ɵɵpipeBind1(15, 24, "induction.employment.subheader.delete")), i0.ɵɵsanitizeHtml);
|
|
21964
22012
|
i0.ɵɵadvance(5);
|
|
21965
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(37,
|
|
22013
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(37, _c5$j));
|
|
21966
22014
|
i0.ɵɵadvance(1);
|
|
21967
|
-
i0.ɵɵproperty("innerHtml", i0.ɵɵpipeBind1(
|
|
22015
|
+
i0.ɵɵproperty("innerHtml", i0.ɵɵpipeBind1(20, 26, i0.ɵɵpipeBind1(21, 28, "induction.employment.subheader.add")), i0.ɵɵsanitizeHtml);
|
|
21968
22016
|
i0.ɵɵadvance(5);
|
|
21969
22017
|
i0.ɵɵproperty("ngIf", !ctx.util.isState("MS"));
|
|
21970
22018
|
i0.ɵɵadvance(1);
|
|
21971
22019
|
i0.ɵɵproperty("ngIf", !ctx.util.isState("MS"));
|
|
21972
22020
|
i0.ɵɵadvance(1);
|
|
21973
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(38,
|
|
22021
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(38, _c4$p));
|
|
21974
22022
|
i0.ɵɵadvance(1);
|
|
21975
|
-
i0.ɵɵproperty("innerHtml", i0.ɵɵpipeBind1(
|
|
22023
|
+
i0.ɵɵproperty("innerHtml", i0.ɵɵpipeBind1(28, 30, i0.ɵɵpipeBind1(29, 32, "induction.employment.subheader.restore")), i0.ɵɵsanitizeHtml);
|
|
21976
22024
|
i0.ɵɵadvance(3);
|
|
21977
22025
|
i0.ɵɵproperty("ngIf", ctx.claimAppEmpResponseModelFromService);
|
|
21978
22026
|
i0.ɵɵadvance(1);
|
|
@@ -21987,7 +22035,7 @@ class EmployerGridComponent {
|
|
|
21987
22035
|
provide: NG_VALUE_ACCESSOR,
|
|
21988
22036
|
useExisting: EmployerGridComponent,
|
|
21989
22037
|
multi: true
|
|
21990
|
-
}], changeDetection: ChangeDetectionStrategy.Default, template: "<div [formGroup]=\"form\" style=\"margin-left: -5px;\">\r\n<ion-row>\r\n <ion-col> \r\n <fa-icon [icon]=\"util.isState('MS') ? ['fal', 'edit'] : ['fal', 'check-circle']\"></fa-icon>\r\n <span [innerHtml]=\"util.isState('MS') ? ('induction.employment.subheader.confirm.ms' | translate | trustHtml) : ('induction.employment.subheader.confirm' | translate | trustHtml)\"></span>, \r\n <br class=\"mobile-action-view\">\r\n <fa-icon [icon]=\"['fal', 'trash-alt']\" class=\"action-icon font-bold\"></fa-icon>\r\n <span [innerHtml]=\"'induction.employment.subheader.delete' | translate | trustHtml\"></span>, \r\n <br class=\"mobile-action-view\">\r\n <fa-icon [icon]=\"['fal', 'plus']\" class=\"action-icon font-bold\"></fa-icon>\r\n <span [innerHtml]=\"'induction.employment.subheader.add' | translate | trustHtml\"></span>, \r\n <br class=\"mobile-action-view\">\r\n <div *ngIf=\"!util.isState('MS')\" style=\"display: inline-block;\">\r\n <fa-icon [icon]=\"['fal', 'edit']\" class=\"action-icon font-bold\"></fa-icon>\r\n <span [innerHtml]=\"'induction.employment.subheader.edit' | translate | trustHtml\"></span>, \r\n </div>\r\n <br *ngIf=\"!util.isState('MS')\" class=\"mobile-action-view\">\r\n <fa-icon [icon]=\"['fal', 'trash-restore-alt']\" class=\"action-icon font-bold\"></fa-icon>\r\n <span [innerHtml]=\"'induction.employment.subheader.restore' | translate | trustHtml\"></span>\r\n </ion-col>\r\n</ion-row>\r\n\r\n<p-table #dt [columns]=\"cols\" [value]=\"claimAppEmpResponseModelFromService.bpEmpList\" [loading]=\"showProgressBar\"\r\n [rowHover]=\"true\" *ngIf=\"claimAppEmpResponseModelFromService\" styleClass=\"p-datatable-striped app-datatable ion-padding-top\">\r\n <ng-template pTemplate=\"header\" let-columns>\r\n <tr>\r\n <th colspan=\"2\" class=\"dataHeadings\" style=\"width:20%;\" >\r\n {{\"induction.employment.table.employer.name\"|translate}}\r\n </th>\r\n <th>\r\n </th>\r\n <th>\r\n {{\"induction.employment.table.job.title\"|translate}}\r\n </th>\r\n <th>\r\n {{\"induction.employment.table.pay\"|translate}}\r\n </th>\r\n <th>\r\n {{\"induction.employment.table.dates\"|translate}}\r\n </th>\r\n <th>\r\n {{\"induction.employment.table.sep.reason\"|translate}}\r\n </th>\r\n \r\n </tr>\r\n </ng-template>\r\n \r\n <ng-template pTemplate=\"body\" let-employer let-rowIndex=\"rowIndex\">\r\n <tr class=\"ui-selectable-row\" [ngClass]=\"employer.empDeleted=='Y' ? 'strikethrough' : null\" *ngIf=\"employer.displaySeasonalEmp === true\">\r\n \r\n <td *ngIf=\"employer.osaBpEmployerFlag === '1' && employer.employerType ==='REG' && employer.employerData.displayState != null; else workState\" colspan=\"2\" class=\"dataHeadings\" style=\"width:20%;\" ><span class=\"p-column-title\">Employer</span><span class=\"displayName\">\r\n {{employer.employerData.displayName}} - {{employer.employerData.displayState.text}}<br>\r\n </span>\r\n </td>\r\n <ng-template #workState>\r\n <td *ngIf=\"employer.osaBpEmployerFlag === '1' && employer.employerType ==='REG' && employer.workState != null; else notOsaBpAndRegEmployer\" colspan=\"2\" class=\"dataHeadings\" style=\"width:20%;\" ><span class=\"p-column-title\">Employer</span><span class=\"displayName\">\r\n {{employer.employerData.displayName}} - {{employer.workState.text}}<br>\r\n </span>\r\n </td>\r\n </ng-template>\r\n <ng-template #notOsaBpAndRegEmployer>\r\n <td *ngIf=\"employer.employerData.displayName && employer.employerType!='MIL'\" colspan=\"2\" class=\"dataHeadings\" style=\"width:20%;\" ><span class=\"p-column-title\">Employer</span><span class=\"displayName\">\r\n {{employer.employerData.displayName}} <br>\r\n </span><div style=\"font-size: 12px;\" class=\"displayNameText\" [innerHtml]=\"employer.employerData.mailingAddressDisplay | trustHtml\">\r\n </div>\r\n </td> \r\n </ng-template>\r\n \r\n <td *ngIf=\"!employer.employerData.displayName && employer.employerType!='MIL'\" colspan=\"2\" class=\"dataHeadings\" style=\"width:20%;\" ><span class=\"p-column-title\">Employer</span><span>\r\n </span>\r\n </td>\r\n\r\n <td *ngIf=\"employer.employerType==='MIL'\" colspan=\"2\" class=\"dataHeadings\" style=\"width:20%;\" ><span class=\"p-column-title\">Employer</span><span>\r\n {{employer.serviceBranch.text}} <br>\r\n </span>\r\n </td>\r\n <td style=\"text-align: center;\"> \r\n <ion-button size=\"small\" *ngIf=\"employer.bpEmployerFlag==='1' && employer.payRate && employer.startDate && employer.empDeleted!='Y'\" color=\"success\" fill=\"outline\" \r\n (click)=\"editBasePeriodEmployer(employer);\" class=\"action-button\" aria-label=\"Add employer\">\r\n <fa-icon [icon]=\"['fal', 'edit']\" class=\"action-icon\"></fa-icon>\r\n </ion-button>\r\n\r\n <ion-button size=\"small\" *ngIf=\"employer.bpEmployerFlag==='0'\" color=\"success\" fill=\"outline\" \r\n (click)=\"editEmployer(employer);\" class=\"action-button\" aria-label=\"Edit employer\">\r\n <fa-icon [icon]=\"['fal', 'edit']\" class=\"action-icon\"></fa-icon>\r\n </ion-button>\r\n\r\n <ion-button [id]=\"'btnConfirmEmployer-' + rowIndex\" size=\"small\" *ngIf=\"employer.bpEmployerFlag==='1' && !employer.payRate && !employer.startDate && employer.empDeleted!='Y'\" color=\"success\" fill=\"outline\" \r\n (click)=\"finish(employer);\" class=\"action-button\" aria-label=\"Confirm employer\">\r\n <fa-icon [icon]=\"util.isState('MS') ? ['fal', 'edit'] : ['fal', 'check-circle']\" class=\"action-icon\"></fa-icon>\r\n </ion-button>\r\n\r\n <ion-button [id]=\"'btnDeleteEmployer-' + rowIndex\" size=\"small\" *ngIf=\"employer.bpEmployerFlag==='0'\" color=\"success\" fill=\"outline\" \r\n (click)=\"deleteEmployer(rowIndex);\" class=\"action-button\" aria-label=\"Remove employer\" style=\"padding-left: 5px;\">\r\n <fa-icon [icon]=\"['fal', 'trash-alt']\" class=\"action-icon\"></fa-icon>\r\n </ion-button>\r\n\r\n <ion-button [id]=\"'btnRemoveEmployer-' + rowIndex\" size=\"small\" *ngIf=\"employer.bpEmployerFlag==='1' && employer.empDeleted!='Y'\" color=\"success\" fill=\"outline\" \r\n (click)=\"removeEmployment(employer, rowIndex);\" class=\"action-button\" aria-label=\"Remove employer\" style=\"padding-left: 5px;\">\r\n <fa-icon [icon]=\"['fal', 'trash-alt']\" class=\"action-icon\"></fa-icon>\r\n </ion-button>\r\n\r\n <ion-button size=\"small\" *ngIf=\"employer.bpEmployerFlag==='1' && employer.empDeleted=='Y'\" color=\"success\" fill=\"outline\" \r\n (click)=\"restoreEmployment(employer, rowIndex);\" class=\"action-button\" aria-label=\"Restore\">\r\n <fa-icon [icon]=\"['fal', 'trash-restore-alt']\" class=\"action-icon\"></fa-icon>\r\n </ion-button>\r\n </td> \r\n <td *ngIf=\"employer.jobTileOrPosition && !employer.fedJobTileOrPosition\"><span class=\"p-column-title\">Job Title</span>{{employer.jobTileOrPosition}}</td>\r\n\r\n <td *ngIf=\"employer.fedJobTileOrPosition && !employer.jobTileOrPosition\"><span class=\"p-column-title\">Job Title</span>{{employer.fedJobTileOrPosition}}</td>\r\n\r\n <td *ngIf=\"employer.employerType =='MIL'\"><span class=\"p-column-title\">Job Title</span></td>\r\n\r\n \r\n <td *ngIf=\"employer.employerType !='MIL' && employer.payRate && employer.payRateFrequency\"><span class=\"p-column-title\">Pay</span>{{employer.payRate | currency}}/{{employer.payRateFrequency.text}}</td>\r\n <td *ngIf=\"employer.employerType =='MIL'\"><span class=\"p-column-title\">Pay</span></td>\r\n\r\n \r\n <td *ngIf=\"employer.employerType==='REG' && employer.startDate && employer.endDate\"><span class=\"p-column-title\">Start and End</span>\r\n {{employer.startDate | date:'M/d/yyyy'}} - {{employer.endDate | date:'M/d/yyyy'}}\r\n </td>\r\n \r\n <td *ngIf=\"employer.employerType==='FED' && employer.startDateFed && employer.endDateFed\"><span class=\"p-column-title\">Start and End</span>\r\n {{employer.startDateFed | date:'M/d/yyyy'}} - {{employer.endDateFed | date:'M/d/yyyy'}}\r\n </td>\r\n\r\n <td *ngIf=\"employer.employerType==='MIL' && employer.startDateMil && employer.endDateMil\"><span class=\"p-column-title\">Start and End</span>\r\n {{employer.startDateMil | date:'M/d/yyyy'}} - {{employer.endDateMil | date:'M/d/yyyy'}}\r\n </td>\r\n\r\n\r\n <td *ngIf=\"employer.employerType!='MIL' && employer.reasonSeparation\"><span class=\"p-column-title\">Separation Reason</span>{{employer.reasonSeparation.text}}\r\n </td>\r\n\r\n <td *ngIf=\"employer.employerType==='MIL'\"><span class=\"p-column-title\">Separation Reason</span>\r\n </td>\r\n \r\n <td colspan=\"4\"></td>\r\n\r\n \r\n \r\n </tr>\r\n </ng-template>\r\n\r\n <ng-template pTemplate=\"summary\" let-columns>\r\n <table>\r\n <tr>\r\n <td [attr.colspan]=\"2\" style=\"width: 40%;\" class=\"action-footer\">\r\n <div [innerHtml]=\"'induction.employment.footer.label' | translate | trustHtml\"></div>\r\n </td>\r\n <td class=\"add-employer\">\r\n <ion-button fill=\"outline\" size=\"small\" class=\"action-button\" (click)=\"addNewEmpDetails()\" class=\"action-button\" aria-label=\"Add employer\" [id]=\"'btnAddEmployer'\">\r\n <fa-icon [icon]=\"['fal', 'plus']\" class=\"action-icon\"></fa-icon>\r\n </ion-button>\r\n </td>\r\n <td colspan=\"4\"> </td>\r\n </tr>\r\n </table>\r\n </ng-template>\r\n\r\n</p-table>\r\n <app-add-employer *ngIf=\"display\" (success)=\"addEmployer($event)\" [recordIndexToEdit]=\"indexToEdit\" \r\n (basePeriodIndex)=\"deleteBpEmpl($event)\" [isBasePeriodEmployer]=\"isBasePeriodEmployer\" [isNewClaim]=\"isNewClaim\" \r\n (modelCancel)=\"onModelCancel($event)\" [dob]=\"claimantDob\">\r\n </app-add-employer>\r\n\r\n <p-dialog [visible]=\"showConfirmPopup\" [modal]=\"true\" appendTo=\"body\" position=\"top\" [breakpoints]=\"{'1200px': '660px', '992px': '660px', '768px': '660px', '576px': '100vw'}\" [style]=\"{width: '45vw'}\"\r\n [baseZIndex]=\"5000\" [draggable]=\"false\" [resizable]=\"false\" appendTo=\"body\" closeOnEscape=\"false\" *ngIf=\"selectedEmployer\">\r\n <h4 class=\"heading\">{{'induction.employment.grid.popup.heading' | translate}}</h4>\r\n <ion-label>\r\n {{selectedEmployer.employerData.displayName}}\r\n <div *ngIf=\"selectedEmployer.employerData.tradeName != null\">\r\n {{\"induction.confirm.employment.dba\"|translate}} {{selectedEmployer.employerData.tradeName}}</div>\r\n <br>\r\n </ion-label>\r\n <ion-label><div style=\"font-size: 12px;\" [innerHtml]=\"selectedEmployer.employerData.mailingAddressDisplay | trustHtml\"></div></ion-label><br/>\r\n <ion-label>\r\n {{'induction.employment.grid.popup.failure.label' | translate}}\r\n </ion-label><br/><br/>\r\n <ion-label>\r\n <div [innerHtml]=\"['induction.employment.grid.popup.didnt.work.label' | translate]\"></div>\r\n </ion-label>\r\n <ng-template pTemplate=\"footer\">\r\n <ion-button shape=\"round\" type=\"submit\" fill=\"outline\" (click)=\"close()\">\r\n {{'induction.employment.grid.popup.cancel' | translate}}\r\n </ion-button>\r\n <ion-button shape=\"round\" type=\"submit\" fill=\"solid\" (click)=\"removeBasePeriodEmployer()\">\r\n {{'induction.employment.grid.popup.remove' | translate}}\r\n </ion-button>\r\n </ng-template>\r\n </p-dialog>\r\n</div>", styles: [".add-employer{width:9.75%;text-align:right}.mobile-action-view{display:none}:host ::ng-deep .p-datatable-worksearch .p-datatable-tbody>tr>td .p-column-title{display:none}:host ::ng-deep .p-datatable.p-datatable-worksearch .p-datatable-thead>tr>th,:host ::ng-deep .p-datatable.p-datatable-worksearch .p-datatable-tfoot>tr>td{color:var(--ion-color-primary);text-align:left;font-weight:700;padding:8px;width:-webkit-fill-available!important}:host ::ng-deep .p-datatable.p-datatable-worksearch .p-datatable-tbody>tr>td{font-size:16px;padding:3px;width:-webkit-fill-available!important}:host ::ng-deep .p-datatable.p-datatable-striped .p-datatable-tbody>tr:nth-child(2n){background:none}@media screen and (max-width: 767px){.mobile-action-view{display:block}}@media screen and (max-width: 40rem){.action-footer{width:300px!important}ion-col{text-align:left!important}.dataHeadings{width:500px!important}:host ::ng-deep .p-datatable.p-datatable-worksearch .p-datatable-thead>tr>th,:host ::ng-deep .p-datatable.p-datatable-worksearch .p-datatable-tfoot>tr>td{display:none!important}:host ::ng-deep .p-datatable.p-datatable-worksearch .p-datatable-tbody>tr>td{text-align:left!important;display:block;width:100%!important;float:left;clear:left;border:0 none}:host ::ng-deep .p-datatable.p-datatable-worksearch .p-datatable-tbody>tr>td .p-column-title{padding:.6rem;min-width:30%;display:inline-block;margin:-.4em 1em -.4em -.4rem;font-weight:700}:host ::ng-deep .p-datatable.p-datatable-worksearch .p-datatable-tbody>tr>td:last-child{border-bottom:1px solid var(--surface-d)}}@media screen and (max-width: 40rem){:host ::ng-deep .p-datatable.app-datatable .p-datatable-thead>tr>th,:host ::ng-deep .p-datatable.app-datatable .p-datatable-tfoot>tr>td{display:none!important}:host ::ng-deep .p-datatable.app-datatable .p-datatable-tbody>tr>td .p-column-title{padding:.6rem;min-width:0%!important;display:inline-block;margin:-.4em 1em -.4em -.4rem;font-weight:700}}@media (min-width: 767px) and (max-width: 1325px){.displayNameText{font-size:12px!important;width:max-content}}.strikethrough{text-decoration:line-through}\n"] }]
|
|
22038
|
+
}], changeDetection: ChangeDetectionStrategy.Default, template: "<div [formGroup]=\"form\" style=\"margin-left: -5px;\" #gridTop>\r\n<ion-row>\r\n <ion-col> \r\n <fa-icon [icon]=\"util.isState('MS') ? ['fal', 'edit'] : ['fal', 'check-circle']\"></fa-icon>\r\n <span [innerHtml]=\"util.isState('MS') ? ('induction.employment.subheader.confirm.ms' | translate | trustHtml) : ('induction.employment.subheader.confirm' | translate | trustHtml)\"></span>, \r\n <br class=\"mobile-action-view\">\r\n <fa-icon [icon]=\"['fal', 'trash-alt']\" class=\"action-icon font-bold\"></fa-icon>\r\n <span [innerHtml]=\"'induction.employment.subheader.delete' | translate | trustHtml\"></span>, \r\n <br class=\"mobile-action-view\">\r\n <fa-icon [icon]=\"['fal', 'plus']\" class=\"action-icon font-bold\"></fa-icon>\r\n <span [innerHtml]=\"'induction.employment.subheader.add' | translate | trustHtml\"></span>, \r\n <br class=\"mobile-action-view\">\r\n <div *ngIf=\"!util.isState('MS')\" style=\"display: inline-block;\">\r\n <fa-icon [icon]=\"['fal', 'edit']\" class=\"action-icon font-bold\"></fa-icon>\r\n <span [innerHtml]=\"'induction.employment.subheader.edit' | translate | trustHtml\"></span>, \r\n </div>\r\n <br *ngIf=\"!util.isState('MS')\" class=\"mobile-action-view\">\r\n <fa-icon [icon]=\"['fal', 'trash-restore-alt']\" class=\"action-icon font-bold\"></fa-icon>\r\n <span [innerHtml]=\"'induction.employment.subheader.restore' | translate | trustHtml\"></span>\r\n </ion-col>\r\n</ion-row>\r\n\r\n<p-table #dt [columns]=\"cols\" [value]=\"claimAppEmpResponseModelFromService.bpEmpList\" [loading]=\"showProgressBar\"\r\n [rowHover]=\"true\" *ngIf=\"claimAppEmpResponseModelFromService\" styleClass=\"p-datatable-striped app-datatable ion-padding-top\">\r\n <ng-template pTemplate=\"header\" let-columns>\r\n <tr>\r\n <th colspan=\"2\" class=\"dataHeadings\" style=\"width:20%;\" >\r\n {{\"induction.employment.table.employer.name\"|translate}}\r\n </th>\r\n <th>\r\n </th>\r\n <th>\r\n {{\"induction.employment.table.job.title\"|translate}}\r\n </th>\r\n <th>\r\n {{\"induction.employment.table.pay\"|translate}}\r\n </th>\r\n <th>\r\n {{\"induction.employment.table.dates\"|translate}}\r\n </th>\r\n <th>\r\n {{\"induction.employment.table.sep.reason\"|translate}}\r\n </th>\r\n \r\n </tr>\r\n </ng-template>\r\n \r\n <ng-template pTemplate=\"body\" let-employer let-rowIndex=\"rowIndex\">\r\n <tr class=\"ui-selectable-row\" [ngClass]=\"employer.empDeleted=='Y' ? 'strikethrough' : null\" *ngIf=\"employer.displaySeasonalEmp === true\">\r\n \r\n <td [style.Color]=\"(!employer.isEmployerEdited && employer.isEmployerGridSubmitted) ? '#eb445a':''\"\r\n *ngIf=\"employer.osaBpEmployerFlag === '1' && employer.employerType ==='REG' && employer.employerData.displayState != null; else workState\" colspan=\"2\" class=\"dataHeadings\" style=\"width:20%;\" ><span class=\"p-column-title\">Employer</span><span class=\"displayName\">\r\n {{employer.employerData.displayName}} - {{employer.employerData.displayState.text}}<br>\r\n </span>\r\n </td>\r\n <ng-template #workState>\r\n <td [style.Color]=\"(!employer.isEmployerEdited && employer.isEmployerGridSubmitted) ? '#eb445a':''\"\r\n *ngIf=\"employer.osaBpEmployerFlag === '1' && employer.employerType ==='REG' && employer.workState != null; else notOsaBpAndRegEmployer\" colspan=\"2\" class=\"dataHeadings\" style=\"width:20%;\" ><span class=\"p-column-title\">Employer</span><span class=\"displayName\">\r\n {{employer.employerData.displayName}} - {{employer.workState.text}}<br>\r\n </span>\r\n </td>\r\n </ng-template>\r\n <ng-template #notOsaBpAndRegEmployer>\r\n <td [style.Color]=\"(!employer.isEmployerEdited && employer.isEmployerGridSubmitted) ? '#eb445a':''\"\r\n *ngIf=\"employer.employerData.displayName && employer.employerType!='MIL'\" colspan=\"2\" class=\"dataHeadings\" style=\"width:20%;\" ><span class=\"p-column-title\">Employer</span><span class=\"displayName\">\r\n {{employer.employerData.displayName}} <br>\r\n </span><div style=\"font-size: 12px;\" class=\"displayNameText\" [innerHtml]=\"employer.employerData.mailingAddressDisplay | trustHtml\">\r\n </div>\r\n </td> \r\n </ng-template>\r\n \r\n <td [style.Color]=\"(!employer.isEmployerEdited && employer.isEmployerGridSubmitted) ? '#eb445a':''\"\r\n *ngIf=\"!employer.employerData.displayName && employer.employerType!='MIL'\" colspan=\"2\" class=\"dataHeadings\" style=\"width:20%;\" ><span class=\"p-column-title\">Employer</span><span>\r\n </span>\r\n </td>\r\n\r\n <td [style.Color]=\"(!employer.isEmployerEdited && employer.isEmployerGridSubmitted) ? '#eb445a':''\"\r\n *ngIf=\"employer.employerType==='MIL'\" colspan=\"2\" class=\"dataHeadings\" style=\"width:20%;\" ><span class=\"p-column-title\">Employer</span><span>\r\n {{employer.serviceBranch.text}} <br>\r\n </span>\r\n </td>\r\n <td style=\"text-align: center;\"> \r\n <ion-button size=\"small\" *ngIf=\"employer.bpEmployerFlag==='1' && employer.payRate && employer.startDate && employer.empDeleted!='Y'\" \r\n [color]=\"(!employer.isEmployerEdited && employer.isEmployerGridSubmitted) ? 'danger':'success'\" fill=\"outline\" \r\n (click)=\"editBasePeriodEmployer(employer);\" class=\"action-button\" aria-label=\"Add employer\">\r\n <fa-icon [icon]=\"['fal', 'edit']\" class=\"action-icon\"></fa-icon>\r\n </ion-button>\r\n\r\n <ion-button size=\"small\" *ngIf=\"employer.bpEmployerFlag==='0'\" fill=\"outline\" \r\n [color]=\"(!employer.isEmployerEdited && employer.isEmployerGridSubmitted) ? 'danger':'success'\"\r\n (click)=\"editEmployer(employer);\" class=\"action-button\" aria-label=\"Edit employer\">\r\n <fa-icon [icon]=\"['fal', 'edit']\" class=\"action-icon\"></fa-icon>\r\n </ion-button>\r\n\r\n <ion-button [id]=\"'btnConfirmEmployer-' + rowIndex\" size=\"small\" [color]=\"(!employer.isEmployerEdited && employer.isEmployerGridSubmitted) ? 'danger':'success'\"\r\n *ngIf=\"employer.bpEmployerFlag==='1' && !employer.payRate && !employer.startDate && employer.empDeleted!='Y'\" fill=\"outline\" \r\n (click)=\"finish(employer);\" class=\"action-button\" aria-label=\"Confirm employer\">\r\n <fa-icon [icon]=\"util.isState('MS') ? ['fal', 'edit'] : ['fal', 'check-circle']\" class=\"action-icon\"></fa-icon>\r\n </ion-button>\r\n\r\n <ion-button [id]=\"'btnDeleteEmployer-' + rowIndex\" size=\"small\" *ngIf=\"employer.bpEmployerFlag==='0'\" color=\"success\" fill=\"outline\" \r\n (click)=\"deleteEmployer(rowIndex);\" class=\"action-button\" aria-label=\"Remove employer\" style=\"padding-left: 5px;\">\r\n <fa-icon [icon]=\"['fal', 'trash-alt']\" class=\"action-icon\"></fa-icon>\r\n </ion-button>\r\n\r\n <ion-button [id]=\"'btnRemoveEmployer-' + rowIndex\" size=\"small\" *ngIf=\"employer.bpEmployerFlag==='1' && employer.empDeleted!='Y'\" color=\"success\" fill=\"outline\" \r\n (click)=\"removeEmployment(employer, rowIndex);\" class=\"action-button\" aria-label=\"Remove employer\" style=\"padding-left: 5px;\">\r\n <fa-icon [icon]=\"['fal', 'trash-alt']\" class=\"action-icon\"></fa-icon>\r\n </ion-button>\r\n\r\n <ion-button size=\"small\" *ngIf=\"employer.bpEmployerFlag==='1' && employer.empDeleted=='Y'\" color=\"success\" fill=\"outline\" \r\n (click)=\"restoreEmployment(employer, rowIndex);\" class=\"action-button\" aria-label=\"Restore\">\r\n <fa-icon [icon]=\"['fal', 'trash-restore-alt']\" class=\"action-icon\"></fa-icon>\r\n </ion-button>\r\n </td> \r\n <td *ngIf=\"employer.jobTileOrPosition && !employer.fedJobTileOrPosition\"><span class=\"p-column-title\">Job Title</span>{{employer.jobTileOrPosition}}</td>\r\n\r\n <td *ngIf=\"employer.fedJobTileOrPosition && !employer.jobTileOrPosition\"><span class=\"p-column-title\">Job Title</span>{{employer.fedJobTileOrPosition}}</td>\r\n\r\n <td *ngIf=\"employer.employerType =='MIL'\"><span class=\"p-column-title\">Job Title</span></td>\r\n\r\n \r\n <td *ngIf=\"employer.employerType !='MIL' && employer.payRate && employer.payRateFrequency\"><span class=\"p-column-title\">Pay</span>{{employer.payRate | currency}}/{{employer.payRateFrequency.text}}</td>\r\n <td *ngIf=\"employer.employerType =='MIL'\"><span class=\"p-column-title\">Pay</span></td>\r\n\r\n \r\n <td *ngIf=\"employer.employerType==='REG' && employer.startDate && employer.endDate\"><span class=\"p-column-title\">Start and End</span>\r\n {{employer.startDate | date:'M/d/yyyy'}} - {{employer.endDate | date:'M/d/yyyy'}}\r\n </td>\r\n \r\n <td *ngIf=\"employer.employerType==='FED' && employer.startDateFed && employer.endDateFed\"><span class=\"p-column-title\">Start and End</span>\r\n {{employer.startDateFed | date:'M/d/yyyy'}} - {{employer.endDateFed | date:'M/d/yyyy'}}\r\n </td>\r\n\r\n <td *ngIf=\"employer.employerType==='MIL' && employer.startDateMil && employer.endDateMil\"><span class=\"p-column-title\">Start and End</span>\r\n {{employer.startDateMil | date:'M/d/yyyy'}} - {{employer.endDateMil | date:'M/d/yyyy'}}\r\n </td>\r\n\r\n\r\n <td *ngIf=\"employer.employerType!='MIL' && employer.reasonSeparation\"><span class=\"p-column-title\">Separation Reason</span>{{employer.reasonSeparation.text}}\r\n </td>\r\n\r\n <td *ngIf=\"employer.employerType==='MIL'\"><span class=\"p-column-title\">Separation Reason</span>\r\n </td>\r\n \r\n <td colspan=\"4\"></td>\r\n\r\n \r\n \r\n </tr>\r\n </ng-template>\r\n\r\n <ng-template pTemplate=\"summary\" let-columns>\r\n <table>\r\n <tr>\r\n <td [attr.colspan]=\"2\" style=\"width: 40%;\" class=\"action-footer\">\r\n <div [innerHtml]=\"'induction.employment.footer.label' | translate | trustHtml\"></div>\r\n </td>\r\n <td class=\"add-employer\">\r\n <ion-button fill=\"outline\" size=\"small\" class=\"action-button\" (click)=\"addNewEmpDetails()\" class=\"action-button\" aria-label=\"Add employer\" [id]=\"'btnAddEmployer'\">\r\n <fa-icon [icon]=\"['fal', 'plus']\" class=\"action-icon\"></fa-icon>\r\n </ion-button>\r\n </td>\r\n <td colspan=\"4\"> </td>\r\n </tr>\r\n </table>\r\n </ng-template>\r\n\r\n</p-table>\r\n <app-add-employer *ngIf=\"display\" (success)=\"addEmployer($event)\" [recordIndexToEdit]=\"indexToEdit\" \r\n (basePeriodIndex)=\"deleteBpEmpl($event)\" [isBasePeriodEmployer]=\"isBasePeriodEmployer\" [isNewClaim]=\"isNewClaim\" \r\n (modelCancel)=\"onModelCancel($event)\" [dob]=\"claimantDob\">\r\n </app-add-employer>\r\n\r\n <p-dialog [visible]=\"showConfirmPopup\" [modal]=\"true\" appendTo=\"body\" position=\"top\" [breakpoints]=\"{'1200px': '660px', '992px': '660px', '768px': '660px', '576px': '100vw'}\" [style]=\"{width: '45vw'}\"\r\n [baseZIndex]=\"5000\" [draggable]=\"false\" [resizable]=\"false\" appendTo=\"body\" closeOnEscape=\"false\" *ngIf=\"selectedEmployer\">\r\n <h4 class=\"heading\">{{'induction.employment.grid.popup.heading' | translate}}</h4>\r\n <ion-label>\r\n {{selectedEmployer.employerData.displayName}}\r\n <div *ngIf=\"selectedEmployer.employerData.tradeName != null\">\r\n {{\"induction.confirm.employment.dba\"|translate}} {{selectedEmployer.employerData.tradeName}}</div>\r\n <br>\r\n </ion-label>\r\n <ion-label><div style=\"font-size: 12px;\" [innerHtml]=\"selectedEmployer.employerData.mailingAddressDisplay | trustHtml\"></div></ion-label><br/>\r\n <ion-label>\r\n {{'induction.employment.grid.popup.failure.label' | translate}}\r\n </ion-label><br/><br/>\r\n <ion-label>\r\n <div [innerHtml]=\"['induction.employment.grid.popup.didnt.work.label' | translate]\"></div>\r\n </ion-label>\r\n <ng-template pTemplate=\"footer\">\r\n <ion-button shape=\"round\" type=\"submit\" fill=\"outline\" (click)=\"close()\">\r\n {{'induction.employment.grid.popup.cancel' | translate}}\r\n </ion-button>\r\n <ion-button shape=\"round\" type=\"submit\" fill=\"solid\" (click)=\"removeBasePeriodEmployer()\">\r\n {{'induction.employment.grid.popup.remove' | translate}}\r\n </ion-button>\r\n </ng-template>\r\n </p-dialog>\r\n</div>", styles: [".add-employer{width:9.75%;text-align:right}.mobile-action-view{display:none}:host ::ng-deep .p-datatable-worksearch .p-datatable-tbody>tr>td .p-column-title{display:none}:host ::ng-deep .p-datatable.p-datatable-worksearch .p-datatable-thead>tr>th,:host ::ng-deep .p-datatable.p-datatable-worksearch .p-datatable-tfoot>tr>td{color:var(--ion-color-primary);text-align:left;font-weight:700;padding:8px;width:-webkit-fill-available!important}:host ::ng-deep .p-datatable.p-datatable-worksearch .p-datatable-tbody>tr>td{font-size:16px;padding:3px;width:-webkit-fill-available!important}:host ::ng-deep .p-datatable.p-datatable-striped .p-datatable-tbody>tr:nth-child(2n){background:none}@media screen and (max-width: 767px){.mobile-action-view{display:block}}@media screen and (max-width: 40rem){.action-footer{width:300px!important}ion-col{text-align:left!important}.dataHeadings{width:500px!important}:host ::ng-deep .p-datatable.p-datatable-worksearch .p-datatable-thead>tr>th,:host ::ng-deep .p-datatable.p-datatable-worksearch .p-datatable-tfoot>tr>td{display:none!important}:host ::ng-deep .p-datatable.p-datatable-worksearch .p-datatable-tbody>tr>td{text-align:left!important;display:block;width:100%!important;float:left;clear:left;border:0 none}:host ::ng-deep .p-datatable.p-datatable-worksearch .p-datatable-tbody>tr>td .p-column-title{padding:.6rem;min-width:30%;display:inline-block;margin:-.4em 1em -.4em -.4rem;font-weight:700}:host ::ng-deep .p-datatable.p-datatable-worksearch .p-datatable-tbody>tr>td:last-child{border-bottom:1px solid var(--surface-d)}}@media screen and (max-width: 40rem){:host ::ng-deep .p-datatable.app-datatable .p-datatable-thead>tr>th,:host ::ng-deep .p-datatable.app-datatable .p-datatable-tfoot>tr>td{display:none!important}:host ::ng-deep .p-datatable.app-datatable .p-datatable-tbody>tr>td .p-column-title{padding:.6rem;min-width:0%!important;display:inline-block;margin:-.4em 1em -.4em -.4rem;font-weight:700}}@media (min-width: 767px) and (max-width: 1325px){.displayNameText{font-size:12px!important;width:max-content}}.strikethrough{text-decoration:line-through}\n"] }]
|
|
21991
22039
|
}], () => [{ type: i4.PopoverController }, { type: LoggerService }, { type: ValidationService }, { type: i4.NavController }, { type: UtilService }, { type: LoginService }, { type: i3.ActivatedRoute }, { type: ClaimService }, { type: i1$3.Storage }], { form: [{
|
|
21992
22040
|
type: Input
|
|
21993
22041
|
}], dynamicParam: [{
|
|
@@ -21996,6 +22044,9 @@ class EmployerGridComponent {
|
|
|
21996
22044
|
type: Output
|
|
21997
22045
|
}], onComplete: [{
|
|
21998
22046
|
type: Output
|
|
22047
|
+
}], gridTop: [{
|
|
22048
|
+
type: ViewChild,
|
|
22049
|
+
args: ['gridTop', { static: false }]
|
|
21999
22050
|
}] }); })();
|
|
22000
22051
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EmployerGridComponent, { className: "EmployerGridComponent", filePath: "lib\\components\\employer-grid\\employer-grid.component.ts", lineNumber: 31 }); })();
|
|
22001
22052
|
|
|
@@ -26833,6 +26884,7 @@ class AddEmployerComponent {
|
|
|
26833
26884
|
this.logger.debug('this.save.value', this.addEmployerForm);
|
|
26834
26885
|
if (this.workFlag.value === 'N') {
|
|
26835
26886
|
if (this.addEmployerForm.valid) {
|
|
26887
|
+
this.addEmployerForm.value.isEmployerEdited = true;
|
|
26836
26888
|
this.success.emit(this.addEmployerForm.value);
|
|
26837
26889
|
this.display = false;
|
|
26838
26890
|
}
|
|
@@ -26859,6 +26911,7 @@ class AddEmployerComponent {
|
|
|
26859
26911
|
this.addEmployerForm.controls['ficCode'].enable();
|
|
26860
26912
|
this.addEmployerForm.controls['ficDestinationName'].enable();
|
|
26861
26913
|
this.address.enable();
|
|
26914
|
+
this.addEmployerForm.value.isEmployerEdited = true;
|
|
26862
26915
|
this.success.emit(this.addEmployerForm.value);
|
|
26863
26916
|
this.logger.debug("add form details add()- ", this.addEmployerForm);
|
|
26864
26917
|
this.display = false;
|