@reusa/ngx-reusa-app-lib 0.0.1318 → 0.0.1320

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.
Files changed (74) hide show
  1. package/README.md +46 -46
  2. package/esm2022/lib/annimations/app-animations.mjs +1 -1
  3. package/esm2022/lib/components/captcha/captcha.component.mjs +6 -6
  4. package/esm2022/lib/components/card/card.component.mjs +1 -1
  5. package/esm2022/lib/components/content/content.component.mjs +1 -1
  6. package/esm2022/lib/components/error/error.component.mjs +1 -1
  7. package/esm2022/lib/components/file-download/file-download.component.mjs +1 -1
  8. package/esm2022/lib/components/file-uploader/file-uploader.component.mjs +1 -1
  9. package/esm2022/lib/components/help/help.component.mjs +1 -1
  10. package/esm2022/lib/components/idle-detector/idle-detector.component.mjs +1 -1
  11. package/esm2022/lib/components/info/info.component.mjs +1 -1
  12. package/esm2022/lib/components/maintenance-detector/maintenance-detector.component.mjs +1 -1
  13. package/esm2022/lib/components/mask/mask.component.mjs +1 -1
  14. package/esm2022/lib/components/money-expect/money-expect.component.mjs +1 -1
  15. package/esm2022/lib/components/msg/msg.component.mjs +1 -1
  16. package/esm2022/lib/components/news/news.component.mjs +1 -1
  17. package/esm2022/lib/components/overlay-info/overlay-info.component.mjs +1 -1
  18. package/esm2022/lib/components/page/page.component.mjs +1 -1
  19. package/esm2022/lib/components/questionnaire/FbConstants.mjs +1 -1
  20. package/esm2022/lib/components/questionnaire/question-base.mjs +1 -1
  21. package/esm2022/lib/components/questionnaire/question.service.mjs +1 -1
  22. package/esm2022/lib/components/read-more/read-more.component.mjs +6 -6
  23. package/esm2022/lib/components/select/select.component.mjs +1 -1
  24. package/esm2022/lib/components/ssn/ssn.component.mjs +1 -1
  25. package/esm2022/lib/components/test/test.component.mjs +1 -1
  26. package/esm2022/lib/directives/auto-focus/auto-focus.directive.mjs +1 -1
  27. package/esm2022/lib/directives/caps-lock.directive.mjs +1 -1
  28. package/esm2022/lib/directives/required-roles/required-roles.directive.mjs +1 -1
  29. package/esm2022/lib/enums/EmailStatusEnum.mjs +1 -1
  30. package/esm2022/lib/interceptors/error-interceptor/http-error-interceptor.mjs +1 -1
  31. package/esm2022/lib/models/ErrorModel.mjs +1 -1
  32. package/esm2022/lib/models/FileModel.mjs +1 -1
  33. package/esm2022/lib/models/NotificationModel.mjs +1 -1
  34. package/esm2022/lib/models/OtpAuthModel.mjs +1 -1
  35. package/esm2022/lib/models/TrendModel.mjs +1 -1
  36. package/esm2022/lib/models/UserDetailsModel.mjs +1 -1
  37. package/esm2022/lib/models/UserModel.mjs +1 -1
  38. package/esm2022/lib/models/claimant/ClaimantModel.mjs +1 -1
  39. package/esm2022/lib/models/claimant/JobResultsData.mjs +1 -1
  40. package/esm2022/lib/models/claimant/MatchingJobs.mjs +1 -1
  41. package/esm2022/lib/models/claimant/ResetPasswordModel.mjs +1 -1
  42. package/esm2022/lib/models/questionnaire/ComboModel.mjs +44 -44
  43. package/esm2022/lib/models/questionnaire/KeyValueModel.mjs +1 -1
  44. package/esm2022/lib/ngx-reusa-app-lib.component.mjs +5 -5
  45. package/esm2022/lib/ngx-reusa-app-lib.service.mjs +1 -1
  46. package/esm2022/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +1 -1
  47. package/esm2022/lib/pages/common/change-password/change-password.page.mjs +1 -1
  48. package/esm2022/lib/pages/common/landing2/landing2.component.mjs +1 -1
  49. package/esm2022/lib/pages/common/not-found/not-found.page.mjs +1 -1
  50. package/esm2022/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.mjs +1 -1
  51. package/esm2022/lib/pages/common/security-policy/security-policy.page.mjs +1 -1
  52. package/esm2022/lib/pages/common/unauthorized/unauthorized.page.mjs +1 -1
  53. package/esm2022/lib/pages/popovers/my-notifications/my-notifications.page.mjs +1 -1
  54. package/esm2022/lib/pages/popovers/my-profile/my-profile.page.mjs +1 -1
  55. package/esm2022/lib/pages/popovers/user-search/user-search.component.mjs +1 -1
  56. package/esm2022/lib/pipes/filter.pipe.mjs +1 -1
  57. package/esm2022/lib/pipes/mask/mask.email.pipe.mjs +1 -1
  58. package/esm2022/lib/pipes/proper-case/proper-case.pipe.mjs +1 -1
  59. package/esm2022/lib/pipes/trust-html/trust-html.pipe.mjs +1 -1
  60. package/esm2022/lib/services/base-service.mjs +1 -1
  61. package/esm2022/lib/services/captcha/captcha.service.mjs +1 -1
  62. package/esm2022/lib/services/chatbot/script.const.mjs +1 -1
  63. package/esm2022/lib/services/claimant/claimant.service.mjs +1 -1
  64. package/esm2022/lib/services/dms-service/dms.service.mjs +1 -1
  65. package/esm2022/lib/services/fpjs/fingerprint.service.mjs +1 -1
  66. package/esm2022/lib/services/google-analytics/google-analytics.service.mjs +1 -1
  67. package/esm2022/lib/services/idle/idle.service.mjs +1 -1
  68. package/esm2022/lib/services/maintenance/maintenance.service.mjs +1 -1
  69. package/esm2022/lib/services/notification/notification.service.mjs +1 -1
  70. package/esm2022/lib/services/tour/tour.service.mjs +1 -1
  71. package/fesm2022/reusa-ngx-reusa-app-lib.mjs +57 -57
  72. package/fesm2022/reusa-ngx-reusa-app-lib.mjs.map +1 -1
  73. package/lib/models/questionnaire/ComboModel.d.ts.map +1 -1
  74. package/package.json +2 -2
@@ -156,10 +156,10 @@ class NgxReusaAppLibComponent {
156
156
  }
157
157
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NgxReusaAppLibComponent, [{
158
158
  type: Component,
159
- args: [{ selector: 'app-ngx-reusa-app-lib', template: `
160
- <p>
161
- ngx-reusa-app-lib works!
162
- </p>
159
+ args: [{ selector: 'app-ngx-reusa-app-lib', template: `
160
+ <p>
161
+ ngx-reusa-app-lib works!
162
+ </p>
163
163
  ` }]
164
164
  }], () => [], null); })();
165
165
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(NgxReusaAppLibComponent, { className: "NgxReusaAppLibComponent", filePath: "lib\\ngx-reusa-app-lib.component.ts", lineNumber: 13 }); })();
@@ -4174,49 +4174,49 @@ class ComboOption {
4174
4174
  { value: 'CO', text: 'Colorado' },
4175
4175
  { value: 'CT', text: 'Connecticut' },
4176
4176
  { value: 'DE', text: 'Delaware' },
4177
- { value: 'DC', text: 'Distrito de Columbia' },
4177
+ { value: 'DC', text: 'District Of Columbia' },
4178
4178
  { value: 'FL', text: 'Florida' },
4179
4179
  { value: 'GA', text: 'Georgia' },
4180
4180
  { value: 'GU', text: 'Guam' },
4181
- { value: 'HI', text: 'Hawái' },
4181
+ { value: 'HI', text: 'Hawaii' },
4182
4182
  { value: 'ID', text: 'Idaho' },
4183
4183
  { value: 'IL', text: 'Illinois' },
4184
4184
  { value: 'IN', text: 'Indiana' },
4185
4185
  { value: 'IA', text: 'Iowa' },
4186
4186
  { value: 'KY', text: 'Kentucky' },
4187
- { value: 'LA', text: 'Luisiana' },
4187
+ { value: 'LA', text: 'Louisiana' },
4188
4188
  { value: 'ME', text: 'Maine' },
4189
4189
  { value: 'MD', text: 'Maryland' },
4190
4190
  { value: 'MA', text: 'Massachusetts' },
4191
- { value: 'MI', text: 'Míchigan' },
4191
+ { value: 'MI', text: 'Michigan' },
4192
4192
  { value: 'MN', text: 'Minnesota' },
4193
- { value: 'MS', text: 'Misisipi' },
4194
- { value: 'MO', text: 'Misuri' },
4193
+ { value: 'MS', text: 'Mississippi' },
4194
+ { value: 'MO', text: 'Missouri' },
4195
4195
  { value: 'MT', text: 'Montana' },
4196
4196
  { value: 'NE', text: 'Nebraska' },
4197
4197
  { value: 'NV', text: 'Nevada' },
4198
- { value: 'NH', text: 'Nuevo Hampshire' },
4199
- { value: 'NJ', text: 'Nueva Jersey' },
4200
- { value: 'NM', text: 'Nuevo México' },
4201
- { value: 'NY', text: 'Nueva York' },
4202
- { value: 'NC', text: 'Carolina del Norte' },
4203
- { value: 'ND', text: 'Dakota del Norte' },
4198
+ { value: 'NH', text: 'New Hampshire' },
4199
+ { value: 'NJ', text: 'New Jersey' },
4200
+ { value: 'NM', text: 'New Mexico' },
4201
+ { value: 'NY', text: 'New York' },
4202
+ { value: 'NC', text: 'North Carolina' },
4203
+ { value: 'ND', text: 'North Dakota' },
4204
4204
  { value: 'OH', text: 'Ohio' },
4205
4205
  { value: 'OK', text: 'Oklahoma' },
4206
- { value: 'OR', text: 'Oregón' },
4207
- { value: 'PA', text: 'Pensilvania' },
4206
+ { value: 'OR', text: 'Oregon' },
4207
+ { value: 'PA', text: 'Pennsylvania' },
4208
4208
  { value: 'PR', text: 'Puerto Rico' },
4209
4209
  { value: 'RI', text: 'Rhode Island' },
4210
- { value: 'SC', text: 'Carolina del Sur' },
4211
- { value: 'SD', text: 'Dakota del Sur' },
4210
+ { value: 'SC', text: 'South Carolina' },
4211
+ { value: 'SD', text: 'South Dakota' },
4212
4212
  { value: 'TN', text: 'Tennessee' },
4213
4213
  { value: 'TX', text: 'Texas' },
4214
4214
  { value: 'UT', text: 'Utah' },
4215
4215
  { value: 'VT', text: 'Vermont' },
4216
4216
  { value: 'VA', text: 'Virginia' },
4217
- { value: 'VI', text: 'Islas Vírgenes' },
4217
+ { value: 'VI', text: 'Virgin Islands' },
4218
4218
  { value: 'WA', text: 'Washington' },
4219
- { value: 'WV', text: 'Virginia Occidental' },
4219
+ { value: 'WV', text: 'West Virginia' },
4220
4220
  { value: 'WI', text: 'Wisconsin' },
4221
4221
  { value: 'WY', text: 'Wyoming' }
4222
4222
  ]; }
@@ -4284,49 +4284,49 @@ class ComboOption {
4284
4284
  { value: 'CO', text: 'Colorado' },
4285
4285
  { value: 'CT', text: 'Connecticut' },
4286
4286
  { value: 'DE', text: 'Delaware' },
4287
- { value: 'DC', text: 'Distrito de Columbia' },
4287
+ { value: 'DC', text: 'District Of Columbia' },
4288
4288
  { value: 'FL', text: 'Florida' },
4289
4289
  { value: 'GA', text: 'Georgia' },
4290
4290
  { value: 'GU', text: 'Guam' },
4291
- { value: 'HI', text: 'Hawái' },
4291
+ { value: 'HI', text: 'Hawaii' },
4292
4292
  { value: 'ID', text: 'Idaho' },
4293
4293
  { value: 'IL', text: 'Illinois' },
4294
4294
  { value: 'IN', text: 'Indiana' },
4295
4295
  { value: 'IA', text: 'Iowa' },
4296
4296
  { value: 'KY', text: 'Kentucky' },
4297
- { value: 'LA', text: 'Luisiana' },
4297
+ { value: 'LA', text: 'Louisiana' },
4298
4298
  { value: 'ME', text: 'Maine' },
4299
4299
  { value: 'MD', text: 'Maryland' },
4300
4300
  { value: 'MA', text: 'Massachusetts' },
4301
- { value: 'MI', text: 'Míchigan' },
4301
+ { value: 'MI', text: 'Michigan' },
4302
4302
  { value: 'MN', text: 'Minnesota' },
4303
- { value: 'MS', text: 'Misisipi' },
4304
- { value: 'MO', text: 'Misuri' },
4303
+ { value: 'MS', text: 'Mississippi' },
4304
+ { value: 'MO', text: 'Missouri' },
4305
4305
  { value: 'MT', text: 'Montana' },
4306
4306
  { value: 'NE', text: 'Nebraska' },
4307
4307
  { value: 'NV', text: 'Nevada' },
4308
- { value: 'NH', text: 'Nuevo Hampshire' },
4309
- { value: 'NJ', text: 'Nueva Jersey' },
4310
- { value: 'NM', text: 'Nuevo México' },
4311
- { value: 'NY', text: 'Nueva York' },
4312
- { value: 'NC', text: 'Carolina del Norte' },
4313
- { value: 'ND', text: 'Dakota del Norte' },
4308
+ { value: 'NH', text: 'New Hampshire' },
4309
+ { value: 'NJ', text: 'New Jersey' },
4310
+ { value: 'NM', text: 'New Mexico' },
4311
+ { value: 'NY', text: 'New York' },
4312
+ { value: 'NC', text: 'North Carolina' },
4313
+ { value: 'ND', text: 'North Dakota' },
4314
4314
  { value: 'OH', text: 'Ohio' },
4315
4315
  { value: 'OK', text: 'Oklahoma' },
4316
- { value: 'OR', text: 'Oregón' },
4317
- { value: 'PA', text: 'Pensilvania' },
4316
+ { value: 'OR', text: 'Oregon' },
4317
+ { value: 'PA', text: 'Pennsylvania' },
4318
4318
  { value: 'PR', text: 'Puerto Rico' },
4319
4319
  { value: 'RI', text: 'Rhode Island' },
4320
- { value: 'SC', text: 'Carolina del Sur' },
4321
- { value: 'SD', text: 'Dakota del Sur' },
4320
+ { value: 'SC', text: 'South Carolina' },
4321
+ { value: 'SD', text: 'South Dakota' },
4322
4322
  { value: 'TN', text: 'Tennessee' },
4323
4323
  { value: 'TX', text: 'Texas' },
4324
4324
  { value: 'UT', text: 'Utah' },
4325
4325
  { value: 'VT', text: 'Vermont' },
4326
4326
  { value: 'VA', text: 'Virginia' },
4327
- { value: 'VI', text: 'Islas Vírgenes' },
4327
+ { value: 'VI', text: 'Virgin Islands' },
4328
4328
  { value: 'WA', text: 'Washington' },
4329
- { value: 'WV', text: 'Virginia Occidental' },
4329
+ { value: 'WV', text: 'West Virginia' },
4330
4330
  { value: 'WI', text: 'Wisconsin' },
4331
4331
  { value: 'WY', text: 'Wyoming' }
4332
4332
  ]; }
@@ -4347,18 +4347,18 @@ class ComboOption {
4347
4347
  ]; }
4348
4348
  static { this.CA_STATES_ES = [
4349
4349
  { value: 'AB', text: 'Alberta' },
4350
- { value: 'BC', text: 'Columbia Británica' },
4350
+ { value: 'BC', text: 'British Columbia' },
4351
4351
  { value: 'MB', text: 'Manitoba' },
4352
- { value: 'NB', text: 'Nuevo Brunswick' },
4353
- { value: 'NL', text: 'Terranova y Labrador' },
4354
- { value: 'NS', text: 'Nueva Escocia' },
4355
- { value: 'NT', text: 'Territorios del Noroeste' },
4352
+ { value: 'NB', text: 'New Brunswick' },
4353
+ { value: 'NL', text: 'Newfoundland and Labrador' },
4354
+ { value: 'NS', text: 'Nova Scotia' },
4355
+ { value: 'NT', text: 'Northwest Territories' },
4356
4356
  { value: 'NU', text: 'Nunavut' },
4357
4357
  { value: 'ON', text: 'Ontario' },
4358
- { value: 'PE', text: 'Isla del Príncipe Eduardo' },
4358
+ { value: 'PE', text: 'Prince Edward Island' },
4359
4359
  { value: 'QC', text: 'Quebec' },
4360
4360
  { value: 'SK', text: 'Saskatchewan' },
4361
- { value: 'YT', text: 'Yukón' }
4361
+ { value: 'YT', text: 'Yukon' }
4362
4362
  ]; }
4363
4363
  static { this.CLAIMANT_PROFILE_OPTS = [
4364
4364
  { value: 'personal-details', text: 'personal' },
@@ -9724,11 +9724,11 @@ class CaptchaComponent {
9724
9724
  }
9725
9725
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaptchaComponent, [{
9726
9726
  type: Component,
9727
- args: [{ selector: 'app-captcha', template: `<div class="app-captcha"></div>
9728
- <p style="color: var(--ion-color-danger);" *ngIf="showError" class="ion-padding-top">
9729
- <small>
9730
- Error loading captcha. <a href="#" (click)="loadCaptcha()">Reload</a>
9731
- </small>
9727
+ args: [{ selector: 'app-captcha', template: `<div class="app-captcha"></div>
9728
+ <p style="color: var(--ion-color-danger);" *ngIf="showError" class="ion-padding-top">
9729
+ <small>
9730
+ Error loading captcha. <a href="#" (click)="loadCaptcha()">Reload</a>
9731
+ </small>
9732
9732
  </p>`, changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, providers: [{
9733
9733
  provide: NG_VALUE_ACCESSOR,
9734
9734
  useExisting: CaptchaComponent,
@@ -32681,11 +32681,11 @@ class ReadMoreComponent {
32681
32681
  }
32682
32682
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReadMoreComponent, [{
32683
32683
  type: Component,
32684
- args: [{ selector: 'app-read-more', template: `
32685
- <span [innerHtml]="value | trustHtml">
32686
- </span>
32687
- <a (click)="readMore(false)" class="link" *ngIf="!isCollapsed && !hideReadMore">...read more</a>
32688
- <a (click)="readMore(true)" class="link" *ngIf="isCollapsed && !hideReadMore">...read less</a>
32684
+ args: [{ selector: 'app-read-more', template: `
32685
+ <span [innerHtml]="value | trustHtml">
32686
+ </span>
32687
+ <a (click)="readMore(false)" class="link" *ngIf="!isCollapsed && !hideReadMore">...read more</a>
32688
+ <a (click)="readMore(true)" class="link" *ngIf="isCollapsed && !hideReadMore">...read less</a>
32689
32689
  `, styles: ["div.collapsed{height:250px;overflow:hidden}\n"] }]
32690
32690
  }], () => [], { isCollapsed: [{
32691
32691
  type: Input