@reusa/ngx-reusa-app-lib 0.0.1301 → 0.0.1303
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-participant/add-participant.component.mjs +10 -9
- package/esm2022/lib/components/address/address.component.mjs +34 -15
- package/esm2022/lib/components/address-suggestion/address-suggestion.component.mjs +11 -5
- package/esm2022/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.mjs +147 -0
- package/esm2022/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.mjs +167 -0
- package/esm2022/lib/components/weekly-certification/weekly-certification.component.mjs +804 -0
- package/esm2022/lib/components/weekly-confirmation/confirmation.component.mjs +129 -0
- package/esm2022/lib/components/weekly-interim-confirmation/interim-confirmation.component.mjs +136 -0
- package/esm2022/lib/components/weekly-summary-v2/summary.component-v2.mjs +72 -0
- package/esm2022/lib/components/weekly-work-search-counter/work-search-counter.component.mjs +92 -0
- package/esm2022/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.mjs +1190 -0
- package/esm2022/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.mjs +683 -0
- package/esm2022/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.mjs +524 -0
- package/esm2022/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.mjs +394 -0
- package/esm2022/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.mjs +640 -0
- package/esm2022/lib/models/HelpConstants.mjs +5 -0
- package/esm2022/lib/models/combo-model.mjs +343 -0
- package/esm2022/lib/models/weekly-cert/WorkSearchWaiverModel.mjs +3 -0
- package/esm2022/lib/models/weekly-cert/address-detail-model.mjs +2 -0
- package/esm2022/lib/models/weekly-cert/admin-leave-details-model.mjs +7 -0
- package/esm2022/lib/models/weekly-cert/employer-info-v2-model.mjs +7 -0
- package/esm2022/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.mjs +6 -0
- package/esm2022/lib/models/weekly-cert/weekly-certification-v2-model.mjs +34 -0
- package/esm2022/lib/models/weekly-cert/work-search-record-v2-model.mjs +15 -0
- package/esm2022/lib/models/weekly-cert/work-search-v2-model.mjs +11 -0
- package/esm2022/lib/ngx-reusa-app-lib.module.mjs +30 -8
- package/esm2022/lib/pipes/format-worksearch/format-worksearch.pipe.mjs +101 -0
- package/esm2022/lib/services/weekly-cert/review.service.mjs +101 -0
- package/esm2022/lib/services/weekly-cert/weekly-cert-v2.service.mjs +214 -0
- package/esm2022/lib/services/weekly-cert/work-search.service.mjs +58 -0
- package/esm2022/lib/validations/AppValidators.mjs +36 -1
- package/esm2022/public-api.mjs +15 -1
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs +6651 -921
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs.map +1 -1
- package/lib/components/add-participant/add-participant.component.d.ts.map +1 -1
- package/lib/components/address/address.component.d.ts +4 -1
- package/lib/components/address/address.component.d.ts.map +1 -1
- package/lib/components/address-suggestion/address-suggestion.component.d.ts +2 -1
- package/lib/components/address-suggestion/address-suggestion.component.d.ts.map +1 -1
- package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts +28 -0
- package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts.map +1 -0
- package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts +28 -0
- package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts.map +1 -0
- package/lib/components/weekly-certification/weekly-certification.component.d.ts +99 -0
- package/lib/components/weekly-certification/weekly-certification.component.d.ts.map +1 -0
- package/lib/components/weekly-confirmation/confirmation.component.d.ts +21 -0
- package/lib/components/weekly-confirmation/confirmation.component.d.ts.map +1 -0
- package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts +34 -0
- package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts.map +1 -0
- package/lib/components/weekly-summary-v2/summary.component-v2.d.ts +17 -0
- package/lib/components/weekly-summary-v2/summary.component-v2.d.ts.map +1 -0
- package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts +17 -0
- package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts.map +1 -0
- package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts +105 -0
- package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts.map +1 -0
- package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts +69 -0
- package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts.map +1 -0
- package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts +59 -0
- package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts.map +1 -0
- package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts +47 -0
- package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts.map +1 -0
- package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts +78 -0
- package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts.map +1 -0
- package/lib/models/HelpConstants.d.ts +5 -0
- package/lib/models/HelpConstants.d.ts.map +1 -0
- package/lib/models/combo-model.d.ts +42 -0
- package/lib/models/combo-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts +9 -0
- package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts.map +1 -0
- package/lib/models/weekly-cert/address-detail-model.d.ts +14 -0
- package/lib/models/weekly-cert/address-detail-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/admin-leave-details-model.d.ts +15 -0
- package/lib/models/weekly-cert/admin-leave-details-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/employer-info-v2-model.d.ts +27 -0
- package/lib/models/weekly-cert/employer-info-v2-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts +57 -0
- package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts +59 -0
- package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/work-search-record-v2-model.d.ts +66 -0
- package/lib/models/weekly-cert/work-search-record-v2-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/work-search-v2-model.d.ts +18 -0
- package/lib/models/weekly-cert/work-search-v2-model.d.ts.map +1 -0
- package/lib/ngx-reusa-app-lib.module.d.ts +74 -61
- package/lib/ngx-reusa-app-lib.module.d.ts.map +1 -1
- package/lib/pipes/format-worksearch/format-worksearch.pipe.d.ts +14 -0
- package/lib/pipes/format-worksearch/format-worksearch.pipe.d.ts.map +1 -0
- package/lib/services/weekly-cert/review.service.d.ts +23 -0
- package/lib/services/weekly-cert/review.service.d.ts.map +1 -0
- package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts +59 -0
- package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts.map +1 -0
- package/lib/services/weekly-cert/work-search.service.d.ts +26 -0
- package/lib/services/weekly-cert/work-search.service.d.ts.map +1 -0
- package/lib/validations/AppValidators.d.ts +11 -0
- package/lib/validations/AppValidators.d.ts.map +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +14 -0
- package/public-api.d.ts.map +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add-participant.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/add-participant/add-participant.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,SAAS,EAAE,MAAM,EAAmB,MAAM,eAAe,CAAC;AAC9E,OAAO,EAAE,WAAW,EAAE,SAAS,EAA2B,MAAM,EAAE,oBAAoB,EAAsB,MAAM,gBAAgB,CAAC;AACnI,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAAG,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,iBAAiB,EAAE,MAAM,iDAAiD,CAAA;AACnF,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAA0B,0BAA0B,EAAQ,MAAM,mDAAmD,CAAC;;AAG7H,qBAWa,uBAAwB,YAAW,MAAM,EAAE,oBAAoB,EAAE,SAAS;IA8BzE,OAAO,CAAC,EAAE;IAAsB,IAAI,EAAE,WAAW;IAAS,EAAE,EAAE,iBAAiB;IAAS,aAAa,EAAE,aAAa;IA7BhI,eAAe,SAAM;IAErB,QAAQ,EAAE,QAAQ,CAAC;IAEnB,SAAS,aAAU;IAEnB,YAAY,EAAE,YAAY,EAAE,CAAM;IAG3B,kBAAkB,EAAE,gBAAgB,CAAC;IAGrC,eAAe,EAAE,MAAM,CAAC;IAE/B,OAAO,EAAE,OAAO,CAAS;IACzB,mBAAmB,EAAE,MAAM,CAAC;IACrB,WAAW,MAAM;IAExB,KAAK,EAAE,GAAG,EAAE,CAAK;IAGV,YAAY,EAAE,GAAG,CAAC;IAEzB,QAAQ,EAAE,SAAS,CAAC;IACpB,eAAe,EAAE,GAAG,EAAE,CAAC;IACvB,MAAM,EAAE,GAAG,CAAC;IACL,0BAA0B,UAAqD;gBAGlE,EAAE,EAAE,WAAW,EAAS,IAAI,EAAE,WAAW,EAAS,EAAE,EAAE,iBAAiB,EAAS,aAAa,EAAE,aAAa;
|
|
1
|
+
{"version":3,"file":"add-participant.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/add-participant/add-participant.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,SAAS,EAAE,MAAM,EAAmB,MAAM,eAAe,CAAC;AAC9E,OAAO,EAAE,WAAW,EAAE,SAAS,EAA2B,MAAM,EAAE,oBAAoB,EAAsB,MAAM,gBAAgB,CAAC;AACnI,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAAG,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,iBAAiB,EAAE,MAAM,iDAAiD,CAAA;AACnF,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAA0B,0BAA0B,EAAQ,MAAM,mDAAmD,CAAC;;AAG7H,qBAWa,uBAAwB,YAAW,MAAM,EAAE,oBAAoB,EAAE,SAAS;IA8BzE,OAAO,CAAC,EAAE;IAAsB,IAAI,EAAE,WAAW;IAAS,EAAE,EAAE,iBAAiB;IAAS,aAAa,EAAE,aAAa;IA7BhI,eAAe,SAAM;IAErB,QAAQ,EAAE,QAAQ,CAAC;IAEnB,SAAS,aAAU;IAEnB,YAAY,EAAE,YAAY,EAAE,CAAM;IAG3B,kBAAkB,EAAE,gBAAgB,CAAC;IAGrC,eAAe,EAAE,MAAM,CAAC;IAE/B,OAAO,EAAE,OAAO,CAAS;IACzB,mBAAmB,EAAE,MAAM,CAAC;IACrB,WAAW,MAAM;IAExB,KAAK,EAAE,GAAG,EAAE,CAAK;IAGV,YAAY,EAAE,GAAG,CAAC;IAEzB,QAAQ,EAAE,SAAS,CAAC;IACpB,eAAe,EAAE,GAAG,EAAE,CAAC;IACvB,MAAM,EAAE,GAAG,CAAC;IACL,0BAA0B,UAAqD;gBAGlE,EAAE,EAAE,WAAW,EAAS,IAAI,EAAE,WAAW,EAAS,EAAE,EAAE,iBAAiB,EAAS,aAAa,EAAE,aAAa;IAehI,WAAW;IAKX,UAAU,CAAC,KAAK,EAAE,GAAG;IAKrB,gBAAgB,CAAC,EAAE,EAAE,GAAG;IAIxB,iBAAiB,CAAC,SAAS,EAAE,GAAG;IAGhC,QAAQ;IAMD,OAAO,IAAI,IAAI;IAQtB,sBAAsB;IAetB,QAAQ,CAAC,WAAW,KAAA;IAMpB,KAAK;IAIL,UAAU,CAAC,WAAW,KAAA;IAWtB,OAAO;IAIP,QAAQ;IA6BR,kBAAkB;IAIlB,qBAAqB,CAAC,SAAS,EAAE,SAAS;IAW1C,IAAI,IAAI,uDAEP;IAED,IAAI,IAAI,uDAEP;IACD,IAAI,OAAO,uDAEV;IAED,IAAI,KAAK,uDAER;IAID,KAAK;IAKL,QAAQ;IAqCR,mBAAmB,CAAC,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,0BAA0B;yCA3NtD,uBAAuB;2CAAvB,uBAAuB;CAiOnC"}
|
|
@@ -40,6 +40,7 @@ export declare class AddressComponent implements OnInit, ControlValueAccessor, O
|
|
|
40
40
|
enableAddressValidation: boolean;
|
|
41
41
|
questionaireForm: any;
|
|
42
42
|
standaloneAddressForm: boolean;
|
|
43
|
+
parentFormComponent: string;
|
|
43
44
|
addressTypeForNeighbourCheck: string;
|
|
44
45
|
neighbouringStateME: string[];
|
|
45
46
|
neighbouringStateMS: string[];
|
|
@@ -94,12 +95,14 @@ export declare class AddressComponent implements OnInit, ControlValueAccessor, O
|
|
|
94
95
|
validate(control: AbstractControl): any;
|
|
95
96
|
submit(): void;
|
|
96
97
|
static ɵfac: i0.ɵɵFactoryDeclaration<AddressComponent, never>;
|
|
97
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AddressComponent, "app-address", never, { "countyRequired": { "alias": "countyRequired"; "required": false; }; "fromPopup": { "alias": "fromPopup"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "componentData": { "alias": "componentData"; "required": false; }; "showSuggestion": { "alias": "showSuggestion"; "required": false; }; "diffMailAddress": { "alias": "diffMailAddress"; "required": false; }; "enableAddressValidation": { "alias": "enableAddressValidation"; "required": false; }; "questionaireForm": { "alias": "questionaireForm"; "required": false; }; "standaloneAddressForm": { "alias": "standaloneAddressForm"; "required": false; }; }, { "address": "address"; }, never, never, false, never>;
|
|
98
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AddressComponent, "app-address", never, { "countyRequired": { "alias": "countyRequired"; "required": false; }; "fromPopup": { "alias": "fromPopup"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "componentData": { "alias": "componentData"; "required": false; }; "showSuggestion": { "alias": "showSuggestion"; "required": false; }; "diffMailAddress": { "alias": "diffMailAddress"; "required": false; }; "enableAddressValidation": { "alias": "enableAddressValidation"; "required": false; }; "questionaireForm": { "alias": "questionaireForm"; "required": false; }; "standaloneAddressForm": { "alias": "standaloneAddressForm"; "required": false; }; "parentFormComponent": { "alias": "parentFormComponent"; "required": false; }; }, { "address": "address"; }, never, never, false, never>;
|
|
98
99
|
}
|
|
99
100
|
export declare class AddressFieldFocusStatus {
|
|
100
101
|
streetAddress?: boolean;
|
|
101
102
|
optionalAddress?: boolean;
|
|
102
103
|
city?: boolean;
|
|
103
104
|
zip?: boolean;
|
|
105
|
+
state?: boolean;
|
|
106
|
+
county?: boolean;
|
|
104
107
|
}
|
|
105
108
|
//# sourceMappingURL=address.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"address.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/address/address.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,SAAS,EAAE,MAAM,EAAU,SAAS,EAAY,aAAa,EAAE,MAAM,eAAe,CAAC;AAC9H,OAAO,EAAE,eAAe,EAAE,oBAAoB,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,EAAoC,SAAS,EAAc,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC3L,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAC3E,OAAO,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAC;AACpE,OAAO,EAAE,UAAU,EAAE,MAAM,wCAAwC,CAAC;AACpE,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,oBAAoB,EAAE,MAAM,oDAAoD,CAAC;AAC1F,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAE/D,OAAO,EAAE,0BAA0B,EAAE,MAAM,oDAAoD,CAAC;;AAChG,qBAiBa,gBAAiB,YAAW,MAAM,EAAE,oBAAoB,EAAE,SAAS,EAAE,SAAS,EAAC,SAAS;
|
|
1
|
+
{"version":3,"file":"address.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/address/address.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -17,6 +17,7 @@ export declare class AddressSuggestionComponent implements OnInit {
|
|
|
17
17
|
formBlur: boolean;
|
|
18
18
|
standaloneAddressForm: boolean;
|
|
19
19
|
questionaireForm: any;
|
|
20
|
+
parentFormComponent: string;
|
|
20
21
|
checkFormIsBlur: EventEmitter<any>;
|
|
21
22
|
picked: any;
|
|
22
23
|
addressSelected: any;
|
|
@@ -37,6 +38,6 @@ export declare class AddressSuggestionComponent implements OnInit {
|
|
|
37
38
|
private setIsAddressValideController;
|
|
38
39
|
private mapAddress;
|
|
39
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<AddressSuggestionComponent, never>;
|
|
40
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AddressSuggestionComponent, "app-address-suggestion", never, { "original": { "alias": "original"; "required": false; }; "choices": { "alias": "choices"; "required": false; }; "form": { "alias": "form"; "required": false; }; "formName": { "alias": "formName"; "required": false; }; "diffMailAddressFlag": { "alias": "diffMailAddressFlag"; "required": false; }; "formBlur": { "alias": "formBlur"; "required": false; }; "standaloneAddressForm": { "alias": "standaloneAddressForm"; "required": false; }; "questionaireForm": { "alias": "questionaireForm"; "required": false; }; }, { "checkFormIsBlur": "checkFormIsBlur"; }, never, never, false, never>;
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AddressSuggestionComponent, "app-address-suggestion", never, { "original": { "alias": "original"; "required": false; }; "choices": { "alias": "choices"; "required": false; }; "form": { "alias": "form"; "required": false; }; "formName": { "alias": "formName"; "required": false; }; "diffMailAddressFlag": { "alias": "diffMailAddressFlag"; "required": false; }; "formBlur": { "alias": "formBlur"; "required": false; }; "standaloneAddressForm": { "alias": "standaloneAddressForm"; "required": false; }; "questionaireForm": { "alias": "questionaireForm"; "required": false; }; "parentFormComponent": { "alias": "parentFormComponent"; "required": false; }; }, { "checkFormIsBlur": "checkFormIsBlur"; }, never, never, false, never>;
|
|
41
42
|
}
|
|
42
43
|
//# sourceMappingURL=address-suggestion.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"address-suggestion.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/address-suggestion/address-suggestion.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAS,YAAY,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,0BAA0B,EAAE,MAAM,2DAA2D,CAAC;AACvG,OAAO,EAAE,sCAAsC,EAAE,MAAM,uEAAuE,CAAC;AAC/H,OAAO,EAAE,uCAAuC,EAAE,MAAM,wEAAwE,CAAC;AAEjI,OAAO,EAAE,wBAAwB,EAAE,MAAM,sEAAsE,CAAC;AAChH,OAAO,EAAU,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;;AAG1D,qBAKa,0BAA2B,YAAW,MAAM;
|
|
1
|
+
{"version":3,"file":"address-suggestion.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/address-suggestion/address-suggestion.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAS,YAAY,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,0BAA0B,EAAE,MAAM,2DAA2D,CAAC;AACvG,OAAO,EAAE,sCAAsC,EAAE,MAAM,uEAAuE,CAAC;AAC/H,OAAO,EAAE,uCAAuC,EAAE,MAAM,wEAAwE,CAAC;AAEjI,OAAO,EAAE,wBAAwB,EAAE,MAAM,sEAAsE,CAAC;AAChH,OAAO,EAAU,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;;AAG1D,qBAKa,0BAA2B,YAAW,MAAM;IAwB3C,OAAO,CAAC,OAAO;IAvB3B,qBAAqB,EAAE,OAAO,CAAC;IAC/B,aAAa,EAAC,OAAO,CAAC;IACb,QAAQ,EAAE,sCAAsC,CAAC;IACjD,OAAO,EAAE,0BAA0B,EAAE,CAAM;IAC3C,IAAI,EAAE,gBAAgB,CAAC;IACvB,QAAQ,EAAC,MAAM,CAAC;IAChB,mBAAmB,EAAC,OAAO,CAAC;IAC5B,QAAQ,EAAC,OAAO,CAAC;IACjB,qBAAqB,EAAC,OAAO,CAAC;IAC9B,gBAAgB,MAAC;IACjB,mBAAmB,EAAE,MAAM,CAAC;IAGrC,eAAe,EAAE,YAAY,CAAC,GAAG,CAAC,CAA2B;IAE7D,MAAM,EAAE,GAAG,CAAQ;IACnB,eAAe,MAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,UAAS;IACxB,SAAS,SAAK;IACd,SAAS,SAAK;IACd,cAAc,EAAE,MAAM,CAAC;IACvB,gBAAgB,MAAC;gBACG,OAAO,EAAE,wBAAwB;IAGrD,QAAQ;IAQR,kBAAkB,CAAC,iBAAiB,EAAC,OAAO;IAiD5C,OAAO;IAIP,QAAQ;IAID,qBAAqB,CAAC,GAAG,EAAE,uCAAuC,EAAE,GAAG,EAAE,sCAAsC,EAAE,YAAY,EAAE,GAAG;IAOzI,gBAAgB,CAAC,KAAK,KAAA;IAaf,4BAA4B,CAAC,GAAG,EAAE,GAAG,EAAE,QAAQ,EAAE,OAAO,EAAE,IAAI,EAAE,gBAAgB;IA0BvF,OAAO,CAAC,4BAA4B;IAWpC,OAAO,CAAC,UAAU;yCArJP,0BAA0B;2CAA1B,0BAA0B;CA4KtC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { NgForm, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
+
import { ClaimantContextService } from '../../services/claimant-context/claimant-context.service';
|
|
4
|
+
import { LoginService } from '../../services/login/login.service';
|
|
5
|
+
import { WeeklyCertServiceV2 } from '../../services/weekly-cert/weekly-cert-v2.service';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class AcknowledgementMsComponent implements OnInit {
|
|
8
|
+
wcs: WeeklyCertServiceV2;
|
|
9
|
+
formBuilder: UntypedFormBuilder;
|
|
10
|
+
private ls;
|
|
11
|
+
private contextService;
|
|
12
|
+
qeFormDirective: NgForm;
|
|
13
|
+
success: EventEmitter<any>;
|
|
14
|
+
error: EventEmitter<any>;
|
|
15
|
+
onClose: EventEmitter<any>;
|
|
16
|
+
qeForm: UntypedFormGroup;
|
|
17
|
+
blocked: boolean;
|
|
18
|
+
private ssnConfirmation;
|
|
19
|
+
constructor(wcs: WeeklyCertServiceV2, formBuilder: UntypedFormBuilder, ls: LoginService, contextService: ClaimantContextService);
|
|
20
|
+
getSsnForUserTypes(): void;
|
|
21
|
+
get ssnLast4(): import("@angular/forms").AbstractControl<any, any>;
|
|
22
|
+
ngOnInit(): void;
|
|
23
|
+
close(): void;
|
|
24
|
+
submit(): void;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AcknowledgementMsComponent, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AcknowledgementMsComponent, "app-acknowledgement-ms", never, {}, { "success": "success"; "error": "error"; "onClose": "onClose"; }, never, never, false, never>;
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=acknowledgement-ms.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"acknowledgement-ms.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAE,MAAM,EAAqB,MAAM,eAAe,CAAC;AACnF,OAAO,EAAE,MAAM,EAAE,kBAAkB,EAAE,gBAAgB,EAAc,MAAM,gBAAgB,CAAC;AAC1F,OAAO,EAAE,sBAAsB,EAAE,MAAM,0DAA0D,CAAC;AAClG,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,mBAAmB,EAAE,MAAM,mDAAmD,CAAC;;AAGxF,qBAKa,0BAA2B,YAAW,MAAM;IAoBpC,GAAG,EAAE,mBAAmB;IAAS,WAAW,EAAE,kBAAkB;IAAE,OAAO,CAAC,EAAE;IAAgB,OAAO,CAAC,cAAc;IAjB9H,eAAe,EAAE,MAAM,CAAC;IAG/B,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGhD,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAG9C,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEzC,MAAM,EAAE,gBAAgB,CAAC;IAEhC,OAAO,UAAS;IAEhB,OAAO,CAAC,eAAe,CAAS;gBAEb,GAAG,EAAE,mBAAmB,EAAS,WAAW,EAAE,kBAAkB,EAAU,EAAE,EAAE,YAAY,EAAU,cAAc,EAAE,sBAAsB;IAS7J,kBAAkB;IAQlB,IAAI,QAAQ,uDAEX;IAED,QAAQ;IAER,KAAK;IAIL,MAAM;yCA/CK,0BAA0B;2CAA1B,0BAA0B;CAoEtC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { UntypedFormBuilder, UntypedFormGroup, NgForm } from '@angular/forms';
|
|
3
|
+
import { WeeklyCertServiceV2 } from '../../services/weekly-cert/weekly-cert-v2.service';
|
|
4
|
+
import { ClaimantContextService } from '../../services/claimant-context/claimant-context.service';
|
|
5
|
+
import { LoginService } from '../../services/login/login.service';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class AcknowledgementComponentV2 implements OnInit {
|
|
8
|
+
wcs: WeeklyCertServiceV2;
|
|
9
|
+
formBuilder: UntypedFormBuilder;
|
|
10
|
+
private ls;
|
|
11
|
+
private contextService;
|
|
12
|
+
qeFormDirective: NgForm;
|
|
13
|
+
success: EventEmitter<any>;
|
|
14
|
+
error: EventEmitter<any>;
|
|
15
|
+
onClose: EventEmitter<any>;
|
|
16
|
+
qeForm: UntypedFormGroup;
|
|
17
|
+
blocked: boolean;
|
|
18
|
+
private ssnConfirmation;
|
|
19
|
+
constructor(wcs: WeeklyCertServiceV2, formBuilder: UntypedFormBuilder, ls: LoginService, contextService: ClaimantContextService);
|
|
20
|
+
getSsnForUserTypes(): void;
|
|
21
|
+
get ssnLast4(): import("@angular/forms").AbstractControl<any, any>;
|
|
22
|
+
ngOnInit(): void;
|
|
23
|
+
close(): void;
|
|
24
|
+
submit(): void;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AcknowledgementComponentV2, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AcknowledgementComponentV2, "app-acknowledgement-v2", never, {}, { "success": "success"; "error": "error"; "onClose": "onClose"; }, never, never, false, never>;
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=acknowledgement.component-v2.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"acknowledgement.component-v2.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAE,MAAM,EAAqB,MAAM,eAAe,CAAC;AACnF,OAAO,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,EAAc,MAAM,gBAAgB,CAAC;AAC1F,OAAO,EAAE,mBAAmB,EAAE,MAAM,mDAAmD,CAAC;AAExF,OAAO,EAAE,sBAAsB,EAAE,MAAM,0DAA0D,CAAC;AAClG,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;;AAElE,qBAKa,0BAA2B,YAAW,MAAM;IAoBpC,GAAG,EAAG,mBAAmB;IAAS,WAAW,EAAG,kBAAkB;IAAE,OAAO,CAAC,EAAE;IAAgB,OAAO,CAAC,cAAc;IAjBhI,eAAe,EAAE,MAAM,CAAC;IAG/B,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGhD,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAG9C,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEzC,MAAM,EAAG,gBAAgB,CAAC;IAEjC,OAAO,UAAS;IAEhB,OAAO,CAAC,eAAe,CAAU;gBAEd,GAAG,EAAG,mBAAmB,EAAS,WAAW,EAAG,kBAAkB,EAAU,EAAE,EAAE,YAAY,EAAU,cAAc,EAAG,sBAAsB;IAShK,kBAAkB;IAQlB,IAAI,QAAQ,uDAEX;IAED,QAAQ;IAER,KAAK;IAIL,MAAM;yCA/CK,0BAA0B;2CAA1B,0BAA0B;CAgEtC"}
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { FormBuilder } from '@angular/forms';
|
|
3
|
+
import { DomSanitizer } from '@angular/platform-browser';
|
|
4
|
+
import { NavController } from '@ionic/angular';
|
|
5
|
+
import { UtilService } from '../../services/util/util.service';
|
|
6
|
+
import { BasePage } from '../../pages/BasePage';
|
|
7
|
+
import { ClaimantContextService } from '../../services/claimant-context/claimant-context.service';
|
|
8
|
+
import { LoginService } from '../../services/login/login.service';
|
|
9
|
+
import { HelpService } from '../../services/help/help.service';
|
|
10
|
+
import { QuestionnaireQueryModel } from '../..//models/questionnaire/QuestionnaireQueryModel';
|
|
11
|
+
import { MenuItem } from 'primeng/api';
|
|
12
|
+
import { WeeklyCertServiceV2 } from '../../services/weekly-cert/weekly-cert-v2.service';
|
|
13
|
+
import { SummaryComponentV2 } from '../weekly-summary-v2/summary.component-v2';
|
|
14
|
+
import { FormBuilderPage } from '../../components/questionnaire/form-builder/form-builder.page';
|
|
15
|
+
import { WorkSearchQuestionComponentV2 } from '../weekly-work-search-question-v2/work-search-question.component-v2';
|
|
16
|
+
import { WeeklyCertEligibilityModelV2 } from '../../models/weekly-cert/weekly-cert-eligibility-v2-model';
|
|
17
|
+
import { StatusModel } from '../..//models/questionnaire/StatusModel';
|
|
18
|
+
import { AcknowledgementMsComponent } from '../../components/weekly-acknowledgement-ms/acknowledgement-ms.component';
|
|
19
|
+
import { WorkSearchModel } from '../../models/weekly-cert/work-search-v2-model';
|
|
20
|
+
import { DatePipe } from '@angular/common';
|
|
21
|
+
import { WorkSearchRecordModel } from '../../models/weekly-cert/work-search-record-v2-model';
|
|
22
|
+
import * as i0 from "@angular/core";
|
|
23
|
+
export declare class WeeklyCertificationComponent extends BasePage implements OnInit {
|
|
24
|
+
private wcService;
|
|
25
|
+
fb: FormBuilder;
|
|
26
|
+
private util;
|
|
27
|
+
private nav;
|
|
28
|
+
sanitizer: DomSanitizer;
|
|
29
|
+
hs: HelpService;
|
|
30
|
+
ls: LoginService;
|
|
31
|
+
private contextService;
|
|
32
|
+
private datepipe;
|
|
33
|
+
workSearchComponent: WorkSearchQuestionComponentV2;
|
|
34
|
+
acknowledgementMsComponent: AcknowledgementMsComponent;
|
|
35
|
+
summaryComponent: SummaryComponentV2;
|
|
36
|
+
weeklyQuestions: FormBuilderPage;
|
|
37
|
+
showAck: boolean;
|
|
38
|
+
showConfirmation: boolean;
|
|
39
|
+
confirmationData: any;
|
|
40
|
+
items: MenuItem[];
|
|
41
|
+
contents: string[];
|
|
42
|
+
activeIndex: number;
|
|
43
|
+
errorMsg: string;
|
|
44
|
+
isLoading: boolean;
|
|
45
|
+
showWorkSearch: boolean;
|
|
46
|
+
dynamicParam: any;
|
|
47
|
+
isOpenQe: boolean;
|
|
48
|
+
qeQueryModels: QuestionnaireQueryModel[];
|
|
49
|
+
potentialIssues: number[];
|
|
50
|
+
statusModel: StatusModel;
|
|
51
|
+
readOnlyFields: string[];
|
|
52
|
+
readOnlyData: any;
|
|
53
|
+
dataToLoad: any;
|
|
54
|
+
workSearchWaived: any;
|
|
55
|
+
waiverReason: String;
|
|
56
|
+
workSearchDataMs: WorkSearchModel;
|
|
57
|
+
multipleWeeksDue: boolean;
|
|
58
|
+
showInterimConfirmation: boolean;
|
|
59
|
+
numberOfMultipleWeeksDue: number;
|
|
60
|
+
receivedData: any;
|
|
61
|
+
displayContinuedWeeksFiledHeading: boolean;
|
|
62
|
+
parsedMaxRTWDate: any;
|
|
63
|
+
weeklyWorkPerformedPopupFlag: boolean;
|
|
64
|
+
workSearchRecords: WorkSearchRecordModel[];
|
|
65
|
+
count: number;
|
|
66
|
+
reemWorkSearchRecordCount: number;
|
|
67
|
+
constructor(wcService: WeeklyCertServiceV2, fb: FormBuilder, util: UtilService, nav: NavController, sanitizer: DomSanitizer, hs: HelpService, ls: LoginService, contextService: ClaimantContextService, datepipe: DatePipe);
|
|
68
|
+
ngOnInit(): void;
|
|
69
|
+
onStepChange(index: number): void;
|
|
70
|
+
processWeeklyCertEligibiltySuccess(res: WeeklyCertEligibilityModelV2): void;
|
|
71
|
+
getLabelMaxRTWDate(): void;
|
|
72
|
+
processWeeklyCertEligibilityError(err: any): void;
|
|
73
|
+
initializeDataForWorkSearchForm(): void;
|
|
74
|
+
openNextPage(): void;
|
|
75
|
+
goToWeeklyCert(): void;
|
|
76
|
+
success(weeklyQuestionsResponse: any): void;
|
|
77
|
+
openFollowupQuestions(): void;
|
|
78
|
+
openSummaryPostQuestionnaires(event: any): void;
|
|
79
|
+
onQeClose(): void;
|
|
80
|
+
goToSummary(): void;
|
|
81
|
+
closeAck(): void;
|
|
82
|
+
fileWeeklyCertDone(event: any): void;
|
|
83
|
+
closeConfirmationPopup(): void;
|
|
84
|
+
navigateToWeeklies(data: any): void;
|
|
85
|
+
goHome(): void;
|
|
86
|
+
showAcknowledgement(): void;
|
|
87
|
+
onQeSuccess(): void;
|
|
88
|
+
ionViewWillLeave(): void;
|
|
89
|
+
ionViewDidEnter(): void;
|
|
90
|
+
handleError(err: any): void;
|
|
91
|
+
hasHiredStatus(status: boolean): void;
|
|
92
|
+
hasWorkedFullTimeOrStartedWorkingStatus(status: boolean): void;
|
|
93
|
+
handleHiddenFields(res: WeeklyCertEligibilityModelV2): void;
|
|
94
|
+
loadComplete(event: any): void;
|
|
95
|
+
getPreviousSunday(inputDate: any): string;
|
|
96
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WeeklyCertificationComponent, never>;
|
|
97
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WeeklyCertificationComponent, "app-weekly-certification", never, {}, {}, never, never, false, never>;
|
|
98
|
+
}
|
|
99
|
+
//# sourceMappingURL=weekly-certification.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"weekly-certification.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/weekly-certification/weekly-certification.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { DatePipe } from '@angular/common';
|
|
2
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
3
|
+
import { ReviewService } from '../../services/weekly-cert/review.service';
|
|
4
|
+
import { BasePage } from '../../pages/BasePage';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class ConfirmationComponent extends BasePage implements OnInit {
|
|
7
|
+
private rs;
|
|
8
|
+
private datepipe;
|
|
9
|
+
data: any;
|
|
10
|
+
dynamicParam: any;
|
|
11
|
+
onClose: EventEmitter<any>;
|
|
12
|
+
saturdayDate: string;
|
|
13
|
+
sundayDate: string;
|
|
14
|
+
confirmation: string;
|
|
15
|
+
constructor(rs: ReviewService, datepipe: DatePipe);
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
close(): void;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmationComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmationComponent, "app-confirmation", never, { "data": { "alias": "data"; "required": false; }; "dynamicParam": { "alias": "dynamicParam"; "required": false; }; }, { "onClose": "onClose"; }, never, never, false, never>;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=confirmation.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"confirmation.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/weekly-confirmation/confirmation.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,aAAa,EAAE,MAAM,2CAA2C,CAAA;AACzE,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;;AAGhD,qBAKa,qBAAsB,SAAQ,QAAS,YAAW,MAAM;IAetD,OAAO,CAAC,EAAE;IAAiB,OAAO,CAAC,QAAQ;IAZxD,IAAI,EAAG,GAAG,CAAC;IAGJ,YAAY,EAAG,GAAG,CAAC;IAG1B,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEhD,YAAY,EAAG,MAAM,CAAC;IACtB,UAAU,EAAG,MAAM,CAAC;IACpB,YAAY,EAAG,MAAM,CAAC;gBAED,EAAE,EAAE,aAAa,EAAU,QAAQ,EAAC,QAAQ;IAIjE,QAAQ;IAWR,KAAK;yCA9BM,qBAAqB;2CAArB,qBAAqB;CAkCjC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { DatePipe } from '@angular/common';
|
|
2
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
3
|
+
import { ReviewService } from '../../services/weekly-cert/review.service';
|
|
4
|
+
import { BasePage } from '../../pages/BasePage';
|
|
5
|
+
import { NavController } from '@ionic/angular';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class InterimConfirmationComponent extends BasePage implements OnInit {
|
|
8
|
+
private rs;
|
|
9
|
+
private datepipe;
|
|
10
|
+
nav: NavController;
|
|
11
|
+
data: any;
|
|
12
|
+
dynamicParam: any;
|
|
13
|
+
onClose: EventEmitter<any>;
|
|
14
|
+
onNext: EventEmitter<any>;
|
|
15
|
+
saturdayDate: string;
|
|
16
|
+
sundayDate: string;
|
|
17
|
+
nextSaturdayDate: string;
|
|
18
|
+
nextSundayDate: string;
|
|
19
|
+
confirmation: string;
|
|
20
|
+
nextWeekToCertifyDates: string;
|
|
21
|
+
numberOfWeeksFiled: number;
|
|
22
|
+
currentNumberFiling: number;
|
|
23
|
+
continueToFileForMultipleWeeks: boolean;
|
|
24
|
+
weeksToBeCertifiedTotal: number;
|
|
25
|
+
dynamicParamToSend: any;
|
|
26
|
+
encodedParams: any;
|
|
27
|
+
constructor(rs: ReviewService, datepipe: DatePipe, nav: NavController);
|
|
28
|
+
ngOnInit(): void;
|
|
29
|
+
close(): void;
|
|
30
|
+
next(): void;
|
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InterimConfirmationComponent, never>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InterimConfirmationComponent, "app-interim-confirmation", never, { "data": { "alias": "data"; "required": false; }; "dynamicParam": { "alias": "dynamicParam"; "required": false; }; }, { "onClose": "onClose"; "onNext": "onNext"; }, never, never, false, never>;
|
|
33
|
+
}
|
|
34
|
+
//# sourceMappingURL=interim-confirmation.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interim-confirmation.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/weekly-interim-confirmation/interim-confirmation.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,aAAa,EAAE,MAAM,2CAA2C,CAAA;AACzE,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAmB,aAAa,EAAY,MAAM,gBAAgB,CAAC;;AAG1E,qBAKa,4BAA6B,SAAQ,QAAS,YAAW,MAAM;IAiC7D,OAAO,CAAC,EAAE;IAAiB,OAAO,CAAC,QAAQ;IAAkB,GAAG,EAAE,aAAa;IA9B5F,IAAI,EAAG,GAAG,CAAC;IAGJ,YAAY,EAAG,GAAG,CAAC;IAG1B,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGhD,MAAM,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAE/C,YAAY,EAAG,MAAM,CAAC;IACtB,UAAU,EAAG,MAAM,CAAC;IAEpB,gBAAgB,EAAG,MAAM,CAAC;IAC1B,cAAc,EAAG,MAAM,CAAC;IAExB,YAAY,EAAG,MAAM,CAAC;IACtB,sBAAsB,EAAG,MAAM,CAAC;IAEzB,kBAAkB,SAAK;IACvB,mBAAmB,SAAK;IACxB,8BAA8B,EAAE,OAAO,CAAS;IAEhD,uBAAuB,SAAK;IAE5B,kBAAkB,EAAE,GAAG,CAAC;IAExB,aAAa,EAAE,GAAG,CAAC;gBAEL,EAAE,EAAE,aAAa,EAAU,QAAQ,EAAC,QAAQ,EAAS,GAAG,EAAE,aAAa;IAI5F,QAAQ;IAsCR,KAAK;IAIL,IAAI;yCA/EO,4BAA4B;2CAA5B,4BAA4B;CAmFxC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { WeeklyCertServiceV2 } from '../../services/weekly-cert/weekly-cert-v2.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SummaryComponentV2 implements OnInit {
|
|
5
|
+
wcs: WeeklyCertServiceV2;
|
|
6
|
+
success: EventEmitter<any>;
|
|
7
|
+
error: EventEmitter<any>;
|
|
8
|
+
param: any;
|
|
9
|
+
constructor(wcs: WeeklyCertServiceV2);
|
|
10
|
+
ngOnInit(): void;
|
|
11
|
+
onSuccess(): void;
|
|
12
|
+
onError(): void;
|
|
13
|
+
submitForm(): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SummaryComponentV2, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SummaryComponentV2, "app-summary-v2", never, {}, { "success": "success"; "error": "error"; }, never, never, false, never>;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=summary.component-v2.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summary.component-v2.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/weekly-summary-v2/summary.component-v2.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAE,MAAM,EAAqB,MAAM,eAAe,CAAC;AACnF,OAAO,EAAE,mBAAmB,EAAE,MAAM,mDAAmD,CAAC;;AAExF,qBAKa,kBAAmB,YAAW,MAAM;IAU5B,GAAG,EAAE,mBAAmB;IAP3C,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGhD,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEvC,KAAK,MAAC;gBAEM,GAAG,EAAE,mBAAmB;IAE3C,QAAQ;IAOR,SAAS;IAIT,OAAO;IAIP,UAAU;yCA3BC,kBAAkB;2CAAlB,kBAAkB;CA+B9B"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { DomSanitizer } from '@angular/platform-browser';
|
|
3
|
+
import { UtilService } from '../../services/util/util.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class WorkSearchCounterComponent implements OnInit {
|
|
6
|
+
ds: DomSanitizer;
|
|
7
|
+
util: UtilService;
|
|
8
|
+
count: number;
|
|
9
|
+
msg: string;
|
|
10
|
+
hiredRecordCount: number;
|
|
11
|
+
state: string;
|
|
12
|
+
constructor(ds: DomSanitizer, util: UtilService);
|
|
13
|
+
ngOnInit(): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WorkSearchCounterComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WorkSearchCounterComponent, "app-work-search-counter", never, { "count": { "alias": "count"; "required": false; }; "msg": { "alias": "msg"; "required": false; }; "hiredRecordCount": { "alias": "hiredRecordCount"; "required": false; }; }, {}, never, never, false, never>;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=work-search-counter.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-search-counter.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/weekly-work-search-counter/work-search-counter.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;;AAE/D,qBAKa,0BAA2B,YAAW,MAAM;IAapC,EAAE,EAAG,YAAY;IAAS,IAAI,EAAE,WAAW;IAV9D,KAAK,SAAK;IAGV,GAAG,EAAG,MAAM,CAAC;IAGb,gBAAgB,SAAK;IAErB,KAAK,EAAG,MAAM,CAAC;gBAEI,EAAE,EAAG,YAAY,EAAS,IAAI,EAAE,WAAW;IAE9D,QAAQ;yCAfG,0BAA0B;2CAA1B,0BAA0B;CAmBtC"}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
|
+
import { UntypedFormBuilder, UntypedFormGroup, NgForm, ValidatorFn } from '@angular/forms';
|
|
3
|
+
import { UtilService } from '../../services/util/util.service';
|
|
4
|
+
import { ComboOption } from '../../models/combo-model';
|
|
5
|
+
import { EmployerSearchResult } from '../../models/EmployerDetailSearchResult';
|
|
6
|
+
import { WorkSearchRecordModel } from '../../models/weekly-cert/work-search-record-v2-model';
|
|
7
|
+
import { WeeklyCertServiceV2 } from '../../services/weekly-cert/weekly-cert-v2.service';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class WorkSearchEmployerComponentME implements OnInit {
|
|
10
|
+
wcService: WeeklyCertServiceV2;
|
|
11
|
+
formBuilder: UntypedFormBuilder;
|
|
12
|
+
util: UtilService;
|
|
13
|
+
wsrFormDirective: NgForm;
|
|
14
|
+
success: EventEmitter<any>;
|
|
15
|
+
onClose: EventEmitter<any>;
|
|
16
|
+
recordIndexToEdit: number;
|
|
17
|
+
data: WorkSearchRecordModel;
|
|
18
|
+
satDate: Date;
|
|
19
|
+
sunDate: Date;
|
|
20
|
+
satDateString: any;
|
|
21
|
+
sunDateString: any;
|
|
22
|
+
journal: boolean;
|
|
23
|
+
existingRecords: WorkSearchRecordModel[];
|
|
24
|
+
workSearchMethodContact: ComboOption[];
|
|
25
|
+
workSearchResultCombo: ComboOption[];
|
|
26
|
+
statesCombo: any;
|
|
27
|
+
isReadOnly: boolean;
|
|
28
|
+
workSearchRecordData: WorkSearchRecordModel;
|
|
29
|
+
wsrForm: UntypedFormGroup;
|
|
30
|
+
countryOptions: ComboOption[];
|
|
31
|
+
activityTypeCombo: ComboOption[];
|
|
32
|
+
dynamicParam: any;
|
|
33
|
+
displayEmployerQuestions: boolean;
|
|
34
|
+
displayCCQuestions: boolean;
|
|
35
|
+
displayJobFairQuestions: boolean;
|
|
36
|
+
displayUnionMemberQuestions: boolean;
|
|
37
|
+
displayWorkingForAnEmployerQuestions: boolean;
|
|
38
|
+
yesNoOptions: ComboOption[];
|
|
39
|
+
employmentTypeOptions: ComboOption[];
|
|
40
|
+
/** Raised when (local REEM + server REEM + current selection) > REEM_LIMIT */
|
|
41
|
+
reemExceededFlag: boolean;
|
|
42
|
+
/** Max REEM activities (previous weeks count + this weeks count + current addition) */
|
|
43
|
+
private readonly REEM_LIMIT;
|
|
44
|
+
/** NEW: only these types are allowed once */
|
|
45
|
+
private readonly SINGLETON_TYPES;
|
|
46
|
+
/** REEM Activity Types */
|
|
47
|
+
private REEM_ACTIVITY_TYPES;
|
|
48
|
+
usZipcodeValidations: ValidatorFn[];
|
|
49
|
+
canadaZipcodeValidations: ValidatorFn[];
|
|
50
|
+
constructor(wcService: WeeklyCertServiceV2, formBuilder: UntypedFormBuilder, util: UtilService);
|
|
51
|
+
ngOnInit(): void;
|
|
52
|
+
initilizeWorkSearchForm(): void;
|
|
53
|
+
/** NEW: unique-type validator factory */
|
|
54
|
+
private uniqueActivityTypeValidator;
|
|
55
|
+
/** NEW: checks if UNON/WRKP already exists on another row */
|
|
56
|
+
private hasType;
|
|
57
|
+
filterState(event: any): void;
|
|
58
|
+
setZipCodeValidationBasedOnCountry(): void;
|
|
59
|
+
setUnionValidation(val: any): void;
|
|
60
|
+
setActivityTypeValidation(val: any): void;
|
|
61
|
+
setContactInfoValidation(val: string): void;
|
|
62
|
+
getDate(wsDate: any): Date;
|
|
63
|
+
get workSearchDate(): import("@angular/forms").AbstractControl<any, any>;
|
|
64
|
+
get employerName(): import("@angular/forms").AbstractControl<any, any>;
|
|
65
|
+
get city(): import("@angular/forms").AbstractControl<any, any>;
|
|
66
|
+
get line1(): import("@angular/forms").AbstractControl<any, any>;
|
|
67
|
+
get line2(): import("@angular/forms").AbstractControl<any, any>;
|
|
68
|
+
get state(): import("@angular/forms").AbstractControl<any, any>;
|
|
69
|
+
get country(): import("@angular/forms").AbstractControl<any, any>;
|
|
70
|
+
get contactMethod(): import("@angular/forms").AbstractControl<any, any>;
|
|
71
|
+
get empContactPersonName(): import("@angular/forms").AbstractControl<any, any>;
|
|
72
|
+
get empContactPersonTitle(): import("@angular/forms").AbstractControl<any, any>;
|
|
73
|
+
get zip(): import("@angular/forms").AbstractControl<any, any>;
|
|
74
|
+
get employerPhone(): import("@angular/forms").AbstractControl<any, any>;
|
|
75
|
+
get employerEmail(): import("@angular/forms").AbstractControl<any, any>;
|
|
76
|
+
get employerWebsite(): import("@angular/forms").AbstractControl<any, any>;
|
|
77
|
+
get employerFax(): import("@angular/forms").AbstractControl<any, any>;
|
|
78
|
+
get positionAppliedFor(): import("@angular/forms").AbstractControl<any, any>;
|
|
79
|
+
get searchResult(): import("@angular/forms").AbstractControl<any, any>;
|
|
80
|
+
get wingsReferralWorkSearchId(): import("@angular/forms").AbstractControl<any, any>;
|
|
81
|
+
get claimantWorkSearchJournalId(): import("@angular/forms").AbstractControl<any, any>;
|
|
82
|
+
get wsrId(): import("@angular/forms").AbstractControl<any, any>;
|
|
83
|
+
get activityType(): import("@angular/forms").AbstractControl<any, any>;
|
|
84
|
+
get contactPhone(): import("@angular/forms").AbstractControl<any, any>;
|
|
85
|
+
get workShopName(): import("@angular/forms").AbstractControl<any, any>;
|
|
86
|
+
get jobFairLocation(): import("@angular/forms").AbstractControl<any, any>;
|
|
87
|
+
get othResult(): import("@angular/forms").AbstractControl<any, any>;
|
|
88
|
+
get hasStartDate(): import("@angular/forms").AbstractControl<any, any>;
|
|
89
|
+
get workStartDate(): import("@angular/forms").AbstractControl<any, any>;
|
|
90
|
+
get typeOfWork(): import("@angular/forms").AbstractControl<any, any>;
|
|
91
|
+
get isInContactWithUnion(): import("@angular/forms").AbstractControl<any, any>;
|
|
92
|
+
get unionName(): import("@angular/forms").AbstractControl<any, any>;
|
|
93
|
+
get unionContactPersonName(): import("@angular/forms").AbstractControl<any, any>;
|
|
94
|
+
get unionContactDate(): import("@angular/forms").AbstractControl<any, any>;
|
|
95
|
+
get workOrPerformServiceType(): import("@angular/forms").AbstractControl<any, any>;
|
|
96
|
+
private reemActivityCountForCurrentWeek;
|
|
97
|
+
reemActivityCheck(selectedType: string): void;
|
|
98
|
+
/** UPDATED: add() sets the same validation error and stops */
|
|
99
|
+
add(): void;
|
|
100
|
+
close(): void;
|
|
101
|
+
setEmployer(employer: EmployerSearchResult): void;
|
|
102
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WorkSearchEmployerComponentME, never>;
|
|
103
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WorkSearchEmployerComponentME, "app-work-search-employer-me", never, { "recordIndexToEdit": { "alias": "recordIndexToEdit"; "required": false; }; "data": { "alias": "data"; "required": false; }; "satDate": { "alias": "satDate"; "required": false; }; "sunDate": { "alias": "sunDate"; "required": false; }; "satDateString": { "alias": "satDateString"; "required": false; }; "sunDateString": { "alias": "sunDateString"; "required": false; }; "journal": { "alias": "journal"; "required": false; }; "existingRecords": { "alias": "existingRecords"; "required": false; }; }, { "success": "success"; "onClose": "onClose"; }, never, never, false, never>;
|
|
104
|
+
}
|
|
105
|
+
//# sourceMappingURL=work-search-employer.component-me.d.ts.map
|
package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-search-employer.component-me.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { NgForm, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
+
import { UtilService } from '../../services/util/util.service';
|
|
4
|
+
import { BasePage } from '../../pages/BasePage';
|
|
5
|
+
import { ComboOption } from '../../models/combo-model';
|
|
6
|
+
import { EmployerSearchResult } from '../../models/EmployerDetailSearchResult';
|
|
7
|
+
import { WorkSearchRecordModel } from '../../models/weekly-cert/work-search-record-v2-model';
|
|
8
|
+
import { WeeklyCertServiceV2 } from '../../services/weekly-cert/weekly-cert-v2.service';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
export declare class WorkSearchEmployerComponentMS extends BasePage implements OnInit {
|
|
11
|
+
wcService: WeeklyCertServiceV2;
|
|
12
|
+
formBuilder: UntypedFormBuilder;
|
|
13
|
+
util: UtilService;
|
|
14
|
+
wsrFormDirective: NgForm;
|
|
15
|
+
success: EventEmitter<any>;
|
|
16
|
+
onClose: EventEmitter<any>;
|
|
17
|
+
recordIndexToEdit: number;
|
|
18
|
+
data: WorkSearchRecordModel;
|
|
19
|
+
satDate: Date;
|
|
20
|
+
sunDate: Date;
|
|
21
|
+
satDateString: any;
|
|
22
|
+
sunDateString: any;
|
|
23
|
+
journal: boolean;
|
|
24
|
+
activityTypeComboMs: ComboOption[];
|
|
25
|
+
workSearchMethodContactMs: ComboOption[];
|
|
26
|
+
workSearchResultComboJobApplicationMs: ComboOption[];
|
|
27
|
+
workSearchResultComboJobSearchMs: ComboOption[];
|
|
28
|
+
statesCombo: ComboOption[];
|
|
29
|
+
workSearchRecordData: WorkSearchRecordModel;
|
|
30
|
+
dynamicParam: any;
|
|
31
|
+
wsrForm: UntypedFormGroup;
|
|
32
|
+
isReadOnly: boolean;
|
|
33
|
+
displayJobSearchQuestions: boolean;
|
|
34
|
+
displayJobApplicationQuestions: boolean;
|
|
35
|
+
constructor(wcService: WeeklyCertServiceV2, formBuilder: UntypedFormBuilder, util: UtilService);
|
|
36
|
+
ngOnInit(): void;
|
|
37
|
+
dateInput(event: any): void;
|
|
38
|
+
trimInputHelper(): void;
|
|
39
|
+
initilizeWorkSearchForm(): void;
|
|
40
|
+
setActivityTypeValidation(val: any): void;
|
|
41
|
+
setContactInfoValidation(val: any): void;
|
|
42
|
+
getDate(wsDate: any): Date;
|
|
43
|
+
get activityType(): import("@angular/forms").AbstractControl<any, any>;
|
|
44
|
+
get workSearchDate(): import("@angular/forms").AbstractControl<any, any>;
|
|
45
|
+
get employerName(): import("@angular/forms").AbstractControl<any, any>;
|
|
46
|
+
get city(): import("@angular/forms").AbstractControl<any, any>;
|
|
47
|
+
get line1(): import("@angular/forms").AbstractControl<any, any>;
|
|
48
|
+
get line2(): import("@angular/forms").AbstractControl<any, any>;
|
|
49
|
+
get state(): import("@angular/forms").AbstractControl<any, any>;
|
|
50
|
+
get contactMethod(): import("@angular/forms").AbstractControl<any, any>;
|
|
51
|
+
get empContactPersonName(): import("@angular/forms").AbstractControl<any, any>;
|
|
52
|
+
get empContactPersonTitle(): import("@angular/forms").AbstractControl<any, any>;
|
|
53
|
+
get zip(): import("@angular/forms").AbstractControl<any, any>;
|
|
54
|
+
get employerPhone(): import("@angular/forms").AbstractControl<any, any>;
|
|
55
|
+
get employerEmail(): import("@angular/forms").AbstractControl<any, any>;
|
|
56
|
+
get employerWebsite(): import("@angular/forms").AbstractControl<any, any>;
|
|
57
|
+
get employerFax(): import("@angular/forms").AbstractControl<any, any>;
|
|
58
|
+
get positionAppliedFor(): import("@angular/forms").AbstractControl<any, any>;
|
|
59
|
+
get searchResult(): import("@angular/forms").AbstractControl<any, any>;
|
|
60
|
+
get wingsReferralWorkSearchId(): import("@angular/forms").AbstractControl<any, any>;
|
|
61
|
+
get claimantWorkSearchJournalId(): import("@angular/forms").AbstractControl<any, any>;
|
|
62
|
+
get wsrId(): import("@angular/forms").AbstractControl<any, any>;
|
|
63
|
+
add(): void;
|
|
64
|
+
close(): void;
|
|
65
|
+
setEmployer(employer: EmployerSearchResult): void;
|
|
66
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WorkSearchEmployerComponentMS, never>;
|
|
67
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WorkSearchEmployerComponentMS, "app-work-search-employer-ms", never, { "recordIndexToEdit": { "alias": "recordIndexToEdit"; "required": false; }; "data": { "alias": "data"; "required": false; }; "satDate": { "alias": "satDate"; "required": false; }; "sunDate": { "alias": "sunDate"; "required": false; }; "satDateString": { "alias": "satDateString"; "required": false; }; "sunDateString": { "alias": "sunDateString"; "required": false; }; "journal": { "alias": "journal"; "required": false; }; }, { "success": "success"; "onClose": "onClose"; }, never, never, false, never>;
|
|
68
|
+
}
|
|
69
|
+
//# sourceMappingURL=work-search-employer-ms.component.d.ts.map
|
package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-search-employer-ms.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgC,YAAY,EAAS,MAAM,EAAqB,MAAM,eAAe,CAAC;AAC7G,OAAO,EAAE,MAAM,EAAE,kBAAkB,EAAE,gBAAgB,EAAc,MAAM,gBAAgB,CAAC;AAC1F,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AACvD,OAAO,EAAE,oBAAoB,EAAE,MAAM,yCAAyC,CAAC;AAC/E,OAAO,EAAE,qBAAqB,EAAE,MAAM,sDAAsD,CAAC;AAC7F,OAAO,EAAE,mBAAmB,EAAE,MAAM,mDAAmD,CAAC;;AAIxF,qBAMa,6BAA8B,SAAQ,QAAS,YAAW,MAAM;IA6CxD,SAAS,EAAE,mBAAmB;IAAS,WAAW,EAAE,kBAAkB;IAAS,IAAI,EAAE,WAAW;IA1C5G,gBAAgB,EAAE,MAAM,CAAC;IAGhC,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGhD,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGzC,iBAAiB,EAAE,MAAM,CAAC;IAG1B,IAAI,EAAE,qBAAqB,CAAC;IAG5B,OAAO,EAAE,IAAI,CAAC;IAGd,OAAO,EAAE,IAAI,CAAC;IAGd,aAAa,MAAC;IAGd,aAAa,MAAC;IAGd,OAAO,EAAE,OAAO,CAAS;IAEzB,mBAAmB,gBAAmC;IACtD,yBAAyB,gBAAyC;IAClE,qCAAqC,gBAAqD;IAC1F,gCAAgC,gBAAgD;IAChF,WAAW,gBAA2B;IACtC,oBAAoB,EAAG,qBAAqB,CAAQ;IAE3D,YAAY,EAAE,GAAG,CAAC;IACX,OAAO,EAAG,gBAAgB,CAAC;IAC3B,UAAU,EAAG,OAAO,CAAS;IACpC,yBAAyB,EAAG,OAAO,CAAS;IAC5C,8BAA8B,EAAG,OAAO,CAAS;gBAE9B,SAAS,EAAE,mBAAmB,EAAS,WAAW,EAAE,kBAAkB,EAAS,IAAI,EAAE,WAAW;IAInH,QAAQ;IAgBR,SAAS,CAAC,KAAK,KAAA;IAYf,eAAe;IAaf,uBAAuB;IA8DvB,yBAAyB,CAAC,GAAG,EAAE,GAAG;IAuClC,wBAAwB,CAAC,GAAG,EAAE,GAAG;IAkCjC,OAAO,CAAC,MAAM,KAAA,GAAG,IAAI;IAOrB,IAAI,YAAY,uDAEf;IAED,IAAI,cAAc,uDAEjB;IAED,IAAI,YAAY,uDAEf;IAED,IAAI,IAAI,uDAEP;IAED,IAAI,KAAK,uDAER;IAED,IAAI,KAAK,uDAER;IAED,IAAI,KAAK,uDAER;IAED,IAAI,aAAa,uDAEhB;IAED,IAAI,oBAAoB,uDAEvB;IAED,IAAI,qBAAqB,uDAExB;IAED,IAAI,GAAG,uDAEN;IAED,IAAI,aAAa,uDAEhB;IAED,IAAI,aAAa,uDAEhB;IAED,IAAI,eAAe,uDAElB;IAED,IAAI,WAAW,uDAEd;IAED,IAAI,kBAAkB,uDAErB;IAED,IAAI,YAAY,uDAEf;IAED,IAAI,yBAAyB,uDAE5B;IAED,IAAI,2BAA2B,uDAE9B;IAED,IAAI,KAAK,uDAER;IAED,GAAG;IAMH,KAAK;IAIL,WAAW,CAAC,QAAQ,EAAE,oBAAoB;yCAlU/B,6BAA6B;2CAA7B,6BAA6B;CA4UzC"}
|