@ksremp/ngx-ksremp-app-lib 1.0.3 → 1.0.5
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/annimations/app-animations.mjs +1 -1
- package/esm2022/lib/components/captcha/captcha.component.mjs +6 -6
- package/esm2022/lib/components/card/card.component.mjs +1 -1
- package/esm2022/lib/components/content/content.component.mjs +1 -1
- package/esm2022/lib/components/error/error.component.mjs +1 -1
- package/esm2022/lib/components/file-download/file-download.component.mjs +1 -1
- package/esm2022/lib/components/file-uploader/file-uploader.component.mjs +1 -1
- package/esm2022/lib/components/help/help.component.mjs +1 -1
- package/esm2022/lib/components/idle-detector/idle-detector.component.mjs +1 -1
- package/esm2022/lib/components/info/info.component.mjs +1 -1
- package/esm2022/lib/components/maintenance-detector/maintenance-detector.component.mjs +1 -1
- package/esm2022/lib/components/mask/mask.component.mjs +1 -1
- package/esm2022/lib/components/money-expect/money-expect.component.mjs +1 -1
- package/esm2022/lib/components/msg/msg.component.mjs +1 -1
- package/esm2022/lib/components/news/news.component.mjs +1 -1
- package/esm2022/lib/components/overlay-info/overlay-info.component.mjs +1 -1
- package/esm2022/lib/components/page/page.component.mjs +1 -1
- package/esm2022/lib/components/questionnaire/FbConstants.mjs +1 -1
- package/esm2022/lib/components/questionnaire/dynamic-form-question.component.mjs +7 -2
- package/esm2022/lib/components/questionnaire/question-base.mjs +1 -1
- package/esm2022/lib/components/questionnaire/question.service.mjs +1 -1
- package/esm2022/lib/components/read-more/read-more.component.mjs +6 -6
- package/esm2022/lib/components/select/select.component.mjs +1 -1
- package/esm2022/lib/components/ssn/ssn.component.mjs +1 -1
- package/esm2022/lib/components/test/test.component.mjs +1 -1
- package/esm2022/lib/components/weekly-cert-employer/weekly-cert-employer.component.mjs +54 -20
- package/esm2022/lib/directives/auto-focus/auto-focus.directive.mjs +1 -1
- package/esm2022/lib/directives/caps-lock.directive.mjs +1 -1
- package/esm2022/lib/directives/required-roles/required-roles.directive.mjs +1 -1
- package/esm2022/lib/enums/EmailStatusEnum.mjs +1 -1
- package/esm2022/lib/interceptors/error-interceptor/http-error-interceptor.mjs +1 -1
- package/esm2022/lib/models/ErrorModel.mjs +1 -1
- package/esm2022/lib/models/FileModel.mjs +1 -1
- package/esm2022/lib/models/NotificationModel.mjs +1 -1
- package/esm2022/lib/models/TrendModel.mjs +1 -1
- package/esm2022/lib/models/UserDetailsModel.mjs +1 -1
- package/esm2022/lib/models/claimant/ClaimantModel.mjs +1 -1
- package/esm2022/lib/models/claimant/JobResultsData.mjs +1 -1
- package/esm2022/lib/models/claimant/MatchingJobs.mjs +1 -1
- package/esm2022/lib/models/claimant/ResetPasswordModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/KeyValueModel.mjs +1 -1
- package/esm2022/lib/ngx-reusa-app-lib.component.mjs +5 -5
- package/esm2022/lib/ngx-reusa-app-lib.service.mjs +1 -1
- package/esm2022/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +1 -1
- package/esm2022/lib/pages/common/change-password/change-password.page.mjs +1 -1
- package/esm2022/lib/pages/common/landing2/landing2.component.mjs +1 -1
- package/esm2022/lib/pages/common/not-found/not-found.page.mjs +1 -1
- package/esm2022/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.mjs +1 -1
- package/esm2022/lib/pages/common/security-policy/security-policy.page.mjs +1 -1
- package/esm2022/lib/pages/common/unauthorized/unauthorized.page.mjs +1 -1
- package/esm2022/lib/pages/popovers/my-notifications/my-notifications.page.mjs +1 -1
- package/esm2022/lib/pages/popovers/my-profile/my-profile.page.mjs +1 -1
- package/esm2022/lib/pages/popovers/user-search/user-search.component.mjs +1 -1
- package/esm2022/lib/pipes/filter.pipe.mjs +1 -1
- package/esm2022/lib/pipes/mask/mask.email.pipe.mjs +1 -1
- package/esm2022/lib/pipes/proper-case/proper-case.pipe.mjs +1 -1
- package/esm2022/lib/pipes/trust-html/trust-html.pipe.mjs +1 -1
- package/esm2022/lib/services/base-service.mjs +1 -1
- package/esm2022/lib/services/captcha/captcha.service.mjs +1 -1
- package/esm2022/lib/services/chatbot/script.const.mjs +1 -1
- package/esm2022/lib/services/claimant/claimant.service.mjs +1 -1
- package/esm2022/lib/services/dms-service/dms.service.mjs +1 -1
- package/esm2022/lib/services/fpjs/fingerprint.service.mjs +1 -1
- package/esm2022/lib/services/google-analytics/google-analytics.service.mjs +1 -1
- package/esm2022/lib/services/idle/idle.service.mjs +1 -1
- package/esm2022/lib/services/maintenance/maintenance.service.mjs +1 -1
- package/esm2022/lib/services/notification/notification.service.mjs +1 -1
- package/esm2022/lib/services/tour/tour.service.mjs +1 -1
- package/fesm2022/ksremp-ngx-ksremp-app-lib.mjs +82 -43
- package/fesm2022/ksremp-ngx-ksremp-app-lib.mjs.map +1 -1
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts.map +1 -1
- package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts +4 -0
- package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts.map +1 -1
- package/package.json +2 -1
|
@@ -57,4 +57,4 @@ export class TourService {
|
|
|
57
57
|
providedIn: 'root'
|
|
58
58
|
}]
|
|
59
59
|
}], () => [{ type: i1.HttpClient }, { type: i2.ActivatedRoute }, { type: i3.LoggerService }], null); })();
|
|
60
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
60
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG91ci5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LXJldXNhLWFwcC1saWIvc3JjL2xpYi9zZXJ2aWNlcy90b3VyL3RvdXIuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRTNDLE9BQU8sRUFBRSxlQUFlLEVBQWMsTUFBTSxNQUFNLENBQUM7Ozs7O0FBTW5ELE1BQU0sT0FBTyxXQUFXO0lBV3hCLFlBQW9CLElBQWlCLEVBQVUsRUFBa0IsRUFBVSxNQUFxQjtRQUE1RSxTQUFJLEdBQUosSUFBSSxDQUFhO1FBQVUsT0FBRSxHQUFGLEVBQUUsQ0FBZ0I7UUFBVSxXQUFNLEdBQU4sTUFBTSxDQUFlO1FBVGhHLHFKQUFxSjtRQUNySixrRkFBa0Y7UUFFMUUsc0JBQWlCLEdBQTRCLElBQUksZUFBZSxDQUFTLENBQUMsQ0FBQyxDQUFDO1FBRXBGLFVBQUssR0FBRyxLQUFLLEVBQUUsQ0FBQztRQUVoQixlQUFVLEdBQWtELEVBQUUsQ0FBQztRQUc3RCxLQUFLLElBQUksQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDLElBQUksRUFBRSxFQUFFLENBQUMsRUFBRSxFQUFFO1lBQzVCLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsUUFBUSxFQUFFLENBQUMsQ0FBQztTQUN4QztRQUNELElBQUksQ0FBQyxNQUFNLENBQUMsR0FBRyxDQUFDLHNDQUFzQyxDQUFDLENBQUM7SUFDMUQsQ0FBQztJQUVELGNBQWM7UUFDWixJQUFJLENBQUMsSUFBSTthQUNKLEdBQUcsQ0FBSywyQkFBMkIsQ0FBQzthQUNwQyxTQUFTLENBQ1IsR0FBRyxDQUFDLEVBQUU7WUFDSixJQUFJLENBQUMsVUFBVSxHQUFHLEdBQUcsQ0FBQztZQUN0QixJQUFJLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQyxFQUFFLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDO1FBQ3RELENBQUMsRUFDRCxHQUFHLENBQUMsRUFBRTtZQUNKLE1BQU0sMkNBQTJDLENBQUM7UUFDcEQsQ0FBQyxDQUNGLENBQUM7SUFDUixDQUFDO0lBRUQsUUFBUSxDQUFDLGFBQXFCO1FBQzVCLE9BQU8sSUFBSSxDQUFDLEtBQUssQ0FBQyxLQUFLLENBQUMsQ0FBQyxFQUFFLGFBQWEsQ0FBQyxDQUFDO0lBQzVDLENBQUM7SUFFRCxvQkFBb0IsQ0FBQyxRQUFnQjtRQUNuQyxJQUFJLENBQUMsaUJBQWlCLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDO0lBQ3hDLENBQUM7SUFFRCxhQUFhLENBQUMsTUFBZTtRQUMzQixJQUFJLE1BQU0sR0FBRyxJQUFJLENBQUMsVUFBVTthQUNWLE1BQU0sQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxNQUFNLElBQUksTUFBTSxDQUFDLENBQUM7UUFDbEQsSUFBRyxNQUFNLElBQUksTUFBTSxDQUFDLE1BQU0sR0FBRyxDQUFDLEVBQUM7WUFDN0IsSUFBSSxDQUFDLG9CQUFvQixDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUMsQ0FBQyxVQUFVLENBQUMsQ0FBQztTQUNqRDthQUFJO1lBQ0gsSUFBSSxDQUFDLG9CQUFvQixDQUFDLENBQUMsQ0FBQyxDQUFDO1NBQzlCO0lBQ0gsQ0FBQztJQUVELG9CQUFvQjtRQUNsQixPQUFPLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxZQUFZLEVBQUUsQ0FBQztJQUMvQyxDQUFDOzRFQXBEWSxXQUFXO3VFQUFYLFdBQVcsV0FBWCxXQUFXLG1CQUZWLE1BQU07O2lGQUVQLFdBQVc7Y0FIdkIsVUFBVTtlQUFDO2dCQUNWLFVBQVUsRUFBRSxNQUFNO2FBQ25CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSHR0cENsaWVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbi9odHRwJztcclxuaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBBY3RpdmF0ZWRSb3V0ZSB9IGZyb20gJ0Bhbmd1bGFyL3JvdXRlcic7XHJcbmltcG9ydCB7IEJlaGF2aW9yU3ViamVjdCwgT2JzZXJ2YWJsZSB9IGZyb20gJ3J4anMnO1xyXG5pbXBvcnQgeyBMb2dnZXJTZXJ2aWNlIH0gZnJvbSAnLi4vbG9nZ2VyL2xvZ2dlci5zZXJ2aWNlJztcclxuXHJcbkBJbmplY3RhYmxlKHtcclxuICBwcm92aWRlZEluOiAncm9vdCdcclxufSlcclxuZXhwb3J0IGNsYXNzIFRvdXJTZXJ2aWNlIHtcclxuXHJcbi8vaW1wb3J0IHRoaXMgc2VydmljZSBpbiByZXF1aXJlZCBwYWdlIGNvbXBvbmVudCBhbmQgY2FsbCBzZXRDdXJyZW50U3RlcHNDb3VudChOKSBmcm9tIHRoYXQgY29tcG9uZW50IHdoZXJlIE4gaXMgbnVtYmVyIG9mIHN0ZXBzIGRlZmluZWQgaW4gdGhhdCBwYWdlXHJcbi8vbWFrZSBzdXJlIHN0ZXBzIGFyZSBkZWZpbmVkIGFzIHN0ZXAxLHN0ZXAyLHN0ZXAzLi4uc3RlcE4gICAgICAocGF0dGVybiBvZiBzdGVwTilcclxuXHJcbnByaXZhdGUgY3VycmVudFN0ZXBzQ291bnQ6IEJlaGF2aW9yU3ViamVjdDxudW1iZXI+ID0gbmV3IEJlaGF2aW9yU3ViamVjdDxudW1iZXI+KDApO1xyXG5cclxuc3RlcHMgPSBBcnJheSgpO1xyXG5cclxudG91ckNvbmZpZyA6IEFycmF5PHsgcGFnZUlkOiBzdHJpbmcsIHN0ZXBzQ291bnQ6IG51bWJlcn0+ID0gW107XHJcblxyXG5jb25zdHJ1Y3Rvcihwcml2YXRlIGh0dHAgOiBIdHRwQ2xpZW50LCBwcml2YXRlIGFyOiBBY3RpdmF0ZWRSb3V0ZSwgcHJpdmF0ZSBsb2dnZXI6IExvZ2dlclNlcnZpY2UpIHtcclxuICBmb3IgKGxldCBpID0gMTsgaSA8PSAxNTsgaSsrKSB7XHJcbiAgICB0aGlzLnN0ZXBzLnB1c2goJ3N0ZXAnICsgaS50b1N0cmluZygpKTtcclxuICB9XHJcbiAgdGhpcy5sb2dnZXIubG9nKCd0b3VyIHNlcnZpY2UgaW5pdGlhbGl6ZWQgZnJvbSBBcHBMaWInKTtcclxufVxyXG5cclxubG9hZFRvdXJDb25maWcoKXtcclxuICB0aGlzLmh0dHBcclxuICAgICAgLmdldDxbXT4oJ2Fzc2V0cy90b3VyL2FwcC50b3VyLmpzb24nKVxyXG4gICAgICAuc3Vic2NyaWJlKFxyXG4gICAgICAgIHJlcyA9PiB7XHJcbiAgICAgICAgICB0aGlzLnRvdXJDb25maWcgPSByZXM7XHJcbiAgICAgICAgICB0aGlzLnNldFNldHBzQ291bnQodGhpcy5hci5zbmFwc2hvdC5kYXRhWydwYWdlSWQnXSk7XHJcbiAgICAgICAgfSxcclxuICAgICAgICBlcnIgPT4ge1xyXG4gICAgICAgICAgdGhyb3cgJ0Vycm9yIG9jY3VyZWQgd2hpbGUgbG9hZGluZyBhcHAudG91ci5qc29uJztcclxuICAgICAgICB9XHJcbiAgICAgICk7XHJcbn1cclxuXHJcbmdldFN0ZXBzKG51bWJlck9mU3RlcHM6IG51bWJlcikge1xyXG4gIHJldHVybiB0aGlzLnN0ZXBzLnNsaWNlKDAsIG51bWJlck9mU3RlcHMpO1xyXG59XHJcblxyXG5zZXRDdXJyZW50U3RlcHNDb3VudChuZXdWYWx1ZTogbnVtYmVyKTogdm9pZCB7XHJcbiAgdGhpcy5jdXJyZW50U3RlcHNDb3VudC5uZXh0KG5ld1ZhbHVlKTtcclxufVxyXG5cclxuc2V0U2V0cHNDb3VudChwYWdlSWQgOiBzdHJpbmcpe1xyXG4gIGxldCBjb25maWcgPSB0aGlzLnRvdXJDb25maWdcclxuICAgICAgICAgICAgICAgICAgIC5maWx0ZXIoYyA9PiBjLnBhZ2VJZCA9PSBwYWdlSWQpO1xyXG4gIGlmKGNvbmZpZyAmJiBjb25maWcubGVuZ3RoID4gMCl7XHJcbiAgICB0aGlzLnNldEN1cnJlbnRTdGVwc0NvdW50KGNvbmZpZ1swXS5zdGVwc0NvdW50KTtcclxuICB9ZWxzZXtcclxuICAgIHRoaXMuc2V0Q3VycmVudFN0ZXBzQ291bnQoMCk7XHJcbiAgfVxyXG59XHJcblxyXG5nZXRDdXJyZW50U3RlcHNDb3VudCgpOiBPYnNlcnZhYmxlPG51bWJlcj4ge1xyXG4gIHJldHVybiB0aGlzLmN1cnJlbnRTdGVwc0NvdW50LmFzT2JzZXJ2YWJsZSgpO1xyXG59XHJcbn1cclxuIl19
|
|
@@ -156,10 +156,10 @@ class NgxReusaAppLibComponent {
|
|
|
156
156
|
}
|
|
157
157
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NgxReusaAppLibComponent, [{
|
|
158
158
|
type: Component,
|
|
159
|
-
args: [{ selector: 'app-ngx-reusa-app-lib', template: `
|
|
160
|
-
<p>
|
|
161
|
-
ngx-reusa-app-lib works!
|
|
162
|
-
</p>
|
|
159
|
+
args: [{ selector: 'app-ngx-reusa-app-lib', template: `
|
|
160
|
+
<p>
|
|
161
|
+
ngx-reusa-app-lib works!
|
|
162
|
+
</p>
|
|
163
163
|
` }]
|
|
164
164
|
}], () => [], null); })();
|
|
165
165
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(NgxReusaAppLibComponent, { className: "NgxReusaAppLibComponent", filePath: "lib\\ngx-reusa-app-lib.component.ts", lineNumber: 13 }); })();
|
|
@@ -7601,7 +7601,7 @@ function LoginComponent_ion_grid_83_Template(rf, ctx) { if (rf & 1) {
|
|
|
7601
7601
|
i0.ɵɵtext(7, "Forgot Password?");
|
|
7602
7602
|
i0.ɵɵelementEnd()()()();
|
|
7603
7603
|
} }
|
|
7604
|
-
const _c6$
|
|
7604
|
+
const _c6$4 = () => ({ required: "User ID is required.", minlength: "User ID should have minimum 5 characters." });
|
|
7605
7605
|
class LoginComponent extends BasePage {
|
|
7606
7606
|
constructor(fb, loginService, router, util, popup, nav, cs) {
|
|
7607
7607
|
super();
|
|
@@ -7982,7 +7982,7 @@ class LoginComponent extends BasePage {
|
|
|
7982
7982
|
i0.ɵɵadvance(6);
|
|
7983
7983
|
i0.ɵɵproperty("formControl", ctx.userId);
|
|
7984
7984
|
i0.ɵɵadvance(3);
|
|
7985
|
-
i0.ɵɵproperty("field", ctx.userId)("form", _r5)("errDef", i0.ɵɵpureFunction0(44, _c6$
|
|
7985
|
+
i0.ɵɵproperty("field", ctx.userId)("form", _r5)("errDef", i0.ɵɵpureFunction0(44, _c6$4));
|
|
7986
7986
|
i0.ɵɵadvance(1);
|
|
7987
7987
|
i0.ɵɵpropertyInterpolate("title", i0.ɵɵpipeBind1(33, 32, "guide.login.options.title"));
|
|
7988
7988
|
i0.ɵɵpropertyInterpolate("text", i0.ɵɵpipeBind1(34, 34, "guide.login.options.message"));
|
|
@@ -9766,11 +9766,11 @@ class CaptchaComponent {
|
|
|
9766
9766
|
}
|
|
9767
9767
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaptchaComponent, [{
|
|
9768
9768
|
type: Component,
|
|
9769
|
-
args: [{ selector: 'app-captcha', template: `<div class="app-captcha"></div>
|
|
9770
|
-
<p style="color: var(--ion-color-danger);" *ngIf="showError" class="ion-padding-top">
|
|
9771
|
-
<small>
|
|
9772
|
-
Error loading captcha. <a href="#" (click)="loadCaptcha()">Reload</a>
|
|
9773
|
-
</small>
|
|
9769
|
+
args: [{ selector: 'app-captcha', template: `<div class="app-captcha"></div>
|
|
9770
|
+
<p style="color: var(--ion-color-danger);" *ngIf="showError" class="ion-padding-top">
|
|
9771
|
+
<small>
|
|
9772
|
+
Error loading captcha. <a href="#" (click)="loadCaptcha()">Reload</a>
|
|
9773
|
+
</small>
|
|
9774
9774
|
</p>`, changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, providers: [{
|
|
9775
9775
|
provide: NG_VALUE_ACCESSOR,
|
|
9776
9776
|
useExisting: CaptchaComponent,
|
|
@@ -14283,7 +14283,7 @@ const _c2$i = a0 => ({ $implicit: a0 });
|
|
|
14283
14283
|
const _c3$c = ["container"];
|
|
14284
14284
|
const _c4$b = ["filter"];
|
|
14285
14285
|
const _c5$8 = ["focusInput"];
|
|
14286
|
-
const _c6$
|
|
14286
|
+
const _c6$3 = ["editableInput"];
|
|
14287
14287
|
const _c7 = ["items"];
|
|
14288
14288
|
const _c8 = ["scroller"];
|
|
14289
14289
|
const _c9 = ["overlay"];
|
|
@@ -15791,7 +15791,7 @@ class Dropdown {
|
|
|
15791
15791
|
i0.ɵɵviewQuery(_c3$c, 5);
|
|
15792
15792
|
i0.ɵɵviewQuery(_c4$b, 5);
|
|
15793
15793
|
i0.ɵɵviewQuery(_c5$8, 5);
|
|
15794
|
-
i0.ɵɵviewQuery(_c6$
|
|
15794
|
+
i0.ɵɵviewQuery(_c6$3, 5);
|
|
15795
15795
|
i0.ɵɵviewQuery(_c7, 5);
|
|
15796
15796
|
i0.ɵɵviewQuery(_c8, 5);
|
|
15797
15797
|
i0.ɵɵviewQuery(_c9, 5);
|
|
@@ -18357,7 +18357,7 @@ function AddEmployerComponent_ion_grid_6_Template(rf, ctx) { if (rf & 1) {
|
|
|
18357
18357
|
i0.ɵɵproperty("ngIf", !ctx_r1.isBasePeriodEmployer);
|
|
18358
18358
|
} }
|
|
18359
18359
|
const _c5$7 = () => ({ width: "60vw" });
|
|
18360
|
-
const _c6$
|
|
18360
|
+
const _c6$2 = () => ({ "1200px": "660px", "992px": "660px", "768px": "660px", "576px": "100vw" });
|
|
18361
18361
|
class AddEmployerComponent {
|
|
18362
18362
|
constructor(formBuilder, validationService, util, filterService, logger, sanitizer, claimsService, ls, el, ar, translateService) {
|
|
18363
18363
|
this.formBuilder = formBuilder;
|
|
@@ -19355,7 +19355,7 @@ class AddEmployerComponent {
|
|
|
19355
19355
|
i0.ɵɵelementEnd()();
|
|
19356
19356
|
} if (rf & 2) {
|
|
19357
19357
|
i0.ɵɵstyleMap(i0.ɵɵpureFunction0(11, _c5$7));
|
|
19358
|
-
i0.ɵɵproperty("showHeader", false)("draggable", false)("resizable", false)("breakpoints", i0.ɵɵpureFunction0(12, _c6$
|
|
19358
|
+
i0.ɵɵproperty("showHeader", false)("draggable", false)("resizable", false)("breakpoints", i0.ɵɵpureFunction0(12, _c6$2));
|
|
19359
19359
|
i0.ɵɵadvance(2);
|
|
19360
19360
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(3, 9, "induction.confirm.employment.heading"), " ");
|
|
19361
19361
|
i0.ɵɵadvance(2);
|
|
@@ -19814,7 +19814,7 @@ function EmployerGridComponent_p_dialog_29_ng_template_51_Template(rf, ctx) { if
|
|
|
19814
19814
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(5, 4, "induction.employment.grid.popup.remove"), " ");
|
|
19815
19815
|
} }
|
|
19816
19816
|
const _c5$6 = () => ({ width: "45vw" });
|
|
19817
|
-
const _c6$
|
|
19817
|
+
const _c6$1 = () => ({ "1200px": "660px", "992px": "660px", "768px": "660px", "576px": "100vw" });
|
|
19818
19818
|
function EmployerGridComponent_p_dialog_29_Template(rf, ctx) { if (rf & 1) {
|
|
19819
19819
|
i0.ɵɵelementStart(0, "p-dialog", 36)(1, "h4", 37);
|
|
19820
19820
|
i0.ɵɵtext(2);
|
|
@@ -19876,7 +19876,7 @@ function EmployerGridComponent_p_dialog_29_Template(rf, ctx) { if (rf & 1) {
|
|
|
19876
19876
|
} if (rf & 2) {
|
|
19877
19877
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
19878
19878
|
i0.ɵɵstyleMap(i0.ɵɵpureFunction0(40, _c5$6));
|
|
19879
|
-
i0.ɵɵproperty("visible", ctx_r2.showConfirmPopup)("modal", true)("breakpoints", i0.ɵɵpureFunction0(41, _c6$
|
|
19879
|
+
i0.ɵɵproperty("visible", ctx_r2.showConfirmPopup)("modal", true)("breakpoints", i0.ɵɵpureFunction0(41, _c6$1))("baseZIndex", 5000)("draggable", false)("resizable", false);
|
|
19880
19880
|
i0.ɵɵadvance(2);
|
|
19881
19881
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 20, "induction.employment.grid.popup.heading"));
|
|
19882
19882
|
i0.ɵɵadvance(3);
|
|
@@ -19972,7 +19972,7 @@ function EmployerGridComponent_p_dialog_30_Template(rf, ctx) { if (rf & 1) {
|
|
|
19972
19972
|
} if (rf & 2) {
|
|
19973
19973
|
const ctx_r3 = i0.ɵɵnextContext();
|
|
19974
19974
|
i0.ɵɵstyleMap(i0.ɵɵpureFunction0(18, _c5$6));
|
|
19975
|
-
i0.ɵɵproperty("visible", ctx_r3.showbpEmpDelPopup)("modal", true)("breakpoints", i0.ɵɵpureFunction0(19, _c6$
|
|
19975
|
+
i0.ɵɵproperty("visible", ctx_r3.showbpEmpDelPopup)("modal", true)("breakpoints", i0.ɵɵpureFunction0(19, _c6$1))("baseZIndex", 5000)("draggable", false)("resizable", false);
|
|
19976
19976
|
i0.ɵɵadvance(2);
|
|
19977
19977
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 14, "induction.employment.grid.delete.bpemployer.popup.heading"));
|
|
19978
19978
|
i0.ɵɵadvance(3);
|
|
@@ -22425,8 +22425,7 @@ function WeeklyCertEmployerComponentQe_ion_row_3_div_77_Template(rf, ctx) { if (
|
|
|
22425
22425
|
} }
|
|
22426
22426
|
const _c2$b = (a0, a1, a2) => ({ required: a0, invalidLength: a1, invalidNumber: a2 });
|
|
22427
22427
|
const _c3$6 = (a0, a1) => ({ required: a0, dateNotBetween: a1 });
|
|
22428
|
-
const _c4$5 = a0 => ({ required: a0, earningsRequired:
|
|
22429
|
-
const _c5$4 = a0 => ({ required: a0, earningsRequired: "Please report hours worked." });
|
|
22428
|
+
const _c4$5 = (a0, a1) => ({ required: a0, earningsRequired: a1 });
|
|
22430
22429
|
function WeeklyCertEmployerComponentQe_ion_row_3_Template(rf, ctx) { if (rf & 1) {
|
|
22431
22430
|
const _r15 = i0.ɵɵgetCurrentView();
|
|
22432
22431
|
i0.ɵɵelementStart(0, "ion-row")(1, "ion-col", 8)(2, "div", 9)(3, "div", 10)(4, "label", 11);
|
|
@@ -22544,7 +22543,7 @@ function WeeklyCertEmployerComponentQe_ion_row_3_Template(rf, ctx) { if (rf & 1)
|
|
|
22544
22543
|
i0.ɵɵproperty("iconAriaLabel", "Last day worked")("showIcon", true)("formControl", ctx_r1.lastDayWorked)("minDate", ctx_r1.sunDate)("maxDate", ctx_r1.satDate)("defaultDate", ctx_r1.sunDate);
|
|
22545
22544
|
i0.ɵɵadvance(1);
|
|
22546
22545
|
i0.ɵɵclassMap("app-grid");
|
|
22547
|
-
i0.ɵɵproperty("field", ctx_r1.lastDayWorked)("form", _r0)("errDef", i0.ɵɵpureFunction2(123, _c3$6, ctx_r1.required,
|
|
22546
|
+
i0.ɵɵproperty("field", ctx_r1.lastDayWorked)("form", _r0)("errDef", i0.ɵɵpureFunction2(123, _c3$6, ctx_r1.required, ctx_r1.dataNotInBetweenValidation));
|
|
22548
22547
|
i0.ɵɵadvance(5);
|
|
22549
22548
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(48, 99, "weeklies.weeklycert.employer.contact.phone"));
|
|
22550
22549
|
i0.ɵɵadvance(2);
|
|
@@ -22560,21 +22559,21 @@ function WeeklyCertEmployerComponentQe_ion_row_3_Template(rf, ctx) { if (rf & 1)
|
|
|
22560
22559
|
i0.ɵɵproperty("formControl", ctx_r1.wsEmpAmtEarned);
|
|
22561
22560
|
i0.ɵɵadvance(1);
|
|
22562
22561
|
i0.ɵɵclassMap("app-grid");
|
|
22563
|
-
i0.ɵɵproperty("field", ctx_r1.wsEmpAmtEarned)("form", _r0)("errDef", i0.ɵɵ
|
|
22562
|
+
i0.ɵɵproperty("field", ctx_r1.wsEmpAmtEarned)("form", _r0)("errDef", i0.ɵɵpureFunction2(128, _c4$5, ctx_r1.required, ctx_r1.earningRequiredGross));
|
|
22564
22563
|
i0.ɵɵadvance(3);
|
|
22565
22564
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(63, 107, "weeklies.weeklycert.employer.total.hours.worked"));
|
|
22566
22565
|
i0.ɵɵadvance(2);
|
|
22567
22566
|
i0.ɵɵproperty("formControl", ctx_r1.wcEmpHoursWorked);
|
|
22568
22567
|
i0.ɵɵadvance(1);
|
|
22569
22568
|
i0.ɵɵclassMap("app-grid");
|
|
22570
|
-
i0.ɵɵproperty("field", ctx_r1.wcEmpHoursWorked)("form", _r0)("errDef", i0.ɵɵ
|
|
22569
|
+
i0.ɵɵproperty("field", ctx_r1.wcEmpHoursWorked)("form", _r0)("errDef", i0.ɵɵpureFunction2(131, _c4$5, ctx_r1.required, ctx_r1.earningRequiredHours));
|
|
22571
22570
|
i0.ɵɵadvance(3);
|
|
22572
22571
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(69, 109, "weeklies.weeklycert.employer.status"));
|
|
22573
22572
|
i0.ɵɵadvance(2);
|
|
22574
22573
|
i0.ɵɵproperty("options", ctx_r1.employmentStatusOptionsAll)("formControl", ctx_r1.wcEmpStatus)("autoDisplayFirst", false);
|
|
22575
22574
|
i0.ɵɵadvance(2);
|
|
22576
22575
|
i0.ɵɵclassMap("app-grid");
|
|
22577
|
-
i0.ɵɵproperty("field", ctx_r1.wcEmpStatus)("form", _r0)("errDef", i0.ɵɵpureFunction1(
|
|
22576
|
+
i0.ɵɵproperty("field", ctx_r1.wcEmpStatus)("form", _r0)("errDef", i0.ɵɵpureFunction1(134, _c1$e, ctx_r1.required));
|
|
22578
22577
|
i0.ɵɵadvance(1);
|
|
22579
22578
|
i0.ɵɵproperty("ngIf", ctx_r1.wcEmpStatus.value == "LWLO");
|
|
22580
22579
|
i0.ɵɵadvance(1);
|
|
@@ -22771,7 +22770,7 @@ function WeeklyCertEmployerComponentQe_ion_row_4_Template(rf, ctx) { if (rf & 1)
|
|
|
22771
22770
|
i0.ɵɵproperty("iconAriaLabel", "Last day worked")("showIcon", true)("formControl", ctx_r2.lastDayWorked)("minDate", ctx_r2.sunDate)("maxDate", ctx_r2.satDate)("defaultDate", ctx_r2.sunDate);
|
|
22772
22771
|
i0.ɵɵadvance(1);
|
|
22773
22772
|
i0.ɵɵclassMap("app-grid");
|
|
22774
|
-
i0.ɵɵproperty("field", ctx_r2.lastDayWorked)("form", _r0)("errDef", i0.ɵɵpureFunction2(64, _c3$6, ctx_r2.required,
|
|
22773
|
+
i0.ɵɵproperty("field", ctx_r2.lastDayWorked)("form", _r0)("errDef", i0.ɵɵpureFunction2(64, _c3$6, ctx_r2.required, ctx_r2.dataNotInBetweenValidation));
|
|
22775
22774
|
i0.ɵɵadvance(3);
|
|
22776
22775
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(36, 54, "weeklies.weeklycert.employer.total.gross.earnings"));
|
|
22777
22776
|
i0.ɵɵadvance(2);
|
|
@@ -22780,37 +22779,35 @@ function WeeklyCertEmployerComponentQe_ion_row_4_Template(rf, ctx) { if (rf & 1)
|
|
|
22780
22779
|
i0.ɵɵproperty("formControl", ctx_r2.wsEmpAmtEarned);
|
|
22781
22780
|
i0.ɵɵadvance(1);
|
|
22782
22781
|
i0.ɵɵclassMap("app-grid");
|
|
22783
|
-
i0.ɵɵproperty("field", ctx_r2.wsEmpAmtEarned)("form", _r0)("errDef", i0.ɵɵ
|
|
22782
|
+
i0.ɵɵproperty("field", ctx_r2.wsEmpAmtEarned)("form", _r0)("errDef", i0.ɵɵpureFunction2(67, _c4$5, ctx_r2.required, ctx_r2.earningRequiredGross));
|
|
22784
22783
|
i0.ɵɵadvance(3);
|
|
22785
22784
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(45, 60, "weeklies.weeklycert.employer.total.hours.worked"));
|
|
22786
22785
|
i0.ɵɵadvance(2);
|
|
22787
22786
|
i0.ɵɵproperty("formControl", ctx_r2.wcEmpHoursWorked);
|
|
22788
22787
|
i0.ɵɵadvance(1);
|
|
22789
22788
|
i0.ɵɵclassMap("app-grid");
|
|
22790
|
-
i0.ɵɵproperty("field", ctx_r2.wcEmpHoursWorked)("form", _r0)("errDef", i0.ɵɵ
|
|
22789
|
+
i0.ɵɵproperty("field", ctx_r2.wcEmpHoursWorked)("form", _r0)("errDef", i0.ɵɵpureFunction2(70, _c4$5, ctx_r2.required, ctx_r2.earningRequiredHours));
|
|
22791
22790
|
} }
|
|
22792
|
-
const
|
|
22791
|
+
const _c5$4 = a0 => ({ earningsRequired: a0 });
|
|
22793
22792
|
function WeeklyCertEmployerComponentQe_div_7_Template(rf, ctx) { if (rf & 1) {
|
|
22794
22793
|
i0.ɵɵelementStart(0, "div", 10);
|
|
22795
22794
|
i0.ɵɵelement(1, "app-error", 51);
|
|
22796
|
-
i0.ɵɵpipe(2, "date");
|
|
22797
22795
|
i0.ɵɵelementEnd();
|
|
22798
22796
|
} if (rf & 2) {
|
|
22799
22797
|
const ctx_r3 = i0.ɵɵnextContext();
|
|
22800
22798
|
const _r0 = i0.ɵɵreference(1);
|
|
22801
22799
|
i0.ɵɵadvance(1);
|
|
22802
|
-
i0.ɵɵproperty("form", _r0)("field", ctx_r3.empForm)("errDef", i0.ɵɵpureFunction1(
|
|
22800
|
+
i0.ɵɵproperty("form", _r0)("field", ctx_r3.empForm)("errDef", i0.ɵɵpureFunction1(3, _c5$4, ctx_r3.grossEarningHoursSatDateValidation));
|
|
22803
22801
|
} }
|
|
22804
22802
|
function WeeklyCertEmployerComponentQe_div_10_Template(rf, ctx) { if (rf & 1) {
|
|
22805
22803
|
i0.ɵɵelementStart(0, "div", 10);
|
|
22806
22804
|
i0.ɵɵelement(1, "app-error", 51);
|
|
22807
|
-
i0.ɵɵpipe(2, "date");
|
|
22808
22805
|
i0.ɵɵelementEnd();
|
|
22809
22806
|
} if (rf & 2) {
|
|
22810
22807
|
const ctx_r4 = i0.ɵɵnextContext();
|
|
22811
22808
|
const _r0 = i0.ɵɵreference(1);
|
|
22812
22809
|
i0.ɵɵadvance(1);
|
|
22813
|
-
i0.ɵɵproperty("form", _r0)("field", ctx_r4.empForm)("errDef", i0.ɵɵpureFunction1(
|
|
22810
|
+
i0.ɵɵproperty("form", _r0)("field", ctx_r4.empForm)("errDef", i0.ɵɵpureFunction1(3, _c5$4, ctx_r4.grossEarningHoursSatDateValidation));
|
|
22814
22811
|
} }
|
|
22815
22812
|
class WeeklyCertEmployerComponentQe {
|
|
22816
22813
|
constructor(util, formBuilder, cs, translateService) {
|
|
@@ -23009,6 +23006,43 @@ class WeeklyCertEmployerComponentQe {
|
|
|
23009
23006
|
get zipInvalid() {
|
|
23010
23007
|
return this.translateService.instant('common.zipcode.invalid');
|
|
23011
23008
|
}
|
|
23009
|
+
get earningRequiredGross() {
|
|
23010
|
+
return this.translateService.instant('common.earning.required.gross');
|
|
23011
|
+
}
|
|
23012
|
+
get earningRequiredHours() {
|
|
23013
|
+
return this.translateService.instant('common.earning.required.hours');
|
|
23014
|
+
}
|
|
23015
|
+
get grossEarningHoursSatDateValidation() {
|
|
23016
|
+
const satDate = new Date(this.satDate);
|
|
23017
|
+
const month = String(satDate.getMonth() + 1).padStart(2, '0');
|
|
23018
|
+
const day = String(satDate.getDate()).padStart(2, '0');
|
|
23019
|
+
const year = satDate.getFullYear();
|
|
23020
|
+
const formattedSatDate = `${month}/${day}/${year}`;
|
|
23021
|
+
if (localStorage.getItem("language") === "es") {
|
|
23022
|
+
return `Por favor, informe los ingresos brutos y las horas trabajadas correspondientes a la semana que finaliza el ${formattedSatDate}.`;
|
|
23023
|
+
}
|
|
23024
|
+
else {
|
|
23025
|
+
return `Please report gross earnings and hours worked for the week ending ${formattedSatDate}.`;
|
|
23026
|
+
}
|
|
23027
|
+
}
|
|
23028
|
+
get dataNotInBetweenValidation() {
|
|
23029
|
+
const sunDate = new Date(this.dynamicParam.sunday_date);
|
|
23030
|
+
const monthSun = String(sunDate.getMonth() + 1).padStart(2, '0');
|
|
23031
|
+
const daySun = String(sunDate.getDate()).padStart(2, '0');
|
|
23032
|
+
const yearSun = sunDate.getFullYear();
|
|
23033
|
+
const formattedSundayDate = `${monthSun}/${daySun}/${yearSun}`;
|
|
23034
|
+
const satDate = new Date(this.dynamicParam.saturday_date);
|
|
23035
|
+
const monthSat = String(satDate.getMonth() + 1).padStart(2, '0');
|
|
23036
|
+
const daySat = String(satDate.getDate()).padStart(2, '0');
|
|
23037
|
+
const yearSat = satDate.getFullYear();
|
|
23038
|
+
const formattedSaturdayDate = `${monthSat}/${daySat}/${yearSat}`;
|
|
23039
|
+
if (localStorage.getItem("language") === "es") {
|
|
23040
|
+
return `La fecha debe estar entre ${formattedSundayDate} y ${formattedSaturdayDate}.`;
|
|
23041
|
+
}
|
|
23042
|
+
else {
|
|
23043
|
+
return `Date should be between ${formattedSundayDate} and ${formattedSaturdayDate}.`;
|
|
23044
|
+
}
|
|
23045
|
+
}
|
|
23012
23046
|
static { this.ɵfac = function WeeklyCertEmployerComponentQe_Factory(t) { return new (t || WeeklyCertEmployerComponentQe)(i0.ɵɵdirectiveInject(UtilService), i0.ɵɵdirectiveInject(i1$6.UntypedFormBuilder), i0.ɵɵdirectiveInject(ClaimService), i0.ɵɵdirectiveInject(i6$1.TranslateService)); }; }
|
|
23013
23047
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: WeeklyCertEmployerComponentQe, selectors: [["app-weekly-cert-employer-qe"]], viewQuery: function WeeklyCertEmployerComponentQe_Query(rf, ctx) { if (rf & 1) {
|
|
23014
23048
|
i0.ɵɵviewQuery(_c0$g, 5);
|
|
@@ -23017,12 +23051,12 @@ class WeeklyCertEmployerComponentQe {
|
|
|
23017
23051
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.empFormDirective = _t.first);
|
|
23018
23052
|
} }, inputs: { empToEdit: "empToEdit", dynamicParam: "dynamicParam" }, outputs: { success: "success", onClose: "onClose" }, decls: 19, vars: 11, consts: [[3, "formGroup"], ["empFormDirective", "ngForm"], [4, "ngIf"], [2, "margin", "0 10px auto"], ["class", "field", 4, "ngIf"], [1, "ion-text-right"], ["shape", "round", "fill", "outline", "type", "reset", 3, "click"], ["shape", "round", "type", "submit", 3, "click"], ["size", "12", "sizeSm", "12", "sizeXs", "12", "sizeMd", "6", "sizeLg", "6", "sizeXl", "6", 1, "ion-padding"], [1, "p-fluid", "formgrid"], [1, "field"], ["for", "wcEmpName"], [3, "formControl", "empType", "onFound"], [3, "field", "form", "errDef"], ["for", "wcEmpAddressLine1"], ["id", "wcEmpAddressLine1", "type", "input", "pInputText", "", 3, "formControl"], ["for", "wcEmpCity"], ["id", "wcEmpCity", "type", "input", "pInputText", "", 3, "formControl"], [2, "padding", "0px"], ["for", "wcEmpState"], ["inputId", "wcEmpState", "optionLabel", "text", "optionValue", "value", "appendTo", "body", "inputId", "wcEmpState", 3, "options", "formControl", "autoDisplayFirst"], ["size", "1"], ["for", "wsZipCode"], ["id", "wsZipCode", "type", "input", "pInputText", "", "minlength", "5", "maxlength", "9", 3, "formControl"], ["for", "lastDayWorked"], ["inputId", "lastDayWorked", "appendTo", "body", 3, "iconAriaLabel", "showIcon", "formControl", "minDate", "maxDate", "defaultDate"], ["for", "wsPhoneNumber"], ["inputId", "wsPhoneNumber", "mask", "(999) 999-9999", "unmask", "true", 3, "formControl"], ["for", "wsEmpAmtEarned"], [2, "padding-left", "8px", "padding-top", "3px", 3, "overlayText"], ["inputId", "wsEmpAmtEarned", "mode", "currency", "currency", "USD", "locale", "en-US", "maxlength", "10", 3, "formControl"], ["for", "wcEmpHoursWorked"], ["inputId", "wcEmpHoursWorked", "maxlength", "10", "useGrouping", "false", 3, "formControl"], ["for", "wcEmpStatus"], ["inputId", "wcEmpStatus", "optionLabel", "text", "optionValue", "value", "appendTo", "body", "inputId", "wcEmpStatus1", 3, "options", "formControl", "autoDisplayFirst"], ["type", "hidden", 3, "formControl"], ["for", "haveReturnToWorkDate"], ["optionLabel", "text", "optionValue", "value", 3, "options", "formControl"], ["for", "wcEmpLowRtwDate"], [2, "display", "flex"], ["inputId", "wcEmpLowRtwDate", "appendTo", "body", "placeholder", "mm/dd/yyyy", 3, "showIcon", "formControl", "showOnFocus", "iconAriaLabel", "onInput"], ["for", "wcEmpRtwDate"], ["inputId", "wcEmpRtwDate", "appendTo", "body", "placeholder", "mm/dd/yyyy", "optionValue", "value", 3, "showIcon", "formControl", "showOnFocus", "iconAriaLabel", "onInput"], ["for", "dischargeDetail"], ["optionLabel", "text", "appendTo", "body", "optionValue", "value", "inputId", "discharged1", 3, "options", "formControl", "autoDisplayFirst"], ["for", "volQuitDetails"], ["optionLabel", "text", "appendTo", "body", "optionValue", "value", "inputId", "voluntaryQuit1", 3, "options", "formControl", "autoDisplayFirst"], ["hidden", ""], ["inputId", "wcEmpStatus", "optionLabel", "text", "optionValue", "value", "appendTo", "body", "inputId", "wcEmpStatus2", 3, "options", "formControl", "autoDisplayFirst"], ["optionLabel", "text", "appendTo", "body", "optionValue", "value", "inputId", "discharged2", 3, "options", "formControl", "autoDisplayFirst"], ["optionLabel", "text", "appendTo", "body", "optionValue", "value", "inputId", "voluntaryQuit2", 3, "options", "formControl", "autoDisplayFirst"], [3, "form", "field", "errDef"]], template: function WeeklyCertEmployerComponentQe_Template(rf, ctx) { if (rf & 1) {
|
|
23019
23053
|
i0.ɵɵelementStart(0, "form", 0, 1)(2, "ion-grid");
|
|
23020
|
-
i0.ɵɵtemplate(3, WeeklyCertEmployerComponentQe_ion_row_3_Template, 79,
|
|
23054
|
+
i0.ɵɵtemplate(3, WeeklyCertEmployerComponentQe_ion_row_3_Template, 79, 136, "ion-row", 2)(4, WeeklyCertEmployerComponentQe_ion_row_4_Template, 48, 73, "ion-row", 2);
|
|
23021
23055
|
i0.ɵɵelementStart(5, "ion-row", 3)(6, "ion-col");
|
|
23022
|
-
i0.ɵɵtemplate(7, WeeklyCertEmployerComponentQe_div_7_Template,
|
|
23056
|
+
i0.ɵɵtemplate(7, WeeklyCertEmployerComponentQe_div_7_Template, 2, 5, "div", 4);
|
|
23023
23057
|
i0.ɵɵelementEnd()();
|
|
23024
23058
|
i0.ɵɵelementStart(8, "ion-row", 3)(9, "ion-col");
|
|
23025
|
-
i0.ɵɵtemplate(10, WeeklyCertEmployerComponentQe_div_10_Template,
|
|
23059
|
+
i0.ɵɵtemplate(10, WeeklyCertEmployerComponentQe_div_10_Template, 2, 5, "div", 4);
|
|
23026
23060
|
i0.ɵɵelementEnd()();
|
|
23027
23061
|
i0.ɵɵelementStart(11, "ion-row")(12, "ion-col", 5)(13, "ion-button", 6);
|
|
23028
23062
|
i0.ɵɵlistener("click", function WeeklyCertEmployerComponentQe_Template_ion_button_click_13_listener() { return ctx.close(); });
|
|
@@ -23048,11 +23082,11 @@ class WeeklyCertEmployerComponentQe {
|
|
|
23048
23082
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(15, 7, "button.cancel"));
|
|
23049
23083
|
i0.ɵɵadvance(3);
|
|
23050
23084
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(18, 9, "button.add"));
|
|
23051
|
-
} }, dependencies: [i1$3.IonButton, i1$3.IonCol, i1$3.IonGrid, i1$3.IonRow, i1$4.NgIf, i1$6.ɵNgNoValidate, i1$6.DefaultValueAccessor, i1$6.NgControlStatus, i1$6.NgControlStatusGroup, i1$6.MinLengthValidator, i1$6.MaxLengthValidator, i1$6.FormControlDirective, i1$6.FormGroupDirective, i16$2.InputText, i12$2.InputMask, i13$1.Calendar, i12.SelectButton, i13.InputNumber, ErrorComponent, OverlayInfoComponent, SearchEmployerComponent, Dropdown,
|
|
23085
|
+
} }, dependencies: [i1$3.IonButton, i1$3.IonCol, i1$3.IonGrid, i1$3.IonRow, i1$4.NgIf, i1$6.ɵNgNoValidate, i1$6.DefaultValueAccessor, i1$6.NgControlStatus, i1$6.NgControlStatusGroup, i1$6.MinLengthValidator, i1$6.MaxLengthValidator, i1$6.FormControlDirective, i1$6.FormGroupDirective, i16$2.InputText, i12$2.InputMask, i13$1.Calendar, i12.SelectButton, i13.InputNumber, ErrorComponent, OverlayInfoComponent, SearchEmployerComponent, Dropdown, i6$1.TranslatePipe, TrustHtmlPipe], styles: ["[_nghost-%COMP%] .p-fluid .p-buttonset{display:inline-flex!important}"] }); }
|
|
23052
23086
|
}
|
|
23053
23087
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WeeklyCertEmployerComponentQe, [{
|
|
23054
23088
|
type: Component,
|
|
23055
|
-
args: [{ selector: 'app-weekly-cert-employer-qe', template: "\r\n <form [formGroup]=\"empForm\" #empFormDirective=\"ngForm\">\r\n <ion-grid>\r\n <ion-row *ngIf = \"!empToEdit?.isPartTimeEmployer\">\r\n <ion-col class=\"ion-padding\" size=\"12\" sizeSm=\"12\" sizeXs=\"12\" sizeMd=\"6\" sizeLg=\"6\" sizeXl=\"6\">\r\n <div class=\"p-fluid formgrid\">\r\n <div class=\"field\">\r\n <label for=\"wcEmpName\">{{\"weeklies.weeklycert.employer.name\"|translate}}</label>\r\n <app-search-employer [formControl]=\"wcEmpName\" (onFound)=\"setEmployer($event)\" [empType]=\"'REG'\"></app-search-employer>\r\n <app-error [class]=\"'app-grid'\" [field]='wcEmpName' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required\r\n }\"></app-error>\r\n </div>\r\n <div class=\"field\">\r\n <label for=\"wcEmpAddressLine1\">{{\"weeklies.weeklycert.employer.address\"|translate}}</label>\r\n <input id=\"wcEmpAddressLine1\" type=\"input\" pInputText [formControl]=\"wcEmpAddressLine1\" />\r\n <app-error [class]=\"'app-grid'\" [field]='wcEmpAddressLine1' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required\r\n }\"></app-error>\r\n </div>\r\n <div class=\"field\">\r\n <label for=\"wcEmpCity\">{{\"weeklies.weeklycert.employer.city\"|translate}}</label>\r\n <input id=\"wcEmpCity\" type=\"input\" pInputText [formControl]=\"wcEmpCity\" />\r\n <app-error [class]=\"'app-grid'\" [field]='wcEmpCity' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required\r\n }\"></app-error>\r\n </div>\r\n <ion-row>\r\n <ion-col style=\"padding: 0px;\">\r\n <div class=\"field\">\r\n <label for=\"wcEmpState\">{{\"weeklies.weeklycert.employer.state\"|translate}}</label>\r\n <app-dropdown inputId=\"wcEmpState\" [options]=\"statesCombo\" optionLabel=\"text\" optionValue=\"value\"\r\n appendTo=\"body\" [formControl]=\"wcEmpState\" [autoDisplayFirst]=\"false\" inputId=\"wcEmpState\"></app-dropdown>\r\n <app-error [class]=\"'app-grid'\" [field]='wcEmpState' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required\r\n }\"></app-error>\r\n </div>\r\n </ion-col>\r\n <ion-col size=\"1\"></ion-col>\r\n <ion-col style=\"padding: 0px;\">\r\n <div class=\"field\">\r\n <label for=\"wsZipCode\">{{\"weeklies.weeklycert.employer.zipcode\"|translate}}</label>\r\n <input id=\"wsZipCode\" type=\"input\" pInputText [formControl]=\"wsZipCode\" minlength=\"5\" maxlength=\"9\"/>\r\n <app-error [class]=\"'app-grid'\" [field]='wsZipCode' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required,\r\n invalidLength: zipLength,\r\n invalidNumber: zipOnlyNumbers\r\n }\"></app-error>\r\n </div>\r\n </ion-col>\r\n </ion-row>\r\n \r\n <div class=\"field\">\r\n <label for=\"lastDayWorked\">{{\"weeklies.weeklycert.employer.last.day.worked\"|translate}}</label>\r\n <p-calendar [iconAriaLabel]=\"'Last day worked'\" [showIcon]=\"true\" inputId=\"lastDayWorked\" appendTo=\"body\" [formControl]=\"lastDayWorked\" [minDate]=\"sunDate\" [maxDate]=\"satDate\" [defaultDate]=\"sunDate\"></p-calendar>\r\n <app-error [class]=\"'app-grid'\" [field]='lastDayWorked' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required,\r\n dateNotBetween: 'Date should be between ' + dynamicParam.sunday_date + ' and ' + dynamicParam.saturday_date + '.'\r\n }\"></app-error>\r\n </div>\r\n </div>\r\n </ion-col>\r\n <ion-col class=\"ion-padding\" size=\"12\" sizeSm=\"12\" sizeXs=\"12\" sizeMd=\"6\" sizeLg=\"6\" sizeXl=\"6\">\r\n <div class=\"p-fluid formgrid\">\r\n \r\n <div class=\"field\">\r\n <label for=\"wsPhoneNumber\">{{\"weeklies.weeklycert.employer.contact.phone\"|translate}}</label>\r\n <p-inputMask inputId=\"wsPhoneNumber\" [formControl]=\"wsPhoneNumber\" mask=\"(999) 999-9999\" unmask=\"true\"></p-inputMask>\r\n <app-error [class]=\"'app-grid'\" [field]='wsPhoneNumber' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required\r\n }\"></app-error>\r\n </div>\r\n\r\n <div class=\"field\">\r\n <label for=\"wsEmpAmtEarned\">{{\"weeklies.weeklycert.employer.total.gross.earnings\"|translate}}</label>\r\n <app-overlay-info [overlayText]=\"'weeklies.v2.employment.rtw.info.popup.1000' | translate | trustHtml\" style=\"padding-left: 8px; padding-top:3px\"></app-overlay-info>\r\n <p-inputNumber inputId=\"wsEmpAmtEarned\" mode=\"currency\" currency=\"USD\" locale=\"en-US\" [formControl]=\"wsEmpAmtEarned\" maxlength=\"10\"></p-inputNumber>\r\n <app-error [class]=\"'app-grid'\" [field]='wsEmpAmtEarned' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required,\r\n earningsRequired: 'Please report gross earnings.'\r\n }\"></app-error>\r\n </div>\r\n\r\n <div class=\"field\">\r\n <label for=\"wcEmpHoursWorked\">{{\"weeklies.weeklycert.employer.total.hours.worked\"|translate}}</label>\r\n <p-inputNumber inputId=\"wcEmpHoursWorked\" [formControl]=\"wcEmpHoursWorked\" maxlength=\"10\" useGrouping=\"false\"></p-inputNumber>\r\n <app-error [class]=\"'app-grid'\" [field]='wcEmpHoursWorked' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required,\r\n earningsRequired: 'Please report hours worked.'\r\n }\"></app-error>\r\n </div>\r\n\r\n <div class=\"field\">\r\n <label for=\"wcEmpStatus\">{{\"weeklies.weeklycert.employer.status\"|translate}}</label>\r\n <app-dropdown inputId=\"wcEmpStatus\" [options]=\"employmentStatusOptionsAll\" optionLabel=\"text\" optionValue=\"value\"\r\n appendTo=\"body\" [formControl]=\"wcEmpStatus\" [autoDisplayFirst]=\"false\" inputId=\"wcEmpStatus1\" ></app-dropdown><br/>\r\n <app-error [class]=\"'app-grid'\" [field]='wcEmpStatus' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required\r\n }\"></app-error>\r\n </div>\r\n\r\n <div class=\"field\" *ngIf=\"wcEmpStatus.value == 'LWLO'\">\r\n <label for=\"haveReturnToWorkDate\">{{\"weeklies.weeklycert.employer.return.to.work.date\"|translate}}</label>\r\n <p-selectButton [options]=\"yesNoOption\" [formControl]=\"haveReturnToWorkDate\" optionLabel=\"text\"\r\n optionValue=\"value\"></p-selectButton>\r\n <app-error [class]=\"'app-grid'\" [field]='haveReturnToWorkDate' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required\r\n }\"></app-error>\r\n </div>\r\n <div class=\"field\" *ngIf=\"wcEmpStatus.value == 'LWLO' && haveReturnToWorkDate.value == 'Y'\">\r\n <label for=\"wcEmpLowRtwDate\">{{\"weeklies.weeklycert.employer.return.to.work.date.when\"|translate}}</label>\r\n <div style=\"display: flex;\">\r\n <p-calendar [showIcon]=\"true\" inputId=\"wcEmpLowRtwDate\" appendTo=\"body\" [formControl]=\"wcEmpLowRtwDate\"\r\n placeholder=\"mm/dd/yyyy\" [showOnFocus]=\"false\" (onInput)=\"dateInput($event)\" [iconAriaLabel]=\"'When?'\"></p-calendar>\r\n <app-overlay-info [overlayText]=\"'weeklies.v2.employment.rtw.info.popup.2155' | translate | trustHtml\" style=\"padding-left: 8px; padding-top:3px\"></app-overlay-info>\r\n </div>\r\n <app-error [class]=\"'app-grid'\" [field]='wcEmpLowRtwDate' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required\r\n }\"></app-error>\r\n </div>\r\n \r\n <div class=\"field\" *ngIf=\"wcEmpStatus.value == 'RTWF'\">\r\n <label for=\"wcEmpRtwDate\">{{\"weeklies.weeklycert.employer.definite.return.date\"|translate}}</label>\r\n <p-calendar [showIcon]=\"true\" inputId=\"wcEmpRtwDate\" appendTo=\"body\" [formControl]=\"wcEmpRtwDate\"\r\n placeholder=\"mm/dd/yyyy\" [showOnFocus]=\"false\" (onInput)=\"dateInput($event)\" optionValue=\"value\" [iconAriaLabel]=\"'Return to work date'\"></p-calendar>\r\n <app-error [class]=\"'app-grid'\" [field]='wcEmpRtwDate' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required\r\n }\"></app-error>\r\n </div>\r\n\r\n <div class=\"field\" *ngIf=\"wcEmpStatus.value == 'DCFI'\">\r\n <label for=\"dischargeDetail\">{{\"induction.confirm.employment.reason.separation.discharge\"|translate}}</label> \r\n <app-dropdown [options]=\"dischargeReasonOptionsAll\" [formControl]=\"discharged\" optionLabel=\"text\" appendTo=\"body\"\r\n [autoDisplayFirst]=\"false\" optionValue=\"value\" inputId=\"discharged1\"></app-dropdown>\r\n <app-error [class]=\"'app-grid'\" [field]='discharged' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required\r\n }\"></app-error>\r\n </div>\r\n\r\n <div class=\"field\" *ngIf=\"wcEmpStatus.value == 'VOLQ'\">\r\n <label for=\"volQuitDetails\">{{\"induction.confirm.employment.reason.separation.quit\"|translate}}</label> \r\n <app-dropdown [options]=\"volQuitReasonOptionsAll\" [formControl]=\"voluntaryQuit\" optionLabel=\"text\" appendTo=\"body\"\r\n [autoDisplayFirst]=\"false\" optionValue=\"value\" inputId=\"voluntaryQuit1\"></app-dropdown>\r\n <app-error [class]=\"'app-grid'\" [field]='voluntaryQuit' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required\r\n }\"></app-error>\r\n </div>\r\n </div>\r\n <input type=\"hidden\" [formControl]=\"hidEmpId\"/>\r\n </ion-col>\r\n </ion-row>\r\n <ion-row *ngIf = \"empToEdit?.isPartTimeEmployer\">\r\n <ion-col class=\"ion-padding\" size=\"12\" sizeSm=\"12\" sizeXs=\"12\" sizeMd=\"6\" sizeLg=\"6\" sizeXl=\"6\">\r\n <div class=\"p-fluid formgrid\">\r\n <div class=\"field\">\r\n <b>{{wcEmpName.value}}</b>\r\n </div>\r\n <section hidden>\r\n <input type=\"hidden\" [formControl]=\"wcEmpName\"/>\r\n <input type=\"hidden\" [formControl]=\"wcEmpAddressLine1\"/>\r\n <input type=\"hidden\" [formControl]=\"wcEmpCity\"/>\r\n <input type=\"hidden\" [formControl]=\"wcEmpState\"/>\r\n <input type=\"hidden\" [formControl]=\"wsZipCode\"/>\r\n <input type=\"hidden\" [formControl]=\"wsPhoneNumber\"/>\r\n <input type=\"hidden\" [formControl]=\"hidEmpId\"/>\r\n <input type=\"hidden\" [formControl]=\"isPartTimeEmployer\"/>\r\n </section>\r\n <div class=\"field\">\r\n <label for=\"wcEmpStatus\">{{\"weeklies.weeklycert.employer.status\"|translate}}</label>\r\n <app-dropdown inputId=\"wcEmpStatus\" [options]=\"employmentStatusOptionsAll\" optionLabel=\"text\" optionValue=\"value\"\r\n appendTo=\"body\" [formControl]=\"wcEmpStatus\" [autoDisplayFirst]=\"false\" inputId=\"wcEmpStatus2\"></app-dropdown><br/>\r\n <app-error [class]=\"'app-grid'\" [field]='wcEmpStatus' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required\r\n }\"></app-error>\r\n </div>\r\n \r\n <div class=\"field\" *ngIf=\"wcEmpStatus.value == 'LWLO'\">\r\n <label for=\"haveReturnToWorkDate\">{{\"weeklies.weeklycert.employer.return.to.work.date\"|translate}}</label>\r\n <p-selectButton [options]=\"yesNoOption\" [formControl]=\"haveReturnToWorkDate\" optionLabel=\"text\"\r\n optionValue=\"value\"></p-selectButton>\r\n <app-error [class]=\"'app-grid'\" [field]='haveReturnToWorkDate' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required\r\n }\"></app-error>\r\n </div>\r\n <div class=\"field\" *ngIf=\"wcEmpStatus.value == 'LWLO' && haveReturnToWorkDate.value == 'Y'\">\r\n <label for=\"wcEmpLowRtwDate\">{{\"weeklies.weeklycert.employer.return.to.work.date.when\"|translate}}</label>\r\n <div style=\"display: flex;\">\r\n <p-calendar [showIcon]=\"true\" inputId=\"wcEmpLowRtwDate\" appendTo=\"body\" [formControl]=\"wcEmpLowRtwDate\"\r\n placeholder=\"mm/dd/yyyy\" [showOnFocus]=\"false\" (onInput)=\"dateInput($event)\" [iconAriaLabel]=\"'When?'\"></p-calendar>\r\n <app-overlay-info [overlayText]=\"'weeklies.v2.employment.rtw.info.popup.2050' | translate | trustHtml\" style=\"padding-left: 8px; padding-top:3px\"></app-overlay-info>\r\n </div>\r\n <app-error [class]=\"'app-grid'\" [field]='wcEmpLowRtwDate' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required\r\n }\"></app-error>\r\n </div>\r\n \r\n <div class=\"field\" *ngIf=\"wcEmpStatus.value == 'RTWF'\">\r\n <label for=\"wcEmpRtwDate\">{{\"weeklies.weeklycert.employer.definite.return.date\"|translate}}</label>\r\n <p-calendar [showIcon]=\"true\" inputId=\"wcEmpRtwDate\" appendTo=\"body\" [formControl]=\"wcEmpRtwDate\"\r\n placeholder=\"mm/dd/yyyy\" [showOnFocus]=\"false\" (onInput)=\"dateInput($event)\" optionValue=\"value\" [iconAriaLabel]=\"'Return to work date'\"></p-calendar>\r\n <app-error [class]=\"'app-grid'\" [field]='wcEmpRtwDate' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required\r\n }\"></app-error>\r\n </div>\r\n \r\n <div class=\"field\" *ngIf=\"wcEmpStatus.value == 'DCFI'\">\r\n <label for=\"dischargeDetail\">{{\"induction.confirm.employment.reason.separation.discharge\"|translate}}</label> \r\n <app-dropdown [options]=\"dischargeReasonOptionsAll\" [formControl]=\"discharged\" optionLabel=\"text\" appendTo=\"body\"\r\n [autoDisplayFirst]=\"false\" optionValue=\"value\" inputId=\"discharged2\"></app-dropdown>\r\n <app-error [class]=\"'app-grid'\" [field]='discharged' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required\r\n }\"></app-error>\r\n </div>\r\n \r\n <div class=\"field\" *ngIf=\"wcEmpStatus.value == 'VOLQ'\">\r\n <label for=\"volQuitDetails\">{{\"induction.confirm.employment.reason.separation.quit\"|translate}}</label> \r\n <app-dropdown [options]=\"volQuitReasonOptionsAll\" [formControl]=\"voluntaryQuit\" optionLabel=\"text\" appendTo=\"body\"\r\n [autoDisplayFirst]=\"false\" optionValue=\"value\" inputId=\"voluntaryQuit2\"></app-dropdown>\r\n <app-error [class]=\"'app-grid'\" [field]='voluntaryQuit' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required\r\n }\"></app-error>\r\n </div>\r\n \r\n <div class=\"field\">\r\n <label for=\"lastDayWorked\">{{\"weeklies.weeklycert.employer.last.day.worked\"|translate}}</label>\r\n <p-calendar [iconAriaLabel]=\"'Last day worked'\" [showIcon]=\"true\" inputId=\"lastDayWorked\" appendTo=\"body\" [formControl]=\"lastDayWorked\" [minDate]=\"sunDate\" [maxDate]=\"satDate\" [defaultDate]=\"sunDate\"></p-calendar>\r\n <app-error [class]=\"'app-grid'\" [field]='lastDayWorked' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required,\r\n dateNotBetween: 'Date should be between ' + dynamicParam.sunday_date + ' and ' + dynamicParam.saturday_date + '.'\r\n }\"></app-error>\r\n </div>\r\n \r\n <div class=\"field\">\r\n <label for=\"wsEmpAmtEarned\">{{\"weeklies.weeklycert.employer.total.gross.earnings\"|translate}}</label>\r\n <app-overlay-info [overlayText]=\"'weeklies.v2.employment.rtw.info.popup.1000' | translate | trustHtml\" style=\"padding-left: 8px; padding-top:3px\"></app-overlay-info>\r\n <p-inputNumber inputId=\"wsEmpAmtEarned\" mode=\"currency\" currency=\"USD\" locale=\"en-US\" [formControl]=\"wsEmpAmtEarned\" maxlength=\"10\"></p-inputNumber>\r\n <app-error [class]=\"'app-grid'\" [field]='wsEmpAmtEarned' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required,\r\n earningsRequired: 'Please report gross earnings.'\r\n }\"></app-error>\r\n </div>\r\n \r\n <div class=\"field\">\r\n <label for=\"wcEmpHoursWorked\">{{\"weeklies.weeklycert.employer.total.hours.worked\"|translate}}</label>\r\n <p-inputNumber inputId=\"wcEmpHoursWorked\" [formControl]=\"wcEmpHoursWorked\" maxlength=\"10\" useGrouping=\"false\"></p-inputNumber>\r\n <app-error [class]=\"'app-grid'\" [field]='wcEmpHoursWorked' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required,\r\n earningsRequired: 'Please report hours worked.'\r\n }\"></app-error>\r\n </div>\r\n </div>\r\n </ion-col>\r\n </ion-row>\r\n <ion-row style=\"margin: 0 10px auto;\">\r\n <ion-col>\r\n <div class=\"field\" *ngIf=\"empForm.invalid && empForm.errors?.earningsRequired\">\r\n <app-error \r\n [form]=\"empFormDirective\"\r\n [field]=\"empForm\"\r\n [errDef]=\"{ \r\n earningsRequired: 'Please report gross earnings and hours worked for the week ending ' + (satDate | date:'MM/dd/yyyy') + '.' \r\n }\">\r\n </app-error>\r\n </div>\r\n </ion-col>\r\n </ion-row>\r\n <ion-row style=\"margin: 0 10px auto;\">\r\n <ion-col>\r\n <div class=\"field\" *ngIf=\"empForm.invalid && empForm.errors?.earningsRequired\">\r\n <app-error \r\n [form]=\"empFormDirective\"\r\n [field]=\"empForm\"\r\n [errDef]=\"{ \r\n earningsRequired: 'Please report gross earnings and hours worked for the week ending ' + (satDate | date:'MM/dd/yyyy') + '.' \r\n }\">\r\n </app-error>\r\n </div>\r\n </ion-col>\r\n </ion-row>\r\n <ion-row>\r\n <ion-col class=\"ion-text-right\">\r\n <ion-button shape=\"round\" fill=\"outline\" (click)=\"close()\" type=\"reset\">{{\"button.cancel\"|translate}}</ion-button>\r\n <ion-button shape=\"round\" (click)=\"add()\" type=\"submit\">{{\"button.add\"|translate}}</ion-button>\r\n </ion-col>\r\n </ion-row>\r\n </ion-grid>\r\n </form>", styles: [":host ::ng-deep .p-fluid .p-buttonset{display:inline-flex!important}\n"] }]
|
|
23089
|
+
args: [{ selector: 'app-weekly-cert-employer-qe', template: "\r\n <form [formGroup]=\"empForm\" #empFormDirective=\"ngForm\">\r\n <ion-grid>\r\n <ion-row *ngIf = \"!empToEdit?.isPartTimeEmployer\">\r\n <ion-col class=\"ion-padding\" size=\"12\" sizeSm=\"12\" sizeXs=\"12\" sizeMd=\"6\" sizeLg=\"6\" sizeXl=\"6\">\r\n <div class=\"p-fluid formgrid\">\r\n <div class=\"field\">\r\n <label for=\"wcEmpName\">{{\"weeklies.weeklycert.employer.name\"|translate}}</label>\r\n <app-search-employer [formControl]=\"wcEmpName\" (onFound)=\"setEmployer($event)\" [empType]=\"'REG'\"></app-search-employer>\r\n <app-error [class]=\"'app-grid'\" [field]='wcEmpName' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required\r\n }\"></app-error>\r\n </div>\r\n <div class=\"field\">\r\n <label for=\"wcEmpAddressLine1\">{{\"weeklies.weeklycert.employer.address\"|translate}}</label>\r\n <input id=\"wcEmpAddressLine1\" type=\"input\" pInputText [formControl]=\"wcEmpAddressLine1\" />\r\n <app-error [class]=\"'app-grid'\" [field]='wcEmpAddressLine1' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required\r\n }\"></app-error>\r\n </div>\r\n <div class=\"field\">\r\n <label for=\"wcEmpCity\">{{\"weeklies.weeklycert.employer.city\"|translate}}</label>\r\n <input id=\"wcEmpCity\" type=\"input\" pInputText [formControl]=\"wcEmpCity\" />\r\n <app-error [class]=\"'app-grid'\" [field]='wcEmpCity' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required\r\n }\"></app-error>\r\n </div>\r\n <ion-row>\r\n <ion-col style=\"padding: 0px;\">\r\n <div class=\"field\">\r\n <label for=\"wcEmpState\">{{\"weeklies.weeklycert.employer.state\"|translate}}</label>\r\n <app-dropdown inputId=\"wcEmpState\" [options]=\"statesCombo\" optionLabel=\"text\" optionValue=\"value\"\r\n appendTo=\"body\" [formControl]=\"wcEmpState\" [autoDisplayFirst]=\"false\" inputId=\"wcEmpState\"></app-dropdown>\r\n <app-error [class]=\"'app-grid'\" [field]='wcEmpState' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required\r\n }\"></app-error>\r\n </div>\r\n </ion-col>\r\n <ion-col size=\"1\"></ion-col>\r\n <ion-col style=\"padding: 0px;\">\r\n <div class=\"field\">\r\n <label for=\"wsZipCode\">{{\"weeklies.weeklycert.employer.zipcode\"|translate}}</label>\r\n <input id=\"wsZipCode\" type=\"input\" pInputText [formControl]=\"wsZipCode\" minlength=\"5\" maxlength=\"9\"/>\r\n <app-error [class]=\"'app-grid'\" [field]='wsZipCode' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required,\r\n invalidLength: zipLength,\r\n invalidNumber: zipOnlyNumbers\r\n }\"></app-error>\r\n </div>\r\n </ion-col>\r\n </ion-row>\r\n \r\n <div class=\"field\">\r\n <label for=\"lastDayWorked\">{{\"weeklies.weeklycert.employer.last.day.worked\"|translate}}</label>\r\n <p-calendar [iconAriaLabel]=\"'Last day worked'\" [showIcon]=\"true\" inputId=\"lastDayWorked\" appendTo=\"body\" [formControl]=\"lastDayWorked\" [minDate]=\"sunDate\" [maxDate]=\"satDate\" [defaultDate]=\"sunDate\"></p-calendar>\r\n <app-error [class]=\"'app-grid'\" [field]='lastDayWorked' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required,\r\n dateNotBetween: dataNotInBetweenValidation\r\n }\"></app-error>\r\n </div>\r\n </div>\r\n </ion-col>\r\n <ion-col class=\"ion-padding\" size=\"12\" sizeSm=\"12\" sizeXs=\"12\" sizeMd=\"6\" sizeLg=\"6\" sizeXl=\"6\">\r\n <div class=\"p-fluid formgrid\">\r\n \r\n <div class=\"field\">\r\n <label for=\"wsPhoneNumber\">{{\"weeklies.weeklycert.employer.contact.phone\"|translate}}</label>\r\n <p-inputMask inputId=\"wsPhoneNumber\" [formControl]=\"wsPhoneNumber\" mask=\"(999) 999-9999\" unmask=\"true\"></p-inputMask>\r\n <app-error [class]=\"'app-grid'\" [field]='wsPhoneNumber' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required\r\n }\"></app-error>\r\n </div>\r\n\r\n <div class=\"field\">\r\n <label for=\"wsEmpAmtEarned\">{{\"weeklies.weeklycert.employer.total.gross.earnings\"|translate}}</label>\r\n <app-overlay-info [overlayText]=\"'weeklies.v2.employment.rtw.info.popup.1000' | translate | trustHtml\" style=\"padding-left: 8px; padding-top:3px\"></app-overlay-info>\r\n <p-inputNumber inputId=\"wsEmpAmtEarned\" mode=\"currency\" currency=\"USD\" locale=\"en-US\" [formControl]=\"wsEmpAmtEarned\" maxlength=\"10\"></p-inputNumber>\r\n <app-error [class]=\"'app-grid'\" [field]='wsEmpAmtEarned' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required,\r\n earningsRequired: earningRequiredGross\r\n }\"></app-error>\r\n </div>\r\n\r\n <div class=\"field\">\r\n <label for=\"wcEmpHoursWorked\">{{\"weeklies.weeklycert.employer.total.hours.worked\"|translate}}</label>\r\n <p-inputNumber inputId=\"wcEmpHoursWorked\" [formControl]=\"wcEmpHoursWorked\" maxlength=\"10\" useGrouping=\"false\"></p-inputNumber>\r\n <app-error [class]=\"'app-grid'\" [field]='wcEmpHoursWorked' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required,\r\n earningsRequired: earningRequiredHours\r\n }\"></app-error>\r\n </div>\r\n\r\n <div class=\"field\">\r\n <label for=\"wcEmpStatus\">{{\"weeklies.weeklycert.employer.status\"|translate}}</label>\r\n <app-dropdown inputId=\"wcEmpStatus\" [options]=\"employmentStatusOptionsAll\" optionLabel=\"text\" optionValue=\"value\"\r\n appendTo=\"body\" [formControl]=\"wcEmpStatus\" [autoDisplayFirst]=\"false\" inputId=\"wcEmpStatus1\" ></app-dropdown><br/>\r\n <app-error [class]=\"'app-grid'\" [field]='wcEmpStatus' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required\r\n }\"></app-error>\r\n </div>\r\n\r\n <div class=\"field\" *ngIf=\"wcEmpStatus.value == 'LWLO'\">\r\n <label for=\"haveReturnToWorkDate\">{{\"weeklies.weeklycert.employer.return.to.work.date\"|translate}}</label>\r\n <p-selectButton [options]=\"yesNoOption\" [formControl]=\"haveReturnToWorkDate\" optionLabel=\"text\"\r\n optionValue=\"value\"></p-selectButton>\r\n <app-error [class]=\"'app-grid'\" [field]='haveReturnToWorkDate' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required\r\n }\"></app-error>\r\n </div>\r\n <div class=\"field\" *ngIf=\"wcEmpStatus.value == 'LWLO' && haveReturnToWorkDate.value == 'Y'\">\r\n <label for=\"wcEmpLowRtwDate\">{{\"weeklies.weeklycert.employer.return.to.work.date.when\"|translate}}</label>\r\n <div style=\"display: flex;\">\r\n <p-calendar [showIcon]=\"true\" inputId=\"wcEmpLowRtwDate\" appendTo=\"body\" [formControl]=\"wcEmpLowRtwDate\"\r\n placeholder=\"mm/dd/yyyy\" [showOnFocus]=\"false\" (onInput)=\"dateInput($event)\" [iconAriaLabel]=\"'When?'\"></p-calendar>\r\n <app-overlay-info [overlayText]=\"'weeklies.v2.employment.rtw.info.popup.2155' | translate | trustHtml\" style=\"padding-left: 8px; padding-top:3px\"></app-overlay-info>\r\n </div>\r\n <app-error [class]=\"'app-grid'\" [field]='wcEmpLowRtwDate' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required\r\n }\"></app-error>\r\n </div>\r\n \r\n <div class=\"field\" *ngIf=\"wcEmpStatus.value == 'RTWF'\">\r\n <label for=\"wcEmpRtwDate\">{{\"weeklies.weeklycert.employer.definite.return.date\"|translate}}</label>\r\n <p-calendar [showIcon]=\"true\" inputId=\"wcEmpRtwDate\" appendTo=\"body\" [formControl]=\"wcEmpRtwDate\"\r\n placeholder=\"mm/dd/yyyy\" [showOnFocus]=\"false\" (onInput)=\"dateInput($event)\" optionValue=\"value\" [iconAriaLabel]=\"'Return to work date'\"></p-calendar>\r\n <app-error [class]=\"'app-grid'\" [field]='wcEmpRtwDate' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required\r\n }\"></app-error>\r\n </div>\r\n\r\n <div class=\"field\" *ngIf=\"wcEmpStatus.value == 'DCFI'\">\r\n <label for=\"dischargeDetail\">{{\"induction.confirm.employment.reason.separation.discharge\"|translate}}</label> \r\n <app-dropdown [options]=\"dischargeReasonOptionsAll\" [formControl]=\"discharged\" optionLabel=\"text\" appendTo=\"body\"\r\n [autoDisplayFirst]=\"false\" optionValue=\"value\" inputId=\"discharged1\"></app-dropdown>\r\n <app-error [class]=\"'app-grid'\" [field]='discharged' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required\r\n }\"></app-error>\r\n </div>\r\n\r\n <div class=\"field\" *ngIf=\"wcEmpStatus.value == 'VOLQ'\">\r\n <label for=\"volQuitDetails\">{{\"induction.confirm.employment.reason.separation.quit\"|translate}}</label> \r\n <app-dropdown [options]=\"volQuitReasonOptionsAll\" [formControl]=\"voluntaryQuit\" optionLabel=\"text\" appendTo=\"body\"\r\n [autoDisplayFirst]=\"false\" optionValue=\"value\" inputId=\"voluntaryQuit1\"></app-dropdown>\r\n <app-error [class]=\"'app-grid'\" [field]='voluntaryQuit' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required\r\n }\"></app-error>\r\n </div>\r\n </div>\r\n <input type=\"hidden\" [formControl]=\"hidEmpId\"/>\r\n </ion-col>\r\n </ion-row>\r\n <ion-row *ngIf = \"empToEdit?.isPartTimeEmployer\">\r\n <ion-col class=\"ion-padding\" size=\"12\" sizeSm=\"12\" sizeXs=\"12\" sizeMd=\"6\" sizeLg=\"6\" sizeXl=\"6\">\r\n <div class=\"p-fluid formgrid\">\r\n <div class=\"field\">\r\n <b>{{wcEmpName.value}}</b>\r\n </div>\r\n <section hidden>\r\n <input type=\"hidden\" [formControl]=\"wcEmpName\"/>\r\n <input type=\"hidden\" [formControl]=\"wcEmpAddressLine1\"/>\r\n <input type=\"hidden\" [formControl]=\"wcEmpCity\"/>\r\n <input type=\"hidden\" [formControl]=\"wcEmpState\"/>\r\n <input type=\"hidden\" [formControl]=\"wsZipCode\"/>\r\n <input type=\"hidden\" [formControl]=\"wsPhoneNumber\"/>\r\n <input type=\"hidden\" [formControl]=\"hidEmpId\"/>\r\n <input type=\"hidden\" [formControl]=\"isPartTimeEmployer\"/>\r\n </section>\r\n <div class=\"field\">\r\n <label for=\"wcEmpStatus\">{{\"weeklies.weeklycert.employer.status\"|translate}}</label>\r\n <app-dropdown inputId=\"wcEmpStatus\" [options]=\"employmentStatusOptionsAll\" optionLabel=\"text\" optionValue=\"value\"\r\n appendTo=\"body\" [formControl]=\"wcEmpStatus\" [autoDisplayFirst]=\"false\" inputId=\"wcEmpStatus2\"></app-dropdown><br/>\r\n <app-error [class]=\"'app-grid'\" [field]='wcEmpStatus' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required\r\n }\"></app-error>\r\n </div>\r\n \r\n <div class=\"field\" *ngIf=\"wcEmpStatus.value == 'LWLO'\">\r\n <label for=\"haveReturnToWorkDate\">{{\"weeklies.weeklycert.employer.return.to.work.date\"|translate}}</label>\r\n <p-selectButton [options]=\"yesNoOption\" [formControl]=\"haveReturnToWorkDate\" optionLabel=\"text\"\r\n optionValue=\"value\"></p-selectButton>\r\n <app-error [class]=\"'app-grid'\" [field]='haveReturnToWorkDate' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required\r\n }\"></app-error>\r\n </div>\r\n <div class=\"field\" *ngIf=\"wcEmpStatus.value == 'LWLO' && haveReturnToWorkDate.value == 'Y'\">\r\n <label for=\"wcEmpLowRtwDate\">{{\"weeklies.weeklycert.employer.return.to.work.date.when\"|translate}}</label>\r\n <div style=\"display: flex;\">\r\n <p-calendar [showIcon]=\"true\" inputId=\"wcEmpLowRtwDate\" appendTo=\"body\" [formControl]=\"wcEmpLowRtwDate\"\r\n placeholder=\"mm/dd/yyyy\" [showOnFocus]=\"false\" (onInput)=\"dateInput($event)\" [iconAriaLabel]=\"'When?'\"></p-calendar>\r\n <app-overlay-info [overlayText]=\"'weeklies.v2.employment.rtw.info.popup.2050' | translate | trustHtml\" style=\"padding-left: 8px; padding-top:3px\"></app-overlay-info>\r\n </div>\r\n <app-error [class]=\"'app-grid'\" [field]='wcEmpLowRtwDate' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required\r\n }\"></app-error>\r\n </div>\r\n \r\n <div class=\"field\" *ngIf=\"wcEmpStatus.value == 'RTWF'\">\r\n <label for=\"wcEmpRtwDate\">{{\"weeklies.weeklycert.employer.definite.return.date\"|translate}}</label>\r\n <p-calendar [showIcon]=\"true\" inputId=\"wcEmpRtwDate\" appendTo=\"body\" [formControl]=\"wcEmpRtwDate\"\r\n placeholder=\"mm/dd/yyyy\" [showOnFocus]=\"false\" (onInput)=\"dateInput($event)\" optionValue=\"value\" [iconAriaLabel]=\"'Return to work date'\"></p-calendar>\r\n <app-error [class]=\"'app-grid'\" [field]='wcEmpRtwDate' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required\r\n }\"></app-error>\r\n </div>\r\n \r\n <div class=\"field\" *ngIf=\"wcEmpStatus.value == 'DCFI'\">\r\n <label for=\"dischargeDetail\">{{\"induction.confirm.employment.reason.separation.discharge\"|translate}}</label> \r\n <app-dropdown [options]=\"dischargeReasonOptionsAll\" [formControl]=\"discharged\" optionLabel=\"text\" appendTo=\"body\"\r\n [autoDisplayFirst]=\"false\" optionValue=\"value\" inputId=\"discharged2\"></app-dropdown>\r\n <app-error [class]=\"'app-grid'\" [field]='discharged' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required\r\n }\"></app-error>\r\n </div>\r\n \r\n <div class=\"field\" *ngIf=\"wcEmpStatus.value == 'VOLQ'\">\r\n <label for=\"volQuitDetails\">{{\"induction.confirm.employment.reason.separation.quit\"|translate}}</label> \r\n <app-dropdown [options]=\"volQuitReasonOptionsAll\" [formControl]=\"voluntaryQuit\" optionLabel=\"text\" appendTo=\"body\"\r\n [autoDisplayFirst]=\"false\" optionValue=\"value\" inputId=\"voluntaryQuit2\"></app-dropdown>\r\n <app-error [class]=\"'app-grid'\" [field]='voluntaryQuit' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required\r\n }\"></app-error>\r\n </div>\r\n \r\n <div class=\"field\">\r\n <label for=\"lastDayWorked\">{{\"weeklies.weeklycert.employer.last.day.worked\"|translate}}</label>\r\n <p-calendar [iconAriaLabel]=\"'Last day worked'\" [showIcon]=\"true\" inputId=\"lastDayWorked\" appendTo=\"body\" [formControl]=\"lastDayWorked\" [minDate]=\"sunDate\" [maxDate]=\"satDate\" [defaultDate]=\"sunDate\"></p-calendar>\r\n <app-error [class]=\"'app-grid'\" [field]='lastDayWorked' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required,\r\n dateNotBetween: dataNotInBetweenValidation\r\n }\"></app-error>\r\n </div>\r\n \r\n <div class=\"field\">\r\n <label for=\"wsEmpAmtEarned\">{{\"weeklies.weeklycert.employer.total.gross.earnings\"|translate}}</label>\r\n <app-overlay-info [overlayText]=\"'weeklies.v2.employment.rtw.info.popup.1000' | translate | trustHtml\" style=\"padding-left: 8px; padding-top:3px\"></app-overlay-info>\r\n <p-inputNumber inputId=\"wsEmpAmtEarned\" mode=\"currency\" currency=\"USD\" locale=\"en-US\" [formControl]=\"wsEmpAmtEarned\" maxlength=\"10\"></p-inputNumber>\r\n <app-error [class]=\"'app-grid'\" [field]='wsEmpAmtEarned' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required,\r\n earningsRequired: earningRequiredGross\r\n }\"></app-error>\r\n </div>\r\n \r\n <div class=\"field\">\r\n <label for=\"wcEmpHoursWorked\">{{\"weeklies.weeklycert.employer.total.hours.worked\"|translate}}</label>\r\n <p-inputNumber inputId=\"wcEmpHoursWorked\" [formControl]=\"wcEmpHoursWorked\" maxlength=\"10\" useGrouping=\"false\"></p-inputNumber>\r\n <app-error [class]=\"'app-grid'\" [field]='wcEmpHoursWorked' [form]=\"empFormDirective\" [errDef]=\"{ \r\n required: required,\r\n earningsRequired: earningRequiredHours\r\n }\"></app-error>\r\n </div>\r\n </div>\r\n </ion-col>\r\n </ion-row>\r\n <ion-row style=\"margin: 0 10px auto;\">\r\n <ion-col>\r\n <div class=\"field\" *ngIf=\"empForm.invalid && empForm.errors?.earningsRequired\">\r\n <app-error \r\n [form]=\"empFormDirective\"\r\n [field]=\"empForm\"\r\n [errDef]=\"{ \r\n earningsRequired: grossEarningHoursSatDateValidation \r\n }\">\r\n </app-error>\r\n </div>\r\n </ion-col>\r\n </ion-row>\r\n <ion-row style=\"margin: 0 10px auto;\">\r\n <ion-col>\r\n <div class=\"field\" *ngIf=\"empForm.invalid && empForm.errors?.earningsRequired\">\r\n <app-error \r\n [form]=\"empFormDirective\"\r\n [field]=\"empForm\"\r\n [errDef]=\"{ \r\n earningsRequired: grossEarningHoursSatDateValidation\r\n }\">\r\n </app-error>\r\n </div>\r\n </ion-col>\r\n </ion-row>\r\n <ion-row>\r\n <ion-col class=\"ion-text-right\">\r\n <ion-button shape=\"round\" fill=\"outline\" (click)=\"close()\" type=\"reset\">{{\"button.cancel\"|translate}}</ion-button>\r\n <ion-button shape=\"round\" (click)=\"add()\" type=\"submit\">{{\"button.add\"|translate}}</ion-button>\r\n </ion-col>\r\n </ion-row>\r\n </ion-grid>\r\n </form>", styles: [":host ::ng-deep .p-fluid .p-buttonset{display:inline-flex!important}\n"] }]
|
|
23056
23090
|
}], () => [{ type: UtilService }, { type: i1$6.UntypedFormBuilder }, { type: ClaimService }, { type: i6$1.TranslateService }], { empFormDirective: [{
|
|
23057
23091
|
type: ViewChild,
|
|
23058
23092
|
args: ['empFormDirective', { static: false }]
|
|
@@ -26442,7 +26476,6 @@ class DynamicFormQuestionComponent {
|
|
|
26442
26476
|
this.partEmpModel = new PartialEmploymentModel();
|
|
26443
26477
|
this.isOtpModalEnabled = false;
|
|
26444
26478
|
this.isReturningUser = false;
|
|
26445
|
-
this.wcEmployerValidationMsg = 'The last day worked reported on your claim falls within this week, you must select "yes" for "Did you perform any work during the week?"';
|
|
26446
26479
|
this.minDateDOB = new Date(this.toDayDate.getFullYear() - 100, this.toDayDate.getMonth(), this.toDayDate.getDate());
|
|
26447
26480
|
this.maxDateDOB = new Date(this.toDayDate.getFullYear() - 10, this.toDayDate.getMonth(), this.toDayDate.getDate());
|
|
26448
26481
|
}
|
|
@@ -26557,6 +26590,12 @@ class DynamicFormQuestionComponent {
|
|
|
26557
26590
|
if ((localStorage.getItem('disableFieldsOnSignup') === 'true') && localStorage.getItem("flowKey") == '345') {
|
|
26558
26591
|
this.disableFields();
|
|
26559
26592
|
}
|
|
26593
|
+
if (localStorage.getItem("language") === "es") {
|
|
26594
|
+
this.wcEmployerValidationMsg = 'El último día trabajado que figura en su solicitud corresponde a esta semana; por lo tanto, debe seleccionar "sí" en la pregunta "¿Realizó algún trabajo durante la semana?"';
|
|
26595
|
+
}
|
|
26596
|
+
else {
|
|
26597
|
+
this.wcEmployerValidationMsg = 'The last day worked reported on your claim falls within this week, you must select "yes" for "Did you perform any work during the week?"';
|
|
26598
|
+
}
|
|
26560
26599
|
}
|
|
26561
26600
|
checkFlowKey() {
|
|
26562
26601
|
if (this.currentflowkey === 'register-claimant') {
|
|
@@ -32958,11 +32997,11 @@ class ReadMoreComponent {
|
|
|
32958
32997
|
}
|
|
32959
32998
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReadMoreComponent, [{
|
|
32960
32999
|
type: Component,
|
|
32961
|
-
args: [{ selector: 'app-read-more', template: `
|
|
32962
|
-
<span [innerHtml]="value | trustHtml">
|
|
32963
|
-
</span>
|
|
32964
|
-
<a (click)="readMore(false)" class="link" *ngIf="!isCollapsed && !hideReadMore">...read more</a>
|
|
32965
|
-
<a (click)="readMore(true)" class="link" *ngIf="isCollapsed && !hideReadMore">...read less</a>
|
|
33000
|
+
args: [{ selector: 'app-read-more', template: `
|
|
33001
|
+
<span [innerHtml]="value | trustHtml">
|
|
33002
|
+
</span>
|
|
33003
|
+
<a (click)="readMore(false)" class="link" *ngIf="!isCollapsed && !hideReadMore">...read more</a>
|
|
33004
|
+
<a (click)="readMore(true)" class="link" *ngIf="isCollapsed && !hideReadMore">...read less</a>
|
|
32966
33005
|
`, styles: ["div.collapsed{height:250px;overflow:hidden}\n"] }]
|
|
32967
33006
|
}], () => [], { isCollapsed: [{
|
|
32968
33007
|
type: Input
|