@reusa/ngx-reusa-app-lib 0.0.1373 → 0.0.1374
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/components/add-employer/add-employer.component.mjs +1324 -2394
- package/esm2022/lib/components/add-participant/add-participant.component.mjs +105 -159
- package/esm2022/lib/components/add-payment/add-payment.component.mjs +53 -59
- package/esm2022/lib/components/address/address.component.mjs +152 -287
- package/esm2022/lib/components/bank-details/bank-details.component.mjs +219 -79
- package/esm2022/lib/components/contact-us/contact-us.component.mjs +43 -17
- package/esm2022/lib/components/correspondence-download/correspondence-download.component.mjs +9 -3
- package/esm2022/lib/components/dashboard-card/dashboard-card.component.mjs +4 -32
- package/esm2022/lib/components/dependent-grid/dependent-grid.component.mjs +15 -30
- package/esm2022/lib/components/disclosure/disclosure.component.mjs +1 -1
- package/esm2022/lib/components/dropdown/dropdown.component.mjs +4 -4
- package/esm2022/lib/components/dropdown/dropdown.interface.mjs +1 -1
- package/esm2022/lib/components/email-update/email-update.component.mjs +140 -63
- package/esm2022/lib/components/employer-grid/employer-grid.component.mjs +574 -422
- package/esm2022/lib/components/error/error.component.mjs +5 -22
- package/esm2022/lib/components/fav-menu/fav-menu.component.mjs +1 -1
- package/esm2022/lib/components/file-uploader/file-uploader.component.mjs +49 -178
- package/esm2022/lib/components/footer/footer.component.mjs +101 -112
- package/esm2022/lib/components/header/header.component.mjs +174 -440
- package/esm2022/lib/components/idle-detector/idle-detector.component.mjs +36 -25
- package/esm2022/lib/components/info/info.component.mjs +12 -4
- package/esm2022/lib/components/job-search-result-page/job-search-result-page.component.mjs +22 -16
- package/esm2022/lib/components/job-title/job-title.component.mjs +97 -92
- package/esm2022/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +513 -143
- package/esm2022/lib/components/lexis-nexis/lexis-nexis.component.mjs +402 -0
- package/esm2022/lib/components/link/link.component.mjs +1 -1
- package/esm2022/lib/components/menu/menu.component.mjs +100 -68
- package/esm2022/lib/components/mfa/mfa.component.mjs +288 -158
- package/esm2022/lib/components/mfa-popup/mfa-popup.component.mjs +18 -11
- package/esm2022/lib/components/mfa2/mfa2.component.mjs +285 -0
- package/esm2022/lib/components/money-expect/money-expect.component.mjs +54 -158
- package/esm2022/lib/components/profile/profile.component.mjs +353 -749
- package/esm2022/lib/components/profile-redirect/profile-redirect.component.mjs +38 -108
- package/esm2022/lib/components/questionnaire/AppValidators.mjs +47 -296
- package/esm2022/lib/components/questionnaire/account-success/account-success.page.mjs +65 -110
- package/esm2022/lib/components/questionnaire/common-success/common-success.page.mjs +173 -377
- package/esm2022/lib/components/questionnaire/dynamic-form-panel.component.mjs +95 -76
- package/esm2022/lib/components/questionnaire/dynamic-form-question.component.mjs +1153 -877
- package/esm2022/lib/components/questionnaire/dynamic-form.component.mjs +699 -208
- package/esm2022/lib/components/questionnaire/form-builder/form-builder.page.mjs +22 -28
- package/esm2022/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +41 -128
- package/esm2022/lib/components/questionnaire/question-control.service.mjs +1 -2
- package/esm2022/lib/components/questionnaire/question.service.mjs +7 -5
- package/esm2022/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.mjs +29 -15
- package/esm2022/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.mjs +237 -497
- package/esm2022/lib/components/search-employer/search-employer.component.mjs +30 -155
- package/esm2022/lib/components/security-question/security-question.component.mjs +199 -0
- package/esm2022/lib/components/select/select.component.mjs +10 -5
- package/esm2022/lib/components/sign-ssn/sign-ssn.component.mjs +3 -3
- package/esm2022/lib/components/ssn-reverify/ssn-reverify.component.mjs +72 -52
- package/esm2022/lib/components/user-login/user-login.component.mjs +360 -139
- package/esm2022/lib/components/weekly-cert-employer/weekly-cert-employer.component.mjs +387 -655
- package/esm2022/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +61 -125
- package/esm2022/lib/guards/auth.guard.mjs +2 -50
- package/esm2022/lib/guards/no-login/no-login.guard.mjs +1 -1
- package/esm2022/lib/interceptors/error-interceptor/http-error-interceptor.mjs +3 -51
- package/esm2022/lib/interceptors/header-interceptor/http-header.interceptor.mjs +1 -1
- package/esm2022/lib/models/EmployerDetailSearchResult.mjs +1 -1
- package/esm2022/lib/models/LexisNexisAccountCreationModel.mjs +2 -0
- package/esm2022/lib/models/LexisNexisAuthSelectionRequestModel.mjs +2 -0
- package/esm2022/lib/models/LexisNexisAuthSelectionResponseModel.mjs +2 -0
- package/esm2022/lib/models/LexisNexisEnabledResponseModel.mjs +2 -0
- package/esm2022/lib/models/LexisNexisResponseModel.mjs +3 -0
- package/esm2022/lib/models/LibConstants.mjs +6 -45
- package/esm2022/lib/models/OtpAuthModel.mjs +1 -1
- package/esm2022/lib/models/PartialEmploymentModel.mjs +3 -0
- package/esm2022/lib/models/PaymentComponentModel.mjs +1 -1
- package/esm2022/lib/models/SecurityQuestionModel.mjs +3 -0
- package/esm2022/lib/models/UserModel.mjs +1 -1
- package/esm2022/lib/models/dashboard-model.mjs +1 -1
- package/esm2022/lib/models/dependent.model.mjs +1 -1
- package/esm2022/lib/models/questionnaire/ClaimAppEmpResponseModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/ClaimAppEmployerDetailsModel.mjs +1 -2
- package/esm2022/lib/models/questionnaire/ClaimOnlyEmployerDataModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/ComboModel.mjs +653 -96
- package/esm2022/lib/models/questionnaire/ElementsModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/LegalDiscaimarModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/QuestionnaireSaveModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/StatusModel.mjs +1 -1
- package/esm2022/lib/ngx-reusa-app-lib.module.mjs +23 -135
- package/esm2022/lib/pages/BasePage.mjs +23 -4
- package/esm2022/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +18 -22
- package/esm2022/lib/pages/common/change-password/change-password.page.mjs +124 -142
- package/esm2022/lib/pages/common/landing/landing.component.mjs +8 -7
- package/esm2022/lib/pages/common/landing2/landing2.component.mjs +4 -4
- package/esm2022/lib/pages/common/login/login.component.mjs +13 -7
- package/esm2022/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.mjs +14 -14
- package/esm2022/lib/pages/common/security-policy/security-policy.page.mjs +5 -5
- package/esm2022/lib/pages/popovers/language/language.page.mjs +2 -1
- package/esm2022/lib/pages/popovers/my-notifications/my-notifications.page.mjs +4 -4
- package/esm2022/lib/pages/popovers/my-profile/my-profile.page.mjs +2 -7
- package/esm2022/lib/pipes/translate/dynamic-translate.pipe.mjs +2 -2
- package/esm2022/lib/services/base-service.mjs +1 -4
- package/esm2022/lib/services/chatbot/chatbot.service.mjs +2 -1
- package/esm2022/lib/services/claimant-service/claimant-usps-redirect.service.mjs +36 -0
- package/esm2022/lib/services/claimant-service/claimant.service.mjs +13 -7
- package/esm2022/lib/services/claims/claims.service.mjs +14 -105
- package/esm2022/lib/services/help/help.service.mjs +1 -1
- package/esm2022/lib/services/lexis-nexis/lexis.nexis.service.mjs +60 -0
- package/esm2022/lib/services/logger/logger.service.mjs +1 -1
- package/esm2022/lib/services/login/login.service.mjs +14 -29
- package/esm2022/lib/services/ovp/ovp.service.mjs +43 -0
- package/esm2022/lib/services/questionnaire/questionnaire.service.mjs +1 -4
- package/esm2022/lib/services/questionnaire/validation.service.mjs +1 -4
- package/esm2022/lib/services/security-service/security.service.mjs +6 -23
- package/esm2022/lib/services/util/util.service.mjs +5 -61
- package/esm2022/lib/services/weekly-cert/weekly-cert-v2.service.mjs +14 -186
- package/esm2022/lib/validations/AppRegex.mjs +3 -1
- package/esm2022/lib/validations/AppValidators.mjs +62 -78
- package/esm2022/public-api.mjs +5 -47
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs +26939 -44815
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs.map +1 -1
- package/lib/components/add-employer/add-employer.component.d.ts +53 -137
- package/lib/components/add-employer/add-employer.component.d.ts.map +1 -1
- package/lib/components/add-participant/add-participant.component.d.ts +5 -11
- package/lib/components/add-participant/add-participant.component.d.ts.map +1 -1
- package/lib/components/add-payment/add-payment.component.d.ts +3 -9
- package/lib/components/add-payment/add-payment.component.d.ts.map +1 -1
- package/lib/components/address/address.component.d.ts +15 -42
- package/lib/components/address/address.component.d.ts.map +1 -1
- package/lib/components/bank-details/bank-details.component.d.ts +23 -1
- package/lib/components/bank-details/bank-details.component.d.ts.map +1 -1
- package/lib/components/contact-us/contact-us.component.d.ts +4 -1
- package/lib/components/contact-us/contact-us.component.d.ts.map +1 -1
- package/lib/components/correspondence-download/correspondence-download.component.d.ts.map +1 -1
- package/lib/components/dashboard-card/dashboard-card.component.d.ts.map +1 -1
- package/lib/components/email-update/email-update.component.d.ts +12 -1
- package/lib/components/email-update/email-update.component.d.ts.map +1 -1
- package/lib/components/employer-grid/employer-grid.component.d.ts +15 -25
- package/lib/components/employer-grid/employer-grid.component.d.ts.map +1 -1
- package/lib/components/error/error.component.d.ts +2 -3
- package/lib/components/error/error.component.d.ts.map +1 -1
- package/lib/components/file-uploader/file-uploader.component.d.ts +1 -5
- package/lib/components/file-uploader/file-uploader.component.d.ts.map +1 -1
- package/lib/components/footer/footer.component.d.ts.map +1 -1
- package/lib/components/header/header.component.d.ts +5 -17
- package/lib/components/header/header.component.d.ts.map +1 -1
- package/lib/components/job-search-result-page/job-search-result-page.component.d.ts +3 -1
- package/lib/components/job-search-result-page/job-search-result-page.component.d.ts.map +1 -1
- package/lib/components/job-title/job-title.component.d.ts +23 -22
- package/lib/components/job-title/job-title.component.d.ts.map +1 -1
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts +6 -5
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts.map +1 -1
- package/lib/components/lexis-nexis/lexis-nexis.component.d.ts +59 -0
- package/lib/components/lexis-nexis/lexis-nexis.component.d.ts.map +1 -0
- package/lib/components/menu/menu.component.d.ts +12 -3
- package/lib/components/menu/menu.component.d.ts.map +1 -1
- package/lib/components/mfa/mfa.component.d.ts +19 -7
- package/lib/components/mfa/mfa.component.d.ts.map +1 -1
- package/lib/components/mfa-popup/mfa-popup.component.d.ts +8 -6
- package/lib/components/mfa-popup/mfa-popup.component.d.ts.map +1 -1
- package/lib/components/mfa2/mfa2.component.d.ts +48 -0
- package/lib/components/mfa2/mfa2.component.d.ts.map +1 -0
- package/lib/components/money-expect/money-expect.component.d.ts +4 -15
- package/lib/components/money-expect/money-expect.component.d.ts.map +1 -1
- package/lib/components/profile/profile.component.d.ts +49 -82
- package/lib/components/profile/profile.component.d.ts.map +1 -1
- package/lib/components/profile-redirect/profile-redirect.component.d.ts +2 -9
- package/lib/components/profile-redirect/profile-redirect.component.d.ts.map +1 -1
- package/lib/components/questionnaire/AppValidators.d.ts +0 -1
- package/lib/components/questionnaire/AppValidators.d.ts.map +1 -1
- package/lib/components/questionnaire/account-success/account-success.page.d.ts +10 -13
- package/lib/components/questionnaire/account-success/account-success.page.d.ts.map +1 -1
- package/lib/components/questionnaire/common-success/common-success.page.d.ts +1 -7
- package/lib/components/questionnaire/common-success/common-success.page.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form-panel.component.d.ts +1 -3
- package/lib/components/questionnaire/dynamic-form-panel.component.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts +35 -33
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form.component.d.ts +34 -10
- package/lib/components/questionnaire/dynamic-form.component.d.ts.map +1 -1
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts +7 -0
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts.map +1 -1
- package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts +1 -7
- package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts.map +1 -1
- package/lib/components/questionnaire/question-control.service.d.ts.map +1 -1
- package/lib/components/questionnaire/question.service.d.ts +1 -0
- package/lib/components/questionnaire/question.service.d.ts.map +1 -1
- package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts +7 -1
- package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts.map +1 -1
- package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts +3 -11
- package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts.map +1 -1
- package/lib/components/search-employer/search-employer.component.d.ts +4 -5
- package/lib/components/search-employer/search-employer.component.d.ts.map +1 -1
- package/lib/components/security-question/security-question.component.d.ts +37 -0
- package/lib/components/security-question/security-question.component.d.ts.map +1 -0
- package/lib/components/ssn-reverify/ssn-reverify.component.d.ts +5 -1
- package/lib/components/ssn-reverify/ssn-reverify.component.d.ts.map +1 -1
- package/lib/components/user-login/user-login.component.d.ts +38 -5
- package/lib/components/user-login/user-login.component.d.ts.map +1 -1
- package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts +10 -27
- package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts.map +1 -1
- package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts +3 -9
- package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts.map +1 -1
- package/lib/guards/auth.guard.d.ts.map +1 -1
- package/lib/interceptors/error-interceptor/http-error-interceptor.d.ts.map +1 -1
- package/lib/models/EmployerDetailSearchResult.d.ts +1 -4
- package/lib/models/EmployerDetailSearchResult.d.ts.map +1 -1
- package/lib/models/LexisNexisAccountCreationModel.d.ts +15 -0
- package/lib/models/LexisNexisAccountCreationModel.d.ts.map +1 -0
- package/lib/models/LexisNexisAuthSelectionRequestModel.d.ts +16 -0
- package/lib/models/LexisNexisAuthSelectionRequestModel.d.ts.map +1 -0
- package/lib/models/LexisNexisAuthSelectionResponseModel.d.ts +39 -0
- package/lib/models/LexisNexisAuthSelectionResponseModel.d.ts.map +1 -0
- package/lib/models/LexisNexisEnabledResponseModel.d.ts +5 -0
- package/lib/models/LexisNexisEnabledResponseModel.d.ts.map +1 -0
- package/lib/models/LexisNexisResponseModel.d.ts +7 -0
- package/lib/models/LexisNexisResponseModel.d.ts.map +1 -0
- package/lib/models/LibConstants.d.ts +1 -40
- package/lib/models/LibConstants.d.ts.map +1 -1
- package/lib/models/OtpAuthModel.d.ts +1 -0
- package/lib/models/OtpAuthModel.d.ts.map +1 -1
- package/lib/models/PartialEmploymentModel.d.ts +6 -0
- package/lib/models/PartialEmploymentModel.d.ts.map +1 -0
- package/lib/models/PaymentComponentModel.d.ts +1 -1
- package/lib/models/PaymentComponentModel.d.ts.map +1 -1
- package/lib/models/SecurityQuestionModel.d.ts +7 -0
- package/lib/models/SecurityQuestionModel.d.ts.map +1 -0
- package/lib/models/UserModel.d.ts +1 -0
- package/lib/models/UserModel.d.ts.map +1 -1
- package/lib/models/dashboard-model.d.ts +0 -22
- package/lib/models/dashboard-model.d.ts.map +1 -1
- package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts +0 -3
- package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts +4 -15
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts +1 -4
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ComboModel.d.ts +82 -14
- package/lib/models/questionnaire/ComboModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ElementsModel.d.ts +1 -0
- package/lib/models/questionnaire/ElementsModel.d.ts.map +1 -1
- package/lib/models/questionnaire/LegalDiscaimarModel.d.ts +0 -2
- package/lib/models/questionnaire/LegalDiscaimarModel.d.ts.map +1 -1
- package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts +1 -0
- package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts.map +1 -1
- package/lib/models/questionnaire/StatusModel.d.ts +0 -1
- package/lib/models/questionnaire/StatusModel.d.ts.map +1 -1
- package/lib/ngx-reusa-app-lib.module.d.ts +86 -124
- package/lib/ngx-reusa-app-lib.module.d.ts.map +1 -1
- package/lib/pages/BasePage.d.ts +6 -3
- package/lib/pages/BasePage.d.ts.map +1 -1
- package/lib/pages/common/change-password/change-password.page.d.ts +0 -3
- package/lib/pages/common/change-password/change-password.page.d.ts.map +1 -1
- package/lib/pages/common/login/login.component.d.ts.map +1 -1
- package/lib/pages/popovers/language/language.page.d.ts.map +1 -1
- package/lib/pages/popovers/my-profile/my-profile.page.d.ts.map +1 -1
- package/lib/services/base-service.d.ts +0 -12
- package/lib/services/base-service.d.ts.map +1 -1
- package/lib/services/claimant-service/claimant-usps-redirect.service.d.ts +16 -0
- package/lib/services/claimant-service/claimant-usps-redirect.service.d.ts.map +1 -0
- package/lib/services/claimant-service/claimant.service.d.ts +6 -5
- package/lib/services/claimant-service/claimant.service.d.ts.map +1 -1
- package/lib/services/claims/claims.service.d.ts +5 -39
- package/lib/services/claims/claims.service.d.ts.map +1 -1
- package/lib/services/lexis-nexis/lexis.nexis.service.d.ts +26 -0
- package/lib/services/lexis-nexis/lexis.nexis.service.d.ts.map +1 -0
- package/lib/services/login/login.service.d.ts +3 -5
- package/lib/services/login/login.service.d.ts.map +1 -1
- package/lib/services/ovp/ovp.service.d.ts +17 -0
- package/lib/services/ovp/ovp.service.d.ts.map +1 -0
- package/lib/services/questionnaire/questionnaire.service.d.ts +0 -1
- package/lib/services/questionnaire/questionnaire.service.d.ts.map +1 -1
- package/lib/services/questionnaire/validation.service.d.ts +0 -3
- package/lib/services/questionnaire/validation.service.d.ts.map +1 -1
- package/lib/services/security-service/security.service.d.ts +4 -12
- package/lib/services/security-service/security.service.d.ts.map +1 -1
- package/lib/services/util/util.service.d.ts +0 -6
- package/lib/services/util/util.service.d.ts.map +1 -1
- package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts +5 -47
- package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts.map +1 -1
- package/lib/validations/AppRegex.d.ts +2 -0
- package/lib/validations/AppRegex.d.ts.map +1 -1
- package/lib/validations/AppValidators.d.ts +24 -20
- package/lib/validations/AppValidators.d.ts.map +1 -1
- package/package.json +2 -2
- package/public-api.d.ts +4 -46
- package/public-api.d.ts.map +1 -1
- package/esm2022/lib/components/add-wage/add-wage.component.mjs +0 -161
- package/esm2022/lib/components/address-popup/address-popup.component.mjs +0 -97
- package/esm2022/lib/components/address-suggestion/address-suggestion.component.mjs +0 -289
- package/esm2022/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.mjs +0 -245
- package/esm2022/lib/components/associate-ssn/associate-ssn.component.mjs +0 -203
- package/esm2022/lib/components/claim-info/claim-info.component.mjs +0 -408
- package/esm2022/lib/components/dua-request-page/dua-request-page.component.mjs +0 -596
- package/esm2022/lib/components/dua-request-popup/dua-request-popup.component.mjs +0 -356
- package/esm2022/lib/components/employer-info/employer-info.component.mjs +0 -319
- package/esm2022/lib/components/employer-pay/employer-pay.component.mjs +0 -238
- package/esm2022/lib/components/employer-pay-grid/employer-pay-grid.component.mjs +0 -302
- package/esm2022/lib/components/farm-usage/farm-usage.component.mjs +0 -172
- package/esm2022/lib/components/gross-earnings/gross-earnings.component.mjs +0 -201
- package/esm2022/lib/components/history-page/history-page.component.mjs +0 -571
- package/esm2022/lib/components/idme/idme.component.mjs +0 -84
- package/esm2022/lib/components/offline-add-employer/offline-add-employer.component.mjs +0 -3661
- package/esm2022/lib/components/offline-bank-details/offline-bank-details.component.mjs +0 -258
- package/esm2022/lib/components/offline-employer-grid/offline-employer-grid.component.mjs +0 -853
- package/esm2022/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.mjs +0 -251
- package/esm2022/lib/components/proof-of-anything/proof-of-anything.component.mjs +0 -261
- package/esm2022/lib/components/proof-of-document-upload/proof-of-document-upload.component.mjs +0 -560
- package/esm2022/lib/components/scrollable-text/scrollable-text.component.mjs +0 -25
- package/esm2022/lib/components/sms/sms.component.mjs +0 -336
- package/esm2022/lib/components/wage-calculator/wage-calculator.component.mjs +0 -527
- package/esm2022/lib/components/wage-grid/wage-grid.component.mjs +0 -274
- package/esm2022/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.mjs +0 -147
- package/esm2022/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.mjs +0 -167
- package/esm2022/lib/components/weekly-certification/weekly-certification.component.mjs +0 -828
- package/esm2022/lib/components/weekly-confirmation/confirmation.component.mjs +0 -129
- package/esm2022/lib/components/weekly-interim-confirmation/interim-confirmation.component.mjs +0 -136
- package/esm2022/lib/components/weekly-summary-v2/summary.component-v2.mjs +0 -72
- package/esm2022/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.mjs +0 -50
- package/esm2022/lib/components/weekly-work-search-counter/work-search-counter.component.mjs +0 -92
- package/esm2022/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.mjs +0 -1190
- package/esm2022/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.mjs +0 -690
- package/esm2022/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.mjs +0 -524
- package/esm2022/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.mjs +0 -394
- package/esm2022/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.mjs +0 -640
- package/esm2022/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.mjs +0 -33
- package/esm2022/lib/enums/AddressValidationResponseEnum.mjs +0 -9
- package/esm2022/lib/enums/AddressValidationSourceFunctionEnum.mjs +0 -5
- package/esm2022/lib/models/ActiveClaimModel.mjs +0 -3
- package/esm2022/lib/models/CountyModel.mjs +0 -3
- package/esm2022/lib/models/DuaAppDataModel.mjs +0 -3
- package/esm2022/lib/models/DuaRequestModel.mjs +0 -3
- package/esm2022/lib/models/DuaRetroWeeksComponentModel.mjs +0 -6
- package/esm2022/lib/models/EmployerInfoComponentModel.mjs +0 -4
- package/esm2022/lib/models/EmployerPayInfoModel.mjs +0 -6
- package/esm2022/lib/models/FarmUsageComponentModel.mjs +0 -2
- package/esm2022/lib/models/GrossEarningsModel.mjs +0 -3
- package/esm2022/lib/models/HelpConstants.mjs +0 -5
- package/esm2022/lib/models/LexisNexisOtpDetailsResponseModel.mjs +0 -3
- package/esm2022/lib/models/ReasonSeparationRequestModel.mjs +0 -3
- package/esm2022/lib/models/RetroWeeksModel.mjs +0 -3
- package/esm2022/lib/models/SecurityQuestionAnswerModel.mjs +0 -3
- package/esm2022/lib/models/SendOtpRequestModel.mjs +0 -3
- package/esm2022/lib/models/VerifyOtpRequestModel.mjs +0 -3
- package/esm2022/lib/models/WageCalculatorModel.mjs +0 -3
- package/esm2022/lib/models/WageInfoModel.mjs +0 -4
- package/esm2022/lib/models/addressValidation/AddressRecommendationModel.mjs +0 -3
- package/esm2022/lib/models/addressValidation/AddressValidationRequestComponentModel.mjs +0 -3
- package/esm2022/lib/models/addressValidation/AddressValidationResponseComponentModel.mjs +0 -3
- package/esm2022/lib/models/addressValidation/AddressValidationReturnComponentModel.mjs +0 -3
- package/esm2022/lib/models/combo-model.mjs +0 -343
- package/esm2022/lib/models/fileupload/DocUploadModel.mjs +0 -7
- package/esm2022/lib/models/fileupload/EmployerDataModel.mjs +0 -3
- package/esm2022/lib/models/fileupload/FileObject.mjs +0 -3
- package/esm2022/lib/models/fileupload/FileObjectArray.mjs +0 -7
- package/esm2022/lib/models/questionnaire/AppealParticipantModel.mjs +0 -8
- package/esm2022/lib/models/questionnaire/ScrollableTextModel.mjs +0 -3
- package/esm2022/lib/models/questionnaire/WbaHelperTextModel.mjs +0 -3
- package/esm2022/lib/models/weekly-cert/WorkSearchWaiverModel.mjs +0 -3
- package/esm2022/lib/models/weekly-cert/address-detail-model.mjs +0 -2
- package/esm2022/lib/models/weekly-cert/admin-leave-details-model.mjs +0 -7
- package/esm2022/lib/models/weekly-cert/employer-info-v2-model.mjs +0 -7
- package/esm2022/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.mjs +0 -6
- package/esm2022/lib/models/weekly-cert/weekly-certification-v2-model.mjs +0 -34
- package/esm2022/lib/models/weekly-cert/work-search-record-v2-model.mjs +0 -15
- package/esm2022/lib/models/weekly-cert/work-search-v2-model.mjs +0 -11
- package/esm2022/lib/pipes/format-worksearch/format-worksearch.pipe.mjs +0 -101
- package/esm2022/lib/services/address-validation-service/address-validation.service.mjs +0 -151
- package/esm2022/lib/services/appeal/appeal.service.mjs +0 -37
- package/esm2022/lib/services/birt-service/birt.service.mjs +0 -57
- package/esm2022/lib/services/employer/employer-service.mjs +0 -35
- package/esm2022/lib/services/event-service/event-service.mjs +0 -44
- package/esm2022/lib/services/offline-claims/offline-claims.service.mjs +0 -327
- package/esm2022/lib/services/weekly-cert/review.service.mjs +0 -101
- package/esm2022/lib/services/weekly-cert/weekly-cert.service.mjs +0 -37
- package/esm2022/lib/services/weekly-cert/work-search.service.mjs +0 -58
- package/lib/components/add-wage/add-wage.component.d.ts +0 -30
- package/lib/components/add-wage/add-wage.component.d.ts.map +0 -1
- package/lib/components/address-popup/address-popup.component.d.ts +0 -16
- package/lib/components/address-popup/address-popup.component.d.ts.map +0 -1
- package/lib/components/address-suggestion/address-suggestion.component.d.ts +0 -43
- package/lib/components/address-suggestion/address-suggestion.component.d.ts.map +0 -1
- package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts +0 -37
- package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts.map +0 -1
- package/lib/components/associate-ssn/associate-ssn.component.d.ts +0 -33
- package/lib/components/associate-ssn/associate-ssn.component.d.ts.map +0 -1
- package/lib/components/claim-info/claim-info.component.d.ts +0 -49
- package/lib/components/claim-info/claim-info.component.d.ts.map +0 -1
- package/lib/components/dua-request-page/dua-request-page.component.d.ts +0 -74
- package/lib/components/dua-request-page/dua-request-page.component.d.ts.map +0 -1
- package/lib/components/dua-request-popup/dua-request-popup.component.d.ts +0 -61
- package/lib/components/dua-request-popup/dua-request-popup.component.d.ts.map +0 -1
- package/lib/components/employer-info/employer-info.component.d.ts +0 -50
- package/lib/components/employer-info/employer-info.component.d.ts.map +0 -1
- package/lib/components/employer-pay/employer-pay.component.d.ts +0 -51
- package/lib/components/employer-pay/employer-pay.component.d.ts.map +0 -1
- package/lib/components/employer-pay-grid/employer-pay-grid.component.d.ts +0 -43
- package/lib/components/employer-pay-grid/employer-pay-grid.component.d.ts.map +0 -1
- package/lib/components/farm-usage/farm-usage.component.d.ts +0 -33
- package/lib/components/farm-usage/farm-usage.component.d.ts.map +0 -1
- package/lib/components/gross-earnings/gross-earnings.component.d.ts +0 -42
- package/lib/components/gross-earnings/gross-earnings.component.d.ts.map +0 -1
- package/lib/components/history-page/history-page.component.d.ts +0 -80
- package/lib/components/history-page/history-page.component.d.ts.map +0 -1
- package/lib/components/idme/idme.component.d.ts +0 -19
- package/lib/components/idme/idme.component.d.ts.map +0 -1
- package/lib/components/offline-add-employer/offline-add-employer.component.d.ts +0 -311
- package/lib/components/offline-add-employer/offline-add-employer.component.d.ts.map +0 -1
- package/lib/components/offline-bank-details/offline-bank-details.component.d.ts +0 -33
- package/lib/components/offline-bank-details/offline-bank-details.component.d.ts.map +0 -1
- package/lib/components/offline-employer-grid/offline-employer-grid.component.d.ts +0 -97
- package/lib/components/offline-employer-grid/offline-employer-grid.component.d.ts.map +0 -1
- package/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.d.ts +0 -33
- package/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.d.ts.map +0 -1
- package/lib/components/proof-of-anything/proof-of-anything.component.d.ts +0 -54
- package/lib/components/proof-of-anything/proof-of-anything.component.d.ts.map +0 -1
- package/lib/components/proof-of-document-upload/proof-of-document-upload.component.d.ts +0 -74
- package/lib/components/proof-of-document-upload/proof-of-document-upload.component.d.ts.map +0 -1
- package/lib/components/scrollable-text/scrollable-text.component.d.ts +0 -11
- package/lib/components/scrollable-text/scrollable-text.component.d.ts.map +0 -1
- package/lib/components/sms/sms.component.d.ts +0 -63
- package/lib/components/sms/sms.component.d.ts.map +0 -1
- package/lib/components/wage-calculator/wage-calculator.component.d.ts +0 -44
- package/lib/components/wage-calculator/wage-calculator.component.d.ts.map +0 -1
- package/lib/components/wage-grid/wage-grid.component.d.ts +0 -43
- package/lib/components/wage-grid/wage-grid.component.d.ts.map +0 -1
- package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts +0 -28
- package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts.map +0 -1
- package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts +0 -28
- package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts.map +0 -1
- package/lib/components/weekly-certification/weekly-certification.component.d.ts +0 -101
- package/lib/components/weekly-certification/weekly-certification.component.d.ts.map +0 -1
- package/lib/components/weekly-confirmation/confirmation.component.d.ts +0 -21
- package/lib/components/weekly-confirmation/confirmation.component.d.ts.map +0 -1
- package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts +0 -34
- package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts.map +0 -1
- package/lib/components/weekly-summary-v2/summary.component-v2.d.ts +0 -17
- package/lib/components/weekly-summary-v2/summary.component-v2.d.ts.map +0 -1
- package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts +0 -10
- package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts.map +0 -1
- package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts +0 -17
- package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts.map +0 -1
- package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts +0 -105
- package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts.map +0 -1
- package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts +0 -71
- package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts.map +0 -1
- package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts +0 -59
- package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts.map +0 -1
- package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts +0 -47
- package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts.map +0 -1
- package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts +0 -78
- package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts.map +0 -1
- package/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.d.ts +0 -8
- package/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.d.ts.map +0 -1
- package/lib/enums/AddressValidationResponseEnum.d.ts +0 -8
- package/lib/enums/AddressValidationResponseEnum.d.ts.map +0 -1
- package/lib/enums/AddressValidationSourceFunctionEnum.d.ts +0 -4
- package/lib/enums/AddressValidationSourceFunctionEnum.d.ts.map +0 -1
- package/lib/models/ActiveClaimModel.d.ts +0 -8
- package/lib/models/ActiveClaimModel.d.ts.map +0 -1
- package/lib/models/CountyModel.d.ts +0 -8
- package/lib/models/CountyModel.d.ts.map +0 -1
- package/lib/models/DuaAppDataModel.d.ts +0 -5
- package/lib/models/DuaAppDataModel.d.ts.map +0 -1
- package/lib/models/DuaRequestModel.d.ts +0 -10
- package/lib/models/DuaRequestModel.d.ts.map +0 -1
- package/lib/models/DuaRetroWeeksComponentModel.d.ts +0 -5
- package/lib/models/DuaRetroWeeksComponentModel.d.ts.map +0 -1
- package/lib/models/EmployerInfoComponentModel.d.ts +0 -9
- package/lib/models/EmployerInfoComponentModel.d.ts.map +0 -1
- package/lib/models/EmployerPayInfoModel.d.ts +0 -20
- package/lib/models/EmployerPayInfoModel.d.ts.map +0 -1
- package/lib/models/FarmUsageComponentModel.d.ts +0 -10
- package/lib/models/FarmUsageComponentModel.d.ts.map +0 -1
- package/lib/models/GrossEarningsModel.d.ts +0 -6
- package/lib/models/GrossEarningsModel.d.ts.map +0 -1
- package/lib/models/HelpConstants.d.ts +0 -5
- package/lib/models/HelpConstants.d.ts.map +0 -1
- package/lib/models/LexisNexisOtpDetailsResponseModel.d.ts +0 -7
- package/lib/models/LexisNexisOtpDetailsResponseModel.d.ts.map +0 -1
- package/lib/models/ReasonSeparationRequestModel.d.ts +0 -7
- package/lib/models/ReasonSeparationRequestModel.d.ts.map +0 -1
- package/lib/models/RetroWeeksModel.d.ts +0 -11
- package/lib/models/RetroWeeksModel.d.ts.map +0 -1
- package/lib/models/SecurityQuestionAnswerModel.d.ts +0 -7
- package/lib/models/SecurityQuestionAnswerModel.d.ts.map +0 -1
- package/lib/models/SendOtpRequestModel.d.ts +0 -12
- package/lib/models/SendOtpRequestModel.d.ts.map +0 -1
- package/lib/models/VerifyOtpRequestModel.d.ts +0 -8
- package/lib/models/VerifyOtpRequestModel.d.ts.map +0 -1
- package/lib/models/WageCalculatorModel.d.ts +0 -15
- package/lib/models/WageCalculatorModel.d.ts.map +0 -1
- package/lib/models/WageInfoModel.d.ts +0 -9
- package/lib/models/WageInfoModel.d.ts.map +0 -1
- package/lib/models/addressValidation/AddressRecommendationModel.d.ts +0 -12
- package/lib/models/addressValidation/AddressRecommendationModel.d.ts.map +0 -1
- package/lib/models/addressValidation/AddressValidationRequestComponentModel.d.ts +0 -11
- package/lib/models/addressValidation/AddressValidationRequestComponentModel.d.ts.map +0 -1
- package/lib/models/addressValidation/AddressValidationResponseComponentModel.d.ts +0 -6
- package/lib/models/addressValidation/AddressValidationResponseComponentModel.d.ts.map +0 -1
- package/lib/models/addressValidation/AddressValidationReturnComponentModel.d.ts +0 -16
- package/lib/models/addressValidation/AddressValidationReturnComponentModel.d.ts.map +0 -1
- package/lib/models/combo-model.d.ts +0 -42
- package/lib/models/combo-model.d.ts.map +0 -1
- package/lib/models/fileupload/DocUploadModel.d.ts +0 -22
- package/lib/models/fileupload/DocUploadModel.d.ts.map +0 -1
- package/lib/models/fileupload/EmployerDataModel.d.ts +0 -6
- package/lib/models/fileupload/EmployerDataModel.d.ts.map +0 -1
- package/lib/models/fileupload/FileObject.d.ts +0 -8
- package/lib/models/fileupload/FileObject.d.ts.map +0 -1
- package/lib/models/fileupload/FileObjectArray.d.ts +0 -8
- package/lib/models/fileupload/FileObjectArray.d.ts.map +0 -1
- package/lib/models/questionnaire/AppealParticipantModel.d.ts +0 -17
- package/lib/models/questionnaire/AppealParticipantModel.d.ts.map +0 -1
- package/lib/models/questionnaire/ScrollableTextModel.d.ts +0 -4
- package/lib/models/questionnaire/ScrollableTextModel.d.ts.map +0 -1
- package/lib/models/questionnaire/WbaHelperTextModel.d.ts +0 -4
- package/lib/models/questionnaire/WbaHelperTextModel.d.ts.map +0 -1
- package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts +0 -9
- package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts.map +0 -1
- package/lib/models/weekly-cert/address-detail-model.d.ts +0 -14
- package/lib/models/weekly-cert/address-detail-model.d.ts.map +0 -1
- package/lib/models/weekly-cert/admin-leave-details-model.d.ts +0 -15
- package/lib/models/weekly-cert/admin-leave-details-model.d.ts.map +0 -1
- package/lib/models/weekly-cert/employer-info-v2-model.d.ts +0 -27
- package/lib/models/weekly-cert/employer-info-v2-model.d.ts.map +0 -1
- package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts +0 -57
- package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts.map +0 -1
- package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts +0 -59
- package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts.map +0 -1
- package/lib/models/weekly-cert/work-search-record-v2-model.d.ts +0 -66
- package/lib/models/weekly-cert/work-search-record-v2-model.d.ts.map +0 -1
- package/lib/models/weekly-cert/work-search-v2-model.d.ts +0 -18
- package/lib/models/weekly-cert/work-search-v2-model.d.ts.map +0 -1
- package/lib/pipes/format-worksearch/format-worksearch.pipe.d.ts +0 -14
- package/lib/pipes/format-worksearch/format-worksearch.pipe.d.ts.map +0 -1
- package/lib/services/address-validation-service/address-validation.service.d.ts +0 -44
- package/lib/services/address-validation-service/address-validation.service.d.ts.map +0 -1
- package/lib/services/appeal/appeal.service.d.ts +0 -16
- package/lib/services/appeal/appeal.service.d.ts.map +0 -1
- package/lib/services/birt-service/birt.service.d.ts +0 -17
- package/lib/services/birt-service/birt.service.d.ts.map +0 -1
- package/lib/services/employer/employer-service.d.ts +0 -16
- package/lib/services/employer/employer-service.d.ts.map +0 -1
- package/lib/services/event-service/event-service.d.ts +0 -20
- package/lib/services/event-service/event-service.d.ts.map +0 -1
- package/lib/services/offline-claims/offline-claims.service.d.ts +0 -64
- package/lib/services/offline-claims/offline-claims.service.d.ts.map +0 -1
- package/lib/services/weekly-cert/review.service.d.ts +0 -23
- package/lib/services/weekly-cert/review.service.d.ts.map +0 -1
- package/lib/services/weekly-cert/weekly-cert.service.d.ts +0 -17
- package/lib/services/weekly-cert/weekly-cert.service.d.ts.map +0 -1
- package/lib/services/weekly-cert/work-search.service.d.ts +0 -26
- package/lib/services/weekly-cert/work-search.service.d.ts.map +0 -1
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { Validators } from '@angular/forms';
|
|
2
2
|
import { LibConstants } from '../models/LibConstants';
|
|
3
|
+
import { afterNextRender, AfterRenderPhase, Component } from '@angular/core';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
3
5
|
/** Error when invalid control is dirty, touched, or submitted. */
|
|
4
6
|
export class CustomErrorStateMatcher {
|
|
5
7
|
isErrorState(control, form) {
|
|
@@ -11,7 +13,7 @@ export class BasePage {
|
|
|
11
13
|
constructor() {
|
|
12
14
|
this.newPasswordPolicyValidators = [
|
|
13
15
|
Validators.minLength(14),
|
|
14
|
-
Validators.maxLength(
|
|
16
|
+
Validators.maxLength(25),
|
|
15
17
|
];
|
|
16
18
|
this.oldPasswordPolicyValidators = [
|
|
17
19
|
Validators.minLength(8),
|
|
@@ -21,9 +23,19 @@ export class BasePage {
|
|
|
21
23
|
this.loading = false;
|
|
22
24
|
this.spinning = false;
|
|
23
25
|
this.isNewPasswordPolicyEnabled = LibConstants.isNewPasswordPolicyEnabled == 'true';
|
|
24
|
-
this.isNewPasswordPolicyEnabledForClaimant = LibConstants.isNewPasswordPolicyEnabledForClaimant == 'true';
|
|
25
|
-
this.isNewPasswordPolicyEnabledForEmployer = LibConstants.isNewPasswordPolicyEnabledForEmployer == 'true';
|
|
26
26
|
this.isSameSymbolPolicyForClaimantAndAgency = LibConstants.isSameSymbolPolicyForClaimantAndAgency == 'true';
|
|
27
|
+
afterNextRender(() => {
|
|
28
|
+
BasePage.primeNGFixes();
|
|
29
|
+
}, { phase: AfterRenderPhase.Write });
|
|
30
|
+
}
|
|
31
|
+
static primeNGFixes() {
|
|
32
|
+
document.querySelectorAll('p-selectbutton div').forEach(el => {
|
|
33
|
+
el.removeAttribute('aria-pressed');
|
|
34
|
+
el.removeAttribute('aria-labelledby');
|
|
35
|
+
});
|
|
36
|
+
document.querySelectorAll('p-dropdown span[role=combobox]').forEach(el => {
|
|
37
|
+
el.setAttribute('aria-labeledby', el.attributes['id'].value + '-label');
|
|
38
|
+
});
|
|
27
39
|
}
|
|
28
40
|
showLoader() {
|
|
29
41
|
this.loading = true;
|
|
@@ -75,5 +87,12 @@ export class BasePage {
|
|
|
75
87
|
return (event.order * result);
|
|
76
88
|
});
|
|
77
89
|
}
|
|
90
|
+
static { this.ɵfac = function BasePage_Factory(t) { return new (t || BasePage)(); }; }
|
|
91
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BasePage, selectors: [["ng-component"]], decls: 0, vars: 0, template: function BasePage_Template(rf, ctx) { }, encapsulation: 2 }); }
|
|
78
92
|
}
|
|
79
|
-
|
|
93
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BasePage, [{
|
|
94
|
+
type: Component,
|
|
95
|
+
args: [{ template: '' }]
|
|
96
|
+
}], () => [], null); })();
|
|
97
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(BasePage, { className: "BasePage", filePath: "lib\\pages\\BasePage.ts", lineNumber: 15 }); })();
|
|
98
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiQmFzZVBhZ2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL3BhZ2VzL0Jhc2VQYWdlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBK0QsVUFBVSxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFFekcsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBRXRELE9BQU8sRUFBRSxlQUFlLEVBQUUsZ0JBQWdCLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQUU3RSxrRUFBa0U7QUFDbEUsTUFBTSxPQUFPLHVCQUF1QjtJQUNoQyxZQUFZLENBQUMsT0FBa0MsRUFBRSxJQUF3QztRQUN2RixNQUFNLFdBQVcsR0FBRyxJQUFJLElBQUksSUFBSSxDQUFDLFNBQVMsQ0FBQztRQUMzQyxPQUFPLENBQUMsQ0FBQyxDQUFDLE9BQU8sSUFBSSxPQUFPLENBQUMsT0FBTyxJQUFJLENBQUMsT0FBTyxDQUFDLEtBQUssSUFBSSxPQUFPLENBQUMsT0FBTyxJQUFJLFdBQVcsQ0FBQyxDQUFDLENBQUM7SUFDN0YsQ0FBQztDQUNKO0FBRUQsTUFBTSxPQUFnQixRQUFRO0lBQzFCO1FBZUEsZ0NBQTJCLEdBQW1CO1lBQzFDLFVBQVUsQ0FBQyxTQUFTLENBQUMsRUFBRSxDQUFDO1lBQ3hCLFVBQVUsQ0FBQyxTQUFTLENBQUMsRUFBRSxDQUFDO1NBQzNCLENBQUM7UUFFRixnQ0FBMkIsR0FBbUI7WUFDMUMsVUFBVSxDQUFDLFNBQVMsQ0FBQyxDQUFDLENBQUM7WUFDdkIsVUFBVSxDQUFDLFNBQVMsQ0FBQyxFQUFFLENBQUM7U0FDM0IsQ0FBQztRQUVLLFlBQU8sR0FBRyxJQUFJLHVCQUF1QixFQUFFLENBQUM7UUFFeEMsWUFBTyxHQUFHLEtBQUssQ0FBQztRQUVoQixhQUFRLEdBQUcsS0FBSyxDQUFDO1FBRWpCLCtCQUEwQixHQUFHLFlBQVksQ0FBQywwQkFBMEIsSUFBSSxNQUFNLENBQUM7UUFFbEYsMkNBQXNDLEdBQUcsWUFBWSxDQUFDLHNDQUFzQyxJQUFJLE1BQU0sQ0FBQztRQWhDdkcsZUFBZSxDQUFDLEdBQUcsRUFBRTtZQUNqQixRQUFRLENBQUMsWUFBWSxFQUFFLENBQUM7UUFDNUIsQ0FBQyxFQUFFLEVBQUMsS0FBSyxFQUFFLGdCQUFnQixDQUFDLEtBQUssRUFBQyxDQUFDLENBQUM7SUFDeEMsQ0FBQztJQUVELE1BQU0sQ0FBQyxZQUFZO1FBQ2YsUUFBUSxDQUFDLGdCQUFnQixDQUFDLG9CQUFvQixDQUFDLENBQUMsT0FBTyxDQUFDLEVBQUUsQ0FBQyxFQUFFO1lBQ3pELEVBQUUsQ0FBQyxlQUFlLENBQUMsY0FBYyxDQUFDLENBQUM7WUFDbkMsRUFBRSxDQUFDLGVBQWUsQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDO1FBQzFDLENBQUMsQ0FBQyxDQUFDO1FBQ0gsUUFBUSxDQUFDLGdCQUFnQixDQUFDLGdDQUFnQyxDQUFDLENBQUMsT0FBTyxDQUFDLEVBQUUsQ0FBQyxFQUFFO1lBQ3JFLEVBQUUsQ0FBQyxZQUFZLENBQUMsZ0JBQWdCLEVBQUUsRUFBRSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFLLEdBQUMsUUFBUSxDQUFDLENBQUM7UUFDMUUsQ0FBQyxDQUFDLENBQUM7SUFDUCxDQUFDO0lBcUJELFVBQVU7UUFDTixJQUFJLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQztJQUN4QixDQUFDO0lBRUQsVUFBVTtRQUNOLElBQUksQ0FBQyxPQUFPLEdBQUcsS0FBSyxDQUFDO0lBQ3pCLENBQUM7SUFFRCxXQUFXO1FBQ1AsSUFBSSxDQUFDLFFBQVEsR0FBRyxJQUFJLENBQUM7SUFDekIsQ0FBQztJQUVELFdBQVc7UUFDUCxJQUFJLENBQUMsUUFBUSxHQUFHLEtBQUssQ0FBQztJQUMxQixDQUFDO0lBRUQsSUFBSTtRQUNBLE9BQU8sWUFBWSxDQUFDLEtBQUssS0FBSyxJQUFJLENBQUE7SUFDdEMsQ0FBQztJQUVELElBQUk7UUFDQSxPQUFPLFlBQVksQ0FBQyxLQUFLLEtBQUssSUFBSSxDQUFBO0lBQ3RDLENBQUM7SUFFRCxJQUFJO1FBQ0EsT0FBTyxZQUFZLENBQUMsS0FBSyxLQUFLLElBQUksQ0FBQTtJQUN0QyxDQUFDO0lBRUQsSUFBSTtRQUNBLE9BQU8sWUFBWSxDQUFDLEtBQUssS0FBSyxJQUFJLENBQUE7SUFDdEMsQ0FBQztJQUVELElBQUk7UUFDQSxPQUFPLFlBQVksQ0FBQyxLQUFLLEtBQUssSUFBSSxDQUFBO0lBQ3RDLENBQUM7SUFFRCxrQkFBa0IsQ0FBQyxLQUFnQjtRQUMvQixLQUFLLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDLEtBQUssRUFBRSxLQUFLLEVBQUUsRUFBRTtZQUM3QixJQUFJLE1BQU0sR0FBRyxLQUFLLENBQUMsS0FBSyxDQUFDLEtBQUssQ0FBQyxDQUFDO1lBQ2hDLElBQUksTUFBTSxHQUFHLEtBQUssQ0FBQyxLQUFLLENBQUMsS0FBSyxDQUFDLENBQUM7WUFDaEMsSUFBSSxNQUFNLEdBQUcsSUFBSSxDQUFDO1lBRWxCLElBQUksTUFBTSxJQUFJLElBQUksSUFBSSxNQUFNLElBQUksSUFBSTtnQkFDaEMsTUFBTSxHQUFHLENBQUMsQ0FBQyxDQUFDO2lCQUNYLElBQUksTUFBTSxJQUFJLElBQUksSUFBSSxNQUFNLElBQUksSUFBSTtnQkFDckMsTUFBTSxHQUFHLENBQUMsQ0FBQztpQkFDVixJQUFJLE1BQU0sSUFBSSxJQUFJLElBQUksTUFBTSxJQUFJLElBQUk7Z0JBQ3JDLE1BQU0sR0FBRyxDQUFDLENBQUM7aUJBQ1YsSUFBSSxPQUFPLE1BQU0sS0FBSyxRQUFRLElBQUksT0FBTyxNQUFNLEtBQUssUUFBUSxFQUFDO2dCQUM5RCxJQUFHLEtBQUssQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLE1BQU0sQ0FBQyxDQUFDLElBQUksS0FBSyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsTUFBTSxDQUFDLENBQUM7b0JBQ3ZELE1BQU0sR0FBRyxNQUFNLENBQUMsYUFBYSxDQUFDLE1BQU0sQ0FBQyxDQUFDOztvQkFFdEMsTUFBTSxHQUFHLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxNQUFNLENBQUMsR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsTUFBTSxDQUFDLEdBQUcsSUFBSSxDQUFDLEtBQUssQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQzthQUNqSDtpQkFDRztnQkFDQSxNQUFNLEdBQUcsQ0FBQyxNQUFNLEdBQUcsTUFBTSxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLE1BQU0sR0FBRyxNQUFNLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUM7YUFDL0Q7WUFDRCxPQUFPLENBQUMsS0FBSyxDQUFDLEtBQUssR0FBRyxNQUFNLENBQUMsQ0FBQztRQUNsQyxDQUFDLENBQUMsQ0FBQztJQUNQLENBQUM7eUVBL0ZpQixRQUFRO29FQUFSLFFBQVE7O2lGQUFSLFFBQVE7Y0FEN0IsU0FBUztlQUFDLEVBQUUsUUFBUSxFQUFFLEVBQUUsRUFBRTs7a0ZBQ0wsUUFBUSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFVudHlwZWRGb3JtQ29udHJvbCwgRm9ybUdyb3VwRGlyZWN0aXZlLCBOZ0Zvcm0sIFZhbGlkYXRvckZuLCBWYWxpZGF0b3JzIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xyXG5pbXBvcnQgeyBFcnJvclN0YXRlTWF0Y2hlciB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2NvcmUnO1xyXG5pbXBvcnQgeyBMaWJDb25zdGFudHMgfSBmcm9tICcuLi9tb2RlbHMvTGliQ29uc3RhbnRzJztcclxuaW1wb3J0IHsgU29ydEV2ZW50IH0gZnJvbSAncHJpbWVuZy9hcGknO1xyXG5pbXBvcnQgeyBhZnRlck5leHRSZW5kZXIsIEFmdGVyUmVuZGVyUGhhc2UsIENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuLyoqIEVycm9yIHdoZW4gaW52YWxpZCBjb250cm9sIGlzIGRpcnR5LCB0b3VjaGVkLCBvciBzdWJtaXR0ZWQuICovXHJcbmV4cG9ydCBjbGFzcyBDdXN0b21FcnJvclN0YXRlTWF0Y2hlciBpbXBsZW1lbnRzIEVycm9yU3RhdGVNYXRjaGVyIHtcclxuICAgIGlzRXJyb3JTdGF0ZShjb250cm9sOiBVbnR5cGVkRm9ybUNvbnRyb2wgfCBudWxsLCBmb3JtOiBGb3JtR3JvdXBEaXJlY3RpdmUgfCBOZ0Zvcm0gfCBudWxsKTogYm9vbGVhbiB7XHJcbiAgICAgIGNvbnN0IGlzU3VibWl0dGVkID0gZm9ybSAmJiBmb3JtLnN1Ym1pdHRlZDtcclxuICAgICAgcmV0dXJuICEhKGNvbnRyb2wgJiYgY29udHJvbC5pbnZhbGlkICYmIChjb250cm9sLmRpcnR5IHx8IGNvbnRyb2wudG91Y2hlZCB8fCBpc1N1Ym1pdHRlZCkpO1xyXG4gICAgfVxyXG59XHJcbkBDb21wb25lbnQoeyB0ZW1wbGF0ZTogJycgfSlcclxuZXhwb3J0IGFic3RyYWN0IGNsYXNzIEJhc2VQYWdlIHtcclxuICAgIGNvbnN0cnVjdG9yKCkge1xyXG4gICAgICAgIGFmdGVyTmV4dFJlbmRlcigoKSA9PiB7XHJcbiAgICAgICAgICAgIEJhc2VQYWdlLnByaW1lTkdGaXhlcygpO1xyXG4gICAgICAgIH0sIHtwaGFzZTogQWZ0ZXJSZW5kZXJQaGFzZS5Xcml0ZX0pO1xyXG4gICAgfVxyXG5cclxuICAgIHN0YXRpYyBwcmltZU5HRml4ZXMoKTogdm9pZCB7XHJcbiAgICAgICAgZG9jdW1lbnQucXVlcnlTZWxlY3RvckFsbCgncC1zZWxlY3RidXR0b24gZGl2JykuZm9yRWFjaChlbCA9PiB7XHJcbiAgICAgICAgICAgIGVsLnJlbW92ZUF0dHJpYnV0ZSgnYXJpYS1wcmVzc2VkJyk7IFxyXG4gICAgICAgICAgICBlbC5yZW1vdmVBdHRyaWJ1dGUoJ2FyaWEtbGFiZWxsZWRieScpO1xyXG4gICAgICAgIH0pO1xyXG4gICAgICAgIGRvY3VtZW50LnF1ZXJ5U2VsZWN0b3JBbGwoJ3AtZHJvcGRvd24gc3Bhbltyb2xlPWNvbWJvYm94XScpLmZvckVhY2goZWwgPT4ge1xyXG4gICAgICAgICAgICBlbC5zZXRBdHRyaWJ1dGUoJ2FyaWEtbGFiZWxlZGJ5JywgZWwuYXR0cmlidXRlc1snaWQnXS52YWx1ZSsnLWxhYmVsJyk7XHJcbiAgICAgICAgfSk7XHJcbiAgICB9XHJcbiAgICBuZXdQYXNzd29yZFBvbGljeVZhbGlkYXRvcnMgOiBWYWxpZGF0b3JGbltdID0gW1xyXG4gICAgICAgIFZhbGlkYXRvcnMubWluTGVuZ3RoKDE0KSwgXHJcbiAgICAgICAgVmFsaWRhdG9ycy5tYXhMZW5ndGgoMjUpLFxyXG4gICAgXTtcclxuXHJcbiAgICBvbGRQYXNzd29yZFBvbGljeVZhbGlkYXRvcnMgOiBWYWxpZGF0b3JGbltdID0gW1xyXG4gICAgICAgIFZhbGlkYXRvcnMubWluTGVuZ3RoKDgpLCBcclxuICAgICAgICBWYWxpZGF0b3JzLm1heExlbmd0aCgxNSksXHJcbiAgICBdO1xyXG5cclxuICAgIHB1YmxpYyBtYXRjaGVyID0gbmV3IEN1c3RvbUVycm9yU3RhdGVNYXRjaGVyKCk7XHJcblxyXG4gICAgcHVibGljIGxvYWRpbmcgPSBmYWxzZTtcclxuXHJcbiAgICBwdWJsaWMgc3Bpbm5pbmcgPSBmYWxzZTtcclxuXHJcbiAgICBwdWJsaWMgaXNOZXdQYXNzd29yZFBvbGljeUVuYWJsZWQgPSBMaWJDb25zdGFudHMuaXNOZXdQYXNzd29yZFBvbGljeUVuYWJsZWQgPT0gJ3RydWUnO1xyXG5cdFxyXG5cdHB1YmxpYyBpc1NhbWVTeW1ib2xQb2xpY3lGb3JDbGFpbWFudEFuZEFnZW5jeSA9IExpYkNvbnN0YW50cy5pc1NhbWVTeW1ib2xQb2xpY3lGb3JDbGFpbWFudEFuZEFnZW5jeSA9PSAndHJ1ZSc7XHJcblxyXG4gICAgc2hvd0xvYWRlcigpe1xyXG4gICAgICAgIHRoaXMubG9hZGluZyA9IHRydWU7XHJcbiAgICB9XHJcblxyXG4gICAgaGlkZUxvYWRlcigpe1xyXG4gICAgICAgIHRoaXMubG9hZGluZyA9IGZhbHNlO1xyXG4gICAgfVxyXG5cclxuICAgIHNob3dTcGlubmVyKCl7XHJcbiAgICAgICAgdGhpcy5zcGlubmluZyA9IHRydWU7XHJcbiAgICB9XHJcblxyXG4gICAgaGlkZVNwaW5uZXIoKXtcclxuICAgICAgICB0aGlzLnNwaW5uaW5nID0gZmFsc2U7XHJcbiAgICB9XHJcblxyXG4gICAgaXNNUygpe1xyXG4gICAgICAgIHJldHVybiBMaWJDb25zdGFudHMuc3RhdGUgPT09ICdtcydcclxuICAgIH1cclxuXHJcbiAgICBpc01FKCl7XHJcbiAgICAgICAgcmV0dXJuIExpYkNvbnN0YW50cy5zdGF0ZSA9PT0gJ21lJ1xyXG4gICAgfVxyXG5cclxuICAgIGlzUkkoKXtcclxuICAgICAgICByZXR1cm4gTGliQ29uc3RhbnRzLnN0YXRlID09PSAncmknXHJcbiAgICB9XHJcblxyXG4gICAgaXNDVCgpe1xyXG4gICAgICAgIHJldHVybiBMaWJDb25zdGFudHMuc3RhdGUgPT09ICdjdCdcclxuICAgIH1cclxuXHJcbiAgICBpc09LKCl7XHJcbiAgICAgICAgcmV0dXJuIExpYkNvbnN0YW50cy5zdGF0ZSA9PT0gJ29rJ1xyXG4gICAgfVxyXG5cclxuICAgIHNvcnRDb2x1bW5zQnlFdmVudChldmVudDogU29ydEV2ZW50KSB7XHJcbiAgICAgICAgZXZlbnQuZGF0YS5zb3J0KChkYXRhMSwgZGF0YTIpID0+IHtcclxuICAgICAgICAgICAgbGV0IHZhbHVlMSA9IGRhdGExW2V2ZW50LmZpZWxkXTtcclxuICAgICAgICAgICAgbGV0IHZhbHVlMiA9IGRhdGEyW2V2ZW50LmZpZWxkXTtcclxuICAgICAgICAgICAgbGV0IHJlc3VsdCA9IG51bGw7XHJcbiAgICBcclxuICAgICAgICAgICAgaWYgKHZhbHVlMSA9PSBudWxsICYmIHZhbHVlMiAhPSBudWxsKVxyXG4gICAgICAgICAgICAgICAgcmVzdWx0ID0gLTE7XHJcbiAgICAgICAgICAgIGVsc2UgaWYgKHZhbHVlMSAhPSBudWxsICYmIHZhbHVlMiA9PSBudWxsKVxyXG4gICAgICAgICAgICAgICAgcmVzdWx0ID0gMTtcclxuICAgICAgICAgICAgZWxzZSBpZiAodmFsdWUxID09IG51bGwgJiYgdmFsdWUyID09IG51bGwpXHJcbiAgICAgICAgICAgICAgICByZXN1bHQgPSAwO1xyXG4gICAgICAgICAgICBlbHNlIGlmICh0eXBlb2YgdmFsdWUxID09PSAnc3RyaW5nJyAmJiB0eXBlb2YgdmFsdWUyID09PSAnc3RyaW5nJyl7XHJcbiAgICAgICAgICAgICAgICBpZihpc05hTihEYXRlLnBhcnNlKHZhbHVlMSkpICYmIGlzTmFOKERhdGUucGFyc2UodmFsdWUyKSkpICBcclxuICAgICAgICAgICAgICAgICAgcmVzdWx0ID0gdmFsdWUxLmxvY2FsZUNvbXBhcmUodmFsdWUyKTtcclxuICAgICAgICAgICAgICAgIGVsc2VcclxuICAgICAgICAgICAgICAgICAgcmVzdWx0ID0gKERhdGUucGFyc2UodmFsdWUxKSA8IERhdGUucGFyc2UodmFsdWUyKSkgPyAtMSA6IChEYXRlLnBhcnNlKHZhbHVlMSkgPiBEYXRlLnBhcnNlKHZhbHVlMikpID8gMSA6IDA7XHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgZWxzZXtcclxuICAgICAgICAgICAgICAgIHJlc3VsdCA9ICh2YWx1ZTEgPCB2YWx1ZTIpID8gLTEgOiAodmFsdWUxID4gdmFsdWUyKSA/IDEgOiAwO1xyXG4gICAgICAgICAgICB9XHJcbiAgICAgICAgICAgIHJldHVybiAoZXZlbnQub3JkZXIgKiByZXN1bHQpO1xyXG4gICAgICAgIH0pO1xyXG4gICAgfVxyXG59Il19
|
|
@@ -13,12 +13,12 @@ export class AccessibilityPolicyPage {
|
|
|
13
13
|
});
|
|
14
14
|
}
|
|
15
15
|
static { this.ɵfac = function AccessibilityPolicyPage_Factory(t) { return new (t || AccessibilityPolicyPage)(i0.ɵɵdirectiveInject(i1.PopoverController)); }; }
|
|
16
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AccessibilityPolicyPage, selectors: [["app-accessibility-policy"]], decls:
|
|
16
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AccessibilityPolicyPage, selectors: [["app-accessibility-policy"]], decls: 60, vars: 0, consts: [[1, "ion-padding"], [1, "WordSection1"], [1, "MsoNormal"], [1, "content1"], [2, "font-size", "10.0pt", "mso-bidi-font-size", "8.0pt", "font-family", "\"Arial\",\"sans-serif\"", "color", "windowtext"], [2, "font-size", "10.0pt", "mso-bidi-font-size", "8.0pt", "font-family", "\"Arial\",\"sans-serif\"", "mso-bidi-font-family", "\"Times New Roman\"", "color", "windowtext"], [2, "font-size", "10.0pt", "mso-bidi-font-size", "8.0pt", "font-family", "\"Arial\",\"sans-serif\""], [2, "font-family", "\"Arial\",\"sans-serif\""], [2, "mso-ansi-font-size", "10.0pt", "font-family", "\"Arial\",\"sans-serif\"", "color", "windowtext"], [2, "mso-special-character", "line-break"], [1, "ion-text-right", "ion-padding"], ["shape", "round", "type", "submit", "color", "success", 3, "click"], ["slot", "start", "name", "close-sharp"]], template: function AccessibilityPolicyPage_Template(rf, ctx) { if (rf & 1) {
|
|
17
17
|
i0.ɵɵelementStart(0, "ion-header")(1, "ion-toolbar")(2, "ion-title");
|
|
18
18
|
i0.ɵɵtext(3, "Accessibility Policy");
|
|
19
19
|
i0.ɵɵelementEnd()()();
|
|
20
20
|
i0.ɵɵelementStart(4, "ion-content", 0)(5, "div", 1)(6, "p", 2)(7, "span", 3)(8, "span", 4);
|
|
21
|
-
i0.ɵɵtext(9, "The
|
|
21
|
+
i0.ɵɵtext(9, "The Kansas Department of Labor (KDOL) is committed to providing employees and the public, including disabled individuals, access to its web-based information and services. KDOL makes every effort to remain in compliance with Priority One of the W3C Guidelines and the guidelines in Section 508 of the Rehabilitation Act that are not covered in W3C Priority One. ");
|
|
22
22
|
i0.ɵɵelementEnd()();
|
|
23
23
|
i0.ɵɵelementStart(10, "span", 3);
|
|
24
24
|
i0.ɵɵelement(11, "span", 5);
|
|
@@ -27,22 +27,22 @@ export class AccessibilityPolicyPage {
|
|
|
27
27
|
i0.ɵɵelement(14, "span", 4);
|
|
28
28
|
i0.ɵɵelementEnd()();
|
|
29
29
|
i0.ɵɵelementStart(15, "p", 2)(16, "span", 3)(17, "span", 4);
|
|
30
|
-
i0.ɵɵtext(18, "To reach the widest audience possible, this site is designed to be viewable from most commercially available Internet browsers and browser versions. The pages have been tested using the most common commercially available screen readers to help assure accessibility. However, since the
|
|
30
|
+
i0.ɵɵtext(18, "To reach the widest audience possible, this site is designed to be viewable from most commercially available Internet browsers and browser versions. The pages have been tested using the most common commercially available screen readers to help assure accessibility. However, since the KDOL portal provides many links to websites that are not created or maintained by KDOL, it is possible to reach sites that are not accessible to persons with disabilities.");
|
|
31
31
|
i0.ɵɵelementEnd()();
|
|
32
32
|
i0.ɵɵelementStart(19, "span", 6);
|
|
33
33
|
i0.ɵɵelement(20, "br")(21, "br");
|
|
34
34
|
i0.ɵɵelementStart(22, "strong")(23, "span", 7);
|
|
35
|
-
i0.ɵɵtext(24, "
|
|
35
|
+
i0.ɵɵtext(24, "dol.ks.gov Contact Information");
|
|
36
36
|
i0.ɵɵelementEnd()();
|
|
37
37
|
i0.ɵɵelementStart(25, "b");
|
|
38
38
|
i0.ɵɵelement(26, "br")(27, "br");
|
|
39
39
|
i0.ɵɵelementEnd();
|
|
40
40
|
i0.ɵɵelementStart(28, "span", 3)(29, "span", 8);
|
|
41
|
-
i0.ɵɵtext(30, "If you need assistance accessing or utilizing the
|
|
41
|
+
i0.ɵɵtext(30, "If you need assistance accessing or utilizing the KDOL web facilities, please contact us:");
|
|
42
42
|
i0.ɵɵelementEnd()();
|
|
43
43
|
i0.ɵɵelement(31, "br")(32, "br");
|
|
44
44
|
i0.ɵɵelementStart(33, "span", 3)(34, "span", 8);
|
|
45
|
-
i0.ɵɵtext(35, "Mail:\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\
|
|
45
|
+
i0.ɵɵtext(35, "Mail:\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0KS Department of Labor");
|
|
46
46
|
i0.ɵɵelementEnd()();
|
|
47
47
|
i0.ɵɵelement(36, "br");
|
|
48
48
|
i0.ɵɵelementStart(37, "span", 3)(38, "span", 8);
|
|
@@ -50,32 +50,28 @@ export class AccessibilityPolicyPage {
|
|
|
50
50
|
i0.ɵɵelementEnd()();
|
|
51
51
|
i0.ɵɵelement(40, "br");
|
|
52
52
|
i0.ɵɵelementStart(41, "span", 3)(42, "span", 8);
|
|
53
|
-
i0.ɵɵtext(43, "\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\
|
|
53
|
+
i0.ɵɵtext(43, "\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0P.O. Box 3539");
|
|
54
54
|
i0.ɵɵelementEnd()();
|
|
55
55
|
i0.ɵɵelement(44, "br");
|
|
56
56
|
i0.ɵɵelementStart(45, "span", 3)(46, "span", 8);
|
|
57
|
-
i0.ɵɵtext(47, "\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\
|
|
57
|
+
i0.ɵɵtext(47, "\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0Topeka, KS 66601-3539");
|
|
58
58
|
i0.ɵɵelementEnd()();
|
|
59
|
-
i0.ɵɵelement(48, "br");
|
|
60
|
-
i0.ɵɵelementStart(
|
|
61
|
-
i0.ɵɵtext(
|
|
59
|
+
i0.ɵɵelement(48, "br")(49, "br");
|
|
60
|
+
i0.ɵɵelementStart(50, "span", 3)(51, "span", 8);
|
|
61
|
+
i0.ɵɵtext(52, "Phone:\u00A0\u00A0\u00A0(601) 321-6000");
|
|
62
62
|
i0.ɵɵelementEnd()();
|
|
63
|
-
i0.ɵɵelement(
|
|
64
|
-
i0.ɵɵelementStart(54, "span", 3)(55, "span", 8);
|
|
65
|
-
i0.ɵɵtext(56, "Phone:\u00A0\u00A0\u00A0(601) 321-6000");
|
|
66
|
-
i0.ɵɵelementEnd()();
|
|
67
|
-
i0.ɵɵelement(57, "br")(58, "br", 9);
|
|
63
|
+
i0.ɵɵelement(53, "br")(54, "br", 9);
|
|
68
64
|
i0.ɵɵelementEnd()()()();
|
|
69
|
-
i0.ɵɵelementStart(
|
|
70
|
-
i0.ɵɵlistener("click", function
|
|
71
|
-
i0.ɵɵelement(
|
|
72
|
-
i0.ɵɵtext(
|
|
65
|
+
i0.ɵɵelementStart(55, "ion-footer")(56, "div", 10)(57, "ion-button", 11);
|
|
66
|
+
i0.ɵɵlistener("click", function AccessibilityPolicyPage_Template_ion_button_click_57_listener() { return ctx.close(); });
|
|
67
|
+
i0.ɵɵelement(58, "ion-icon", 12);
|
|
68
|
+
i0.ɵɵtext(59, " Close ");
|
|
73
69
|
i0.ɵɵelementEnd()()();
|
|
74
70
|
} }, dependencies: [i1.IonButton, i1.IonContent, i1.IonFooter, i1.IonHeader, i1.IonIcon, i1.IonTitle, i1.IonToolbar], styles: ["[_nghost-%COMP%] .header-md:after{width:0px!important}[_nghost-%COMP%] .footer-md:before{width:0px!important}"] }); }
|
|
75
71
|
}
|
|
76
72
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AccessibilityPolicyPage, [{
|
|
77
73
|
type: Component,
|
|
78
|
-
args: [{ selector: 'app-accessibility-policy', template: "<ion-header>\r\n <ion-toolbar>\r\n <ion-title>Accessibility Policy</ion-title>\r\n </ion-toolbar>\r\n</ion-header>\r\n\r\n<ion-content class=\"ion-padding\">\r\n <div class=WordSection1>\r\n <p class=MsoNormal>\r\n <span class=content1><span style='font-size:10.0pt;\r\n mso-bidi-font-size:8.0pt;font-family:\"Arial\",\"sans-serif\";color:windowtext'>The\r\n
|
|
74
|
+
args: [{ selector: 'app-accessibility-policy', template: "<ion-header>\r\n <ion-toolbar>\r\n <ion-title>Accessibility Policy</ion-title>\r\n </ion-toolbar>\r\n</ion-header>\r\n\r\n<ion-content class=\"ion-padding\">\r\n <div class=WordSection1>\r\n <p class=MsoNormal>\r\n <span class=content1><span style='font-size:10.0pt;\r\n mso-bidi-font-size:8.0pt;font-family:\"Arial\",\"sans-serif\";color:windowtext'>The\r\n Kansas Department of Labor (KDOL) is committed to providing\r\n employees and the public, including disabled individuals, access to its\r\n web-based information and services. KDOL makes every effort to remain in\r\n compliance with Priority One of the W3C Guidelines and the guidelines in\r\n Section 508 of the Rehabilitation Act that are not covered in W3C Priority One.\r\n </span></span>\r\n <span class=content1>\r\n <span style='font-size:10.0pt;mso-bidi-font-size:\r\n 8.0pt;font-family:\"Arial\",\"sans-serif\";mso-bidi-font-family:\"Times New Roman\";\r\n color:windowtext'>\r\n \r\n </span>\r\n </span>\r\n </p>\r\n <p class=MsoNormal>\r\n <span class=content1>\r\n <span style='font-size:10.0pt;\r\n mso-bidi-font-size:8.0pt;font-family:\"Arial\",\"sans-serif\";color:windowtext'>\r\n \r\n </span>\r\n </span>\r\n </p>\r\n <p class=MsoNormal>\r\n <span class=content1><span style='font-size:10.0pt;\r\n mso-bidi-font-size:8.0pt;font-family:\"Arial\",\"sans-serif\";color:windowtext'>To\r\n reach the widest audience possible, this site is designed to be viewable from\r\n most commercially available Internet browsers and browser versions. The pages\r\n have been tested using the most common commercially available screen readers to\r\n help assure accessibility. However, since the KDOL portal provides many links\r\n to websites that are not created or maintained by KDOL, it is possible to reach\r\n sites that are not accessible to persons with disabilities.</span></span>\r\n <span\r\n style='font-size:10.0pt;mso-bidi-font-size:8.0pt;font-family:\"Arial\",\"sans-serif\"'>\r\n <br>\r\n <br>\r\n <strong><span style='font-family:\"Arial\",\"sans-serif\"'>dol.ks.gov Contact\r\n Information</span></strong><b><br>\r\n <br>\r\n </b><span class=content1><span style='mso-ansi-font-size:10.0pt;font-family:\r\n \"Arial\",\"sans-serif\";color:windowtext'>If you need assistance accessing or\r\n utilizing the KDOL web facilities, please contact us:</span></span><br>\r\n <br>\r\n <span class=content1><span style='mso-ansi-font-size:10.0pt;font-family:\"Arial\",\"sans-serif\";\r\n color:windowtext'>Mail: KS Department\r\n of Labor</span></span><br>\r\n <span class=content1><span style='mso-ansi-font-size:10.0pt;font-family:\"Arial\",\"sans-serif\";\r\n color:windowtext'> ATTN:\r\n Portal Manager</span></span><br>\r\n <span class=content1><span style='mso-ansi-font-size:10.0pt;font-family:\"Arial\",\"sans-serif\";\r\n color:windowtext'> P.O.\r\n Box 3539</span></span><br>\r\n <span class=content1><span style='mso-ansi-font-size:10.0pt;font-family:\"Arial\",\"sans-serif\";\r\n color:windowtext'> Topeka, KS 66601-3539</span></span><br>\r\n <br>\r\n <!-- todo: fix number-->\r\n <span class=content1><span style='mso-ansi-font-size:10.0pt;font-family:\"Arial\",\"sans-serif\";\r\n color:windowtext'>Phone: (601) 321-6000</span></span><br>\r\n <br style='mso-special-character:line-break'>\r\n </span>\r\n </p>\r\n </div>\r\n</ion-content>\r\n\r\n<ion-footer>\r\n <div class=\"ion-text-right ion-padding\">\r\n <ion-button shape=\"round\" type=\"submit\" (click)=\"close()\" color=\"success\">\r\n <ion-icon slot=\"start\" name=\"close-sharp\"></ion-icon>\r\n Close\r\n </ion-button>\r\n </div>\r\n </ion-footer>", styles: [":host ::ng-deep .header-md:after{width:0px!important}:host ::ng-deep .footer-md:before{width:0px!important}\n"] }]
|
|
79
75
|
}], () => [{ type: i1.PopoverController }], null); })();
|
|
80
76
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AccessibilityPolicyPage, { className: "AccessibilityPolicyPage", filePath: "lib\\pages\\common\\accessibility-policy\\accessibility-policy.page.ts", lineNumber: 9 }); })();
|
|
81
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
77
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjZXNzaWJpbGl0eS1wb2xpY3kucGFnZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvcGFnZXMvY29tbW9uL2FjY2Vzc2liaWxpdHktcG9saWN5L2FjY2Vzc2liaWxpdHktcG9saWN5LnBhZ2UudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL3BhZ2VzL2NvbW1vbi9hY2Nlc3NpYmlsaXR5LXBvbGljeS9hY2Nlc3NpYmlsaXR5LXBvbGljeS5wYWdlLmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxNQUFNLGVBQWUsQ0FBQzs7O0FBUWxELE1BQU0sT0FBTyx1QkFBdUI7SUFFbEMsWUFBbUIsS0FBd0I7UUFBeEIsVUFBSyxHQUFMLEtBQUssQ0FBbUI7SUFBSSxDQUFDO0lBRWhELFFBQVE7SUFDUixDQUFDO0lBRUQsS0FBSztRQUNILElBQUksQ0FBQyxLQUFLLENBQUMsT0FBTyxFQUFFLENBQUMsS0FBSyxDQUFDLEdBQUcsQ0FBQyxFQUFFO1lBQy9CLE1BQU0sQ0FBQyxLQUFLLEVBQUUsQ0FBQztRQUNqQixDQUFDLENBQUMsQ0FBQztJQUNMLENBQUM7d0ZBWFUsdUJBQXVCO29FQUF2Qix1QkFBdUI7WUNScEMsa0NBQVksa0JBQUEsZ0JBQUE7WUFFRyxvQ0FBb0I7WUFBQSxpQkFBWSxFQUFBLEVBQUE7WUFJL0Msc0NBQWlDLGFBQUEsV0FBQSxjQUFBLGNBQUE7WUFJcUQsMFhBTS9FO1lBQUEsaUJBQU8sRUFBQTtZQUNQLGdDQUFxQjtZQUNsQiwyQkFJTztZQUNWLGlCQUFPLEVBQUE7WUFFViw2QkFBbUIsZUFBQTtZQUViLDJCQUdPO1lBQ1YsaUJBQU8sRUFBQTtZQUVWLDZCQUFtQixlQUFBLGVBQUE7WUFFK0QseWRBTXBCO1lBQUEsaUJBQU8sRUFBQTtZQUNsRSxnQ0FDc0Y7WUFDbkYsc0JBQUksVUFBQTtZQUVKLCtCQUFRLGVBQUE7WUFBK0MsK0NBQzVDO1lBQUEsaUJBQU8sRUFBQTtZQUFTLDBCQUFHO1lBQUEsc0JBQUksVUFBQTtZQUVsQyxpQkFBSTtZQUFBLGdDQUFxQixlQUFBO1lBQ2lCLDBHQUNXO1lBQUEsaUJBQU8sRUFBQTtZQUFPLHNCQUFJLFVBQUE7WUFFdkUsZ0NBQXFCLGVBQUE7WUFDQSxzRkFDYjtZQUFBLGlCQUFPLEVBQUE7WUFBTyxzQkFBSTtZQUMxQixnQ0FBcUIsZUFBQTtZQUNBLHlIQUNQO1lBQUEsaUJBQU8sRUFBQTtZQUFPLHNCQUFJO1lBQ2hDLGdDQUFxQixlQUFBO1lBQ0Esa0hBQ2I7WUFBQSxpQkFBTyxFQUFBO1lBQU8sc0JBQUk7WUFDMUIsZ0NBQXFCLGVBQUE7WUFDQSwwSEFBeUc7WUFBQSxpQkFBTyxFQUFBO1lBQU8sc0JBQUksVUFBQTtZQUdoSixnQ0FBcUIsZUFBQTtZQUNBLHVEQUFzQztZQUFBLGlCQUFPLEVBQUE7WUFBTyxzQkFBSSxhQUFBO1lBRWhGLGlCQUFPLEVBQUEsRUFBQSxFQUFBO1lBS2QsbUNBQVksZUFBQSxzQkFBQTtZQUVpQyx5R0FBUyxXQUFPLElBQUM7WUFDdkQsZ0NBQXFEO1lBQ3JELHdCQUNGO1lBQUEsaUJBQWEsRUFBQSxFQUFBOzs7aUZEdkVMLHVCQUF1QjtjQUxuQyxTQUFTOzJCQUNFLDBCQUEwQjs7a0ZBSXpCLHVCQUF1QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBQb3BvdmVyQ29udHJvbGxlciB9IGZyb20gJ0Bpb25pYy9hbmd1bGFyJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXBwLWFjY2Vzc2liaWxpdHktcG9saWN5JyxcbiAgdGVtcGxhdGVVcmw6ICcuL2FjY2Vzc2liaWxpdHktcG9saWN5LnBhZ2UuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2FjY2Vzc2liaWxpdHktcG9saWN5LnBhZ2Uuc2NzcyddLFxufSlcbmV4cG9ydCBjbGFzcyBBY2Nlc3NpYmlsaXR5UG9saWN5UGFnZSBpbXBsZW1lbnRzIE9uSW5pdCB7XG5cbiAgY29uc3RydWN0b3IocHVibGljIHBvcHVwOiBQb3BvdmVyQ29udHJvbGxlcikgeyB9XG5cbiAgbmdPbkluaXQoKSB7XG4gIH1cblxuICBjbG9zZSgpe1xuICAgIHRoaXMucG9wdXAuZGlzbWlzcygpLmNhdGNoKGVyciA9PiB7XG4gICAgICB3aW5kb3cuY2xvc2UoKTtcbiAgICB9KTtcbiAgfVxuXG59XG4iLCI8aW9uLWhlYWRlcj5cclxuICA8aW9uLXRvb2xiYXI+XHJcbiAgICA8aW9uLXRpdGxlPkFjY2Vzc2liaWxpdHkgUG9saWN5PC9pb24tdGl0bGU+XHJcbiAgPC9pb24tdG9vbGJhcj5cclxuPC9pb24taGVhZGVyPlxyXG5cclxuPGlvbi1jb250ZW50IGNsYXNzPVwiaW9uLXBhZGRpbmdcIj5cclxuICA8ZGl2IGNsYXNzPVdvcmRTZWN0aW9uMT5cclxuICAgIDxwIGNsYXNzPU1zb05vcm1hbD5cclxuICAgICAgIDxzcGFuIGNsYXNzPWNvbnRlbnQxPjxzcGFuIHN0eWxlPSdmb250LXNpemU6MTAuMHB0O1xyXG4gICAgICAgICAgbXNvLWJpZGktZm9udC1zaXplOjguMHB0O2ZvbnQtZmFtaWx5OlwiQXJpYWxcIixcInNhbnMtc2VyaWZcIjtjb2xvcjp3aW5kb3d0ZXh0Jz5UaGVcclxuICAgICAgIEthbnNhcyBEZXBhcnRtZW50IG9mIExhYm9yIChLRE9MKSBpcyBjb21taXR0ZWQgdG8gcHJvdmlkaW5nXHJcbiAgICAgICBlbXBsb3llZXMgYW5kIHRoZSBwdWJsaWMsIGluY2x1ZGluZyBkaXNhYmxlZCBpbmRpdmlkdWFscywgYWNjZXNzIHRvIGl0c1xyXG4gICAgICAgd2ViLWJhc2VkIGluZm9ybWF0aW9uIGFuZCBzZXJ2aWNlcy4gS0RPTCBtYWtlcyBldmVyeSBlZmZvcnQgdG8gcmVtYWluIGluXHJcbiAgICAgICBjb21wbGlhbmNlIHdpdGggUHJpb3JpdHkgT25lIG9mIHRoZSBXM0MgR3VpZGVsaW5lcyBhbmQgdGhlIGd1aWRlbGluZXMgaW5cclxuICAgICAgIFNlY3Rpb24gNTA4IG9mIHRoZSBSZWhhYmlsaXRhdGlvbiBBY3QgdGhhdCBhcmUgbm90IGNvdmVyZWQgaW4gVzNDIFByaW9yaXR5IE9uZS5cclxuICAgICAgIDwvc3Bhbj48L3NwYW4+XHJcbiAgICAgICA8c3BhbiBjbGFzcz1jb250ZW50MT5cclxuICAgICAgICAgIDxzcGFuIHN0eWxlPSdmb250LXNpemU6MTAuMHB0O21zby1iaWRpLWZvbnQtc2l6ZTpcclxuICAgICAgICAgICAgIDguMHB0O2ZvbnQtZmFtaWx5OlwiQXJpYWxcIixcInNhbnMtc2VyaWZcIjttc28tYmlkaS1mb250LWZhbWlseTpcIlRpbWVzIE5ldyBSb21hblwiO1xyXG4gICAgICAgICAgICAgY29sb3I6d2luZG93dGV4dCc+XHJcbiAgICAgICAgICAgICBcclxuICAgICAgICAgIDwvc3Bhbj5cclxuICAgICAgIDwvc3Bhbj5cclxuICAgIDwvcD5cclxuICAgIDxwIGNsYXNzPU1zb05vcm1hbD5cclxuICAgICAgIDxzcGFuIGNsYXNzPWNvbnRlbnQxPlxyXG4gICAgICAgICAgPHNwYW4gc3R5bGU9J2ZvbnQtc2l6ZToxMC4wcHQ7XHJcbiAgICAgICAgICAgICBtc28tYmlkaS1mb250LXNpemU6OC4wcHQ7Zm9udC1mYW1pbHk6XCJBcmlhbFwiLFwic2Fucy1zZXJpZlwiO2NvbG9yOndpbmRvd3RleHQnPlxyXG4gICAgICAgICAgICAgXHJcbiAgICAgICAgICA8L3NwYW4+XHJcbiAgICAgICA8L3NwYW4+XHJcbiAgICA8L3A+XHJcbiAgICA8cCBjbGFzcz1Nc29Ob3JtYWw+XHJcbiAgICAgICA8c3BhbiBjbGFzcz1jb250ZW50MT48c3BhbiBzdHlsZT0nZm9udC1zaXplOjEwLjBwdDtcclxuICAgICAgICAgIG1zby1iaWRpLWZvbnQtc2l6ZTo4LjBwdDtmb250LWZhbWlseTpcIkFyaWFsXCIsXCJzYW5zLXNlcmlmXCI7Y29sb3I6d2luZG93dGV4dCc+VG9cclxuICAgICAgIHJlYWNoIHRoZSB3aWRlc3QgYXVkaWVuY2UgcG9zc2libGUsIHRoaXMgc2l0ZSBpcyBkZXNpZ25lZCB0byBiZSB2aWV3YWJsZSBmcm9tXHJcbiAgICAgICBtb3N0IGNvbW1lcmNpYWxseSBhdmFpbGFibGUgSW50ZXJuZXQgYnJvd3NlcnMgYW5kIGJyb3dzZXIgdmVyc2lvbnMuIFRoZSBwYWdlc1xyXG4gICAgICAgaGF2ZSBiZWVuIHRlc3RlZCB1c2luZyB0aGUgbW9zdCBjb21tb24gY29tbWVyY2lhbGx5IGF2YWlsYWJsZSBzY3JlZW4gcmVhZGVycyB0b1xyXG4gICAgICAgaGVscCBhc3N1cmUgYWNjZXNzaWJpbGl0eS4gSG93ZXZlciwgc2luY2UgdGhlIEtET0wgcG9ydGFsIHByb3ZpZGVzIG1hbnkgbGlua3NcclxuICAgICAgIHRvIHdlYnNpdGVzIHRoYXQgYXJlIG5vdCBjcmVhdGVkIG9yIG1haW50YWluZWQgYnkgS0RPTCwgaXQgaXMgcG9zc2libGUgdG8gcmVhY2hcclxuICAgICAgIHNpdGVzIHRoYXQgYXJlIG5vdCBhY2Nlc3NpYmxlIHRvIHBlcnNvbnMgd2l0aCBkaXNhYmlsaXRpZXMuPC9zcGFuPjwvc3Bhbj5cclxuICAgICAgIDxzcGFuXHJcbiAgICAgICAgICBzdHlsZT0nZm9udC1zaXplOjEwLjBwdDttc28tYmlkaS1mb250LXNpemU6OC4wcHQ7Zm9udC1mYW1pbHk6XCJBcmlhbFwiLFwic2Fucy1zZXJpZlwiJz5cclxuICAgICAgICAgIDxicj5cclxuICAgICAgICAgIDxicj5cclxuICAgICAgICAgIDxzdHJvbmc+PHNwYW4gc3R5bGU9J2ZvbnQtZmFtaWx5OlwiQXJpYWxcIixcInNhbnMtc2VyaWZcIic+ZG9sLmtzLmdvdiBDb250YWN0XHJcbiAgICAgICAgICBJbmZvcm1hdGlvbjwvc3Bhbj48L3N0cm9uZz48Yj48YnI+XHJcbiAgICAgICAgICA8YnI+XHJcbiAgICAgICAgICA8L2I+PHNwYW4gY2xhc3M9Y29udGVudDE+PHNwYW4gc3R5bGU9J21zby1hbnNpLWZvbnQtc2l6ZToxMC4wcHQ7Zm9udC1mYW1pbHk6XHJcbiAgICAgICAgICAgICBcIkFyaWFsXCIsXCJzYW5zLXNlcmlmXCI7Y29sb3I6d2luZG93dGV4dCc+SWYgeW91IG5lZWQgYXNzaXN0YW5jZSBhY2Nlc3Npbmcgb3JcclxuICAgICAgICAgIHV0aWxpemluZyB0aGUgS0RPTCB3ZWIgZmFjaWxpdGllcywgcGxlYXNlIGNvbnRhY3QgdXM6PC9zcGFuPjwvc3Bhbj48YnI+XHJcbiAgICAgICAgICA8YnI+XHJcbiAgICAgICAgICA8c3BhbiBjbGFzcz1jb250ZW50MT48c3BhbiBzdHlsZT0nbXNvLWFuc2ktZm9udC1zaXplOjEwLjBwdDtmb250LWZhbWlseTpcIkFyaWFsXCIsXCJzYW5zLXNlcmlmXCI7XHJcbiAgICAgICAgICAgICBjb2xvcjp3aW5kb3d0ZXh0Jz5NYWlsOiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwO0tTIERlcGFydG1lbnRcclxuICAgICAgICAgIG9mIExhYm9yPC9zcGFuPjwvc3Bhbj48YnI+XHJcbiAgICAgICAgICA8c3BhbiBjbGFzcz1jb250ZW50MT48c3BhbiBzdHlsZT0nbXNvLWFuc2ktZm9udC1zaXplOjEwLjBwdDtmb250LWZhbWlseTpcIkFyaWFsXCIsXCJzYW5zLXNlcmlmXCI7XHJcbiAgICAgICAgICAgICBjb2xvcjp3aW5kb3d0ZXh0Jz4mbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDtBVFROOlxyXG4gICAgICAgICAgUG9ydGFsIE1hbmFnZXI8L3NwYW4+PC9zcGFuPjxicj5cclxuICAgICAgICAgIDxzcGFuIGNsYXNzPWNvbnRlbnQxPjxzcGFuIHN0eWxlPSdtc28tYW5zaS1mb250LXNpemU6MTAuMHB0O2ZvbnQtZmFtaWx5OlwiQXJpYWxcIixcInNhbnMtc2VyaWZcIjtcclxuICAgICAgICAgICAgIGNvbG9yOndpbmRvd3RleHQnPiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwO1AuTy5cclxuICAgICAgICAgIEJveCAzNTM5PC9zcGFuPjwvc3Bhbj48YnI+XHJcbiAgICAgICAgICA8c3BhbiBjbGFzcz1jb250ZW50MT48c3BhbiBzdHlsZT0nbXNvLWFuc2ktZm9udC1zaXplOjEwLjBwdDtmb250LWZhbWlseTpcIkFyaWFsXCIsXCJzYW5zLXNlcmlmXCI7XHJcbiAgICAgICAgICAgICBjb2xvcjp3aW5kb3d0ZXh0Jz4mbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDtUb3Bla2EsIEtTIDY2NjAxLTM1Mzk8L3NwYW4+PC9zcGFuPjxicj5cclxuICAgICAgICAgIDxicj5cclxuICAgICAgICAgIDwhLS0gdG9kbzogZml4IG51bWJlci0tPlxyXG4gICAgICAgICAgPHNwYW4gY2xhc3M9Y29udGVudDE+PHNwYW4gc3R5bGU9J21zby1hbnNpLWZvbnQtc2l6ZToxMC4wcHQ7Zm9udC1mYW1pbHk6XCJBcmlhbFwiLFwic2Fucy1zZXJpZlwiO1xyXG4gICAgICAgICAgICAgY29sb3I6d2luZG93dGV4dCc+UGhvbmU6Jm5ic3A7Jm5ic3A7Jm5ic3A7KDYwMSkgMzIxLTYwMDA8L3NwYW4+PC9zcGFuPjxicj5cclxuICAgICAgICAgIDxiciBzdHlsZT0nbXNvLXNwZWNpYWwtY2hhcmFjdGVyOmxpbmUtYnJlYWsnPlxyXG4gICAgICAgPC9zcGFuPlxyXG4gICAgPC9wPlxyXG4gPC9kaXY+XHJcbjwvaW9uLWNvbnRlbnQ+XHJcblxyXG48aW9uLWZvb3Rlcj5cclxuICAgPGRpdiBjbGFzcz1cImlvbi10ZXh0LXJpZ2h0IGlvbi1wYWRkaW5nXCI+XHJcbiAgICAgPGlvbi1idXR0b24gc2hhcGU9XCJyb3VuZFwiIHR5cGU9XCJzdWJtaXRcIiAoY2xpY2spPVwiY2xvc2UoKVwiIGNvbG9yPVwic3VjY2Vzc1wiPlxyXG4gICAgICAgPGlvbi1pY29uIHNsb3Q9XCJzdGFydFwiIG5hbWU9XCJjbG9zZS1zaGFycFwiPjwvaW9uLWljb24+XHJcbiAgICAgICBDbG9zZVxyXG4gICAgIDwvaW9uLWJ1dHRvbj5cclxuICAgPC9kaXY+XHJcbiA8L2lvbi1mb290ZXI+Il19
|