@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.
- package/README.md +46 -46
- package/esm2022/lib/annimations/app-animations.mjs +1 -1
- package/esm2022/lib/components/captcha/captcha.component.mjs +6 -6
- package/esm2022/lib/components/card/card.component.mjs +1 -1
- package/esm2022/lib/components/content/content.component.mjs +1 -1
- package/esm2022/lib/components/error/error.component.mjs +1 -1
- package/esm2022/lib/components/file-download/file-download.component.mjs +1 -1
- package/esm2022/lib/components/file-uploader/file-uploader.component.mjs +1 -1
- package/esm2022/lib/components/help/help.component.mjs +1 -1
- package/esm2022/lib/components/idle-detector/idle-detector.component.mjs +1 -1
- package/esm2022/lib/components/info/info.component.mjs +1 -1
- package/esm2022/lib/components/maintenance-detector/maintenance-detector.component.mjs +1 -1
- package/esm2022/lib/components/mask/mask.component.mjs +1 -1
- package/esm2022/lib/components/money-expect/money-expect.component.mjs +1 -1
- package/esm2022/lib/components/msg/msg.component.mjs +1 -1
- package/esm2022/lib/components/news/news.component.mjs +1 -1
- package/esm2022/lib/components/overlay-info/overlay-info.component.mjs +1 -1
- package/esm2022/lib/components/page/page.component.mjs +1 -1
- package/esm2022/lib/components/questionnaire/FbConstants.mjs +1 -1
- package/esm2022/lib/components/questionnaire/question-base.mjs +1 -1
- package/esm2022/lib/components/questionnaire/question.service.mjs +1 -1
- package/esm2022/lib/components/read-more/read-more.component.mjs +6 -6
- package/esm2022/lib/components/select/select.component.mjs +1 -1
- package/esm2022/lib/components/ssn/ssn.component.mjs +1 -1
- package/esm2022/lib/components/test/test.component.mjs +1 -1
- package/esm2022/lib/directives/auto-focus/auto-focus.directive.mjs +1 -1
- package/esm2022/lib/directives/caps-lock.directive.mjs +1 -1
- package/esm2022/lib/directives/required-roles/required-roles.directive.mjs +1 -1
- package/esm2022/lib/enums/EmailStatusEnum.mjs +1 -1
- package/esm2022/lib/interceptors/error-interceptor/http-error-interceptor.mjs +1 -1
- package/esm2022/lib/models/ErrorModel.mjs +1 -1
- package/esm2022/lib/models/FileModel.mjs +1 -1
- package/esm2022/lib/models/NotificationModel.mjs +1 -1
- package/esm2022/lib/models/OtpAuthModel.mjs +1 -1
- package/esm2022/lib/models/TrendModel.mjs +1 -1
- package/esm2022/lib/models/UserDetailsModel.mjs +1 -1
- package/esm2022/lib/models/UserModel.mjs +1 -1
- package/esm2022/lib/models/claimant/ClaimantModel.mjs +1 -1
- package/esm2022/lib/models/claimant/JobResultsData.mjs +1 -1
- package/esm2022/lib/models/claimant/MatchingJobs.mjs +1 -1
- package/esm2022/lib/models/claimant/ResetPasswordModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/ComboModel.mjs +44 -44
- package/esm2022/lib/models/questionnaire/KeyValueModel.mjs +1 -1
- package/esm2022/lib/ngx-reusa-app-lib.component.mjs +5 -5
- package/esm2022/lib/ngx-reusa-app-lib.service.mjs +1 -1
- package/esm2022/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +1 -1
- package/esm2022/lib/pages/common/change-password/change-password.page.mjs +1 -1
- package/esm2022/lib/pages/common/landing2/landing2.component.mjs +1 -1
- package/esm2022/lib/pages/common/not-found/not-found.page.mjs +1 -1
- package/esm2022/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.mjs +1 -1
- package/esm2022/lib/pages/common/security-policy/security-policy.page.mjs +1 -1
- package/esm2022/lib/pages/common/unauthorized/unauthorized.page.mjs +1 -1
- package/esm2022/lib/pages/popovers/my-notifications/my-notifications.page.mjs +1 -1
- package/esm2022/lib/pages/popovers/my-profile/my-profile.page.mjs +1 -1
- package/esm2022/lib/pages/popovers/user-search/user-search.component.mjs +1 -1
- package/esm2022/lib/pipes/filter.pipe.mjs +1 -1
- package/esm2022/lib/pipes/mask/mask.email.pipe.mjs +1 -1
- package/esm2022/lib/pipes/proper-case/proper-case.pipe.mjs +1 -1
- package/esm2022/lib/pipes/trust-html/trust-html.pipe.mjs +1 -1
- package/esm2022/lib/services/base-service.mjs +1 -1
- package/esm2022/lib/services/captcha/captcha.service.mjs +1 -1
- package/esm2022/lib/services/chatbot/script.const.mjs +1 -1
- package/esm2022/lib/services/claimant/claimant.service.mjs +1 -1
- package/esm2022/lib/services/dms-service/dms.service.mjs +1 -1
- package/esm2022/lib/services/fpjs/fingerprint.service.mjs +1 -1
- package/esm2022/lib/services/google-analytics/google-analytics.service.mjs +1 -1
- package/esm2022/lib/services/idle/idle.service.mjs +1 -1
- package/esm2022/lib/services/maintenance/maintenance.service.mjs +1 -1
- package/esm2022/lib/services/notification/notification.service.mjs +1 -1
- package/esm2022/lib/services/tour/tour.service.mjs +1 -1
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs +57 -57
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs.map +1 -1
- package/lib/models/questionnaire/ComboModel.d.ts.map +1 -1
- 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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
4191
|
+
{ value: 'MI', text: 'Michigan' },
|
|
4192
4192
|
{ value: 'MN', text: 'Minnesota' },
|
|
4193
|
-
{ value: 'MS', text: '
|
|
4194
|
-
{ value: 'MO', text: '
|
|
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: '
|
|
4199
|
-
{ value: 'NJ', text: '
|
|
4200
|
-
{ value: 'NM', text: '
|
|
4201
|
-
{ value: 'NY', text: '
|
|
4202
|
-
{ value: 'NC', text: 'Carolina
|
|
4203
|
-
{ value: 'ND', text: 'Dakota
|
|
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: '
|
|
4207
|
-
{ value: 'PA', text: '
|
|
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
|
|
4211
|
-
{ value: 'SD', text: 'Dakota
|
|
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: '
|
|
4217
|
+
{ value: 'VI', text: 'Virgin Islands' },
|
|
4218
4218
|
{ value: 'WA', text: 'Washington' },
|
|
4219
|
-
{ value: 'WV', text: 'Virginia
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
4301
|
+
{ value: 'MI', text: 'Michigan' },
|
|
4302
4302
|
{ value: 'MN', text: 'Minnesota' },
|
|
4303
|
-
{ value: 'MS', text: '
|
|
4304
|
-
{ value: 'MO', text: '
|
|
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: '
|
|
4309
|
-
{ value: 'NJ', text: '
|
|
4310
|
-
{ value: 'NM', text: '
|
|
4311
|
-
{ value: 'NY', text: '
|
|
4312
|
-
{ value: 'NC', text: 'Carolina
|
|
4313
|
-
{ value: 'ND', text: 'Dakota
|
|
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: '
|
|
4317
|
-
{ value: 'PA', text: '
|
|
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
|
|
4321
|
-
{ value: 'SD', text: 'Dakota
|
|
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: '
|
|
4327
|
+
{ value: 'VI', text: 'Virgin Islands' },
|
|
4328
4328
|
{ value: 'WA', text: 'Washington' },
|
|
4329
|
-
{ value: 'WV', text: 'Virginia
|
|
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
|
|
4350
|
+
{ value: 'BC', text: 'British Columbia' },
|
|
4351
4351
|
{ value: 'MB', text: 'Manitoba' },
|
|
4352
|
-
{ value: 'NB', text: '
|
|
4353
|
-
{ value: 'NL', text: '
|
|
4354
|
-
{ value: 'NS', text: '
|
|
4355
|
-
{ value: 'NT', text: '
|
|
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: '
|
|
4358
|
+
{ value: 'PE', text: 'Prince Edward Island' },
|
|
4359
4359
|
{ value: 'QC', text: 'Quebec' },
|
|
4360
4360
|
{ value: 'SK', text: 'Saskatchewan' },
|
|
4361
|
-
{ value: 'YT', text: '
|
|
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
|