@idsoftsource/initial-process 2.4.6 → 2.4.8

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/index.d.ts CHANGED
@@ -2,7 +2,7 @@ import * as i0 from '@angular/core';
2
2
  import { InjectionToken, OnInit, ElementRef, EventEmitter, TemplateRef, OnDestroy, AfterViewInit, Injector, OnChanges, ChangeDetectorRef, SimpleChanges, ViewContainerRef, ComponentFactoryResolver, Renderer2, ModuleWithProviders, PipeTransform, NgZone } from '@angular/core';
3
3
  import * as _angular_forms from '@angular/forms';
4
4
  import { FormGroup, FormBuilder, FormControl, FormArray, UntypedFormGroup, UntypedFormBuilder, ControlValueAccessor, NgForm, AbstractControl } from '@angular/forms';
5
- import * as i17 from '@angular/router';
5
+ import * as i18 from '@angular/router';
6
6
  import { Router, RouterOutlet } from '@angular/router';
7
7
  import { Observable, Subscription } from 'rxjs';
8
8
  import { BsModalRef, BsModalService } from 'ngx-bootstrap/modal';
@@ -12,12 +12,12 @@ import { HttpClient } from '@angular/common/http';
12
12
  import { SafeHtml, DomSanitizer } from '@angular/platform-browser';
13
13
  import * as i2 from '@angular/common';
14
14
  import { ViewportScroller } from '@angular/common';
15
- import * as i19 from '@ng-select/ng-select';
16
- import * as i20 from 'ngx-bootstrap/datepicker';
17
- import * as i25 from 'ngx-bootstrap/tooltip';
18
- import * as i26 from 'ngx-bootstrap/tabs';
19
- import * as i27 from 'ngx-bootstrap/accordion';
20
- import * as i29 from '@angular/google-maps';
15
+ import * as i20 from '@ng-select/ng-select';
16
+ import * as i21 from 'ngx-bootstrap/datepicker';
17
+ import * as i26 from 'ngx-bootstrap/tooltip';
18
+ import * as i27 from 'ngx-bootstrap/tabs';
19
+ import * as i28 from 'ngx-bootstrap/accordion';
20
+ import * as i30 from '@angular/google-maps';
21
21
 
22
22
  interface MasterModel {
23
23
  }
@@ -970,7 +970,7 @@ declare class CredentialingStore {
970
970
  static ɵprov: i0.ɵɵInjectableDeclaration<CredentialingStore>;
971
971
  }
972
972
 
973
- interface AppBranding {
973
+ interface AppBranding$1 {
974
974
  logo: string;
975
975
  displayName: string;
976
976
  }
@@ -1113,7 +1113,7 @@ declare class InitialProcessComponent implements OnInit {
1113
1113
  }[];
1114
1114
  contractorCategories: ContractorSubCategoryReadModel[];
1115
1115
  isLoadingSubCategories: boolean;
1116
- appBrandingMap: Record<string, AppBranding>;
1116
+ appBrandingMap: Record<string, AppBranding$1>;
1117
1117
  constructor(router: Router, userDetailService: UserDetailService, formBuilder: FormBuilder, fileService: FileService, providerService: ProvidersService, roleService: RolesService, modalService: BsModalService, contractorSubCategoryService: ProviderContractorSubCategoryService, providerContractorSubCategoryService: ProviderContractorSubCategoryService, authService: AuthService, tokenService: TokenService, roleContextService: RoleContextService, authLogoutService: AuthLogoutService, credStore: CredentialingStore, libConfig: LibraryConfig);
1118
1118
  selectedContract: any;
1119
1119
  changeContractor(event?: any[]): void;
@@ -1216,6 +1216,252 @@ declare class InitialProcessComponent implements OnInit {
1216
1216
  static ɵcmp: i0.ɵɵComponentDeclaration<InitialProcessComponent, "app-initial-process", never, {}, {}, never, never, false, never>;
1217
1217
  }
1218
1218
 
1219
+ interface AppBranding {
1220
+ logo: string;
1221
+ displayName: string;
1222
+ }
1223
+ declare class ClaimProcessComponent implements OnInit {
1224
+ private router;
1225
+ private userDetailService;
1226
+ private formBuilder;
1227
+ private fileService;
1228
+ private providerService;
1229
+ private roleService;
1230
+ private modalService;
1231
+ private contractorSubCategoryService;
1232
+ private providerContractorSubCategoryService;
1233
+ private authService;
1234
+ private tokenService;
1235
+ private roleContextService;
1236
+ private authLogoutService;
1237
+ private credStore;
1238
+ private libConfig;
1239
+ signatureFileId: any;
1240
+ signatureUrl: any;
1241
+ private signatureDirty;
1242
+ isAgreeEnabled: boolean;
1243
+ isneeded: boolean;
1244
+ isLogoRequired: boolean;
1245
+ logo: any;
1246
+ private readonly uploadToAws;
1247
+ selectedRoleValue: string | null;
1248
+ selectedRole: any;
1249
+ isUserSelected: boolean;
1250
+ title: string;
1251
+ state: any;
1252
+ logoName: any;
1253
+ branding: {
1254
+ logo: string;
1255
+ displayName: string;
1256
+ };
1257
+ credentialingData: any;
1258
+ modalRef?: BsModalRef;
1259
+ DefaultButtonSpinnerConfig: {
1260
+ spinnerColor: string;
1261
+ spinnerSize: string;
1262
+ buttonText: string;
1263
+ };
1264
+ view: number;
1265
+ isInitializing: boolean;
1266
+ validatePage: number;
1267
+ isBusiness: boolean;
1268
+ isImageRequired: boolean;
1269
+ user: any;
1270
+ assignProviderRoleModel: any;
1271
+ provider: ProviderModel;
1272
+ userId: any;
1273
+ fileName: string;
1274
+ model: {
1275
+ acceptTerms: boolean;
1276
+ privacy: boolean;
1277
+ };
1278
+ showContent: boolean;
1279
+ showLoader: boolean;
1280
+ isShowDelete: boolean;
1281
+ path: string;
1282
+ isCopy: boolean;
1283
+ rolesApiCall: Subscription;
1284
+ roles: any;
1285
+ canvasRef: ElementRef;
1286
+ signaturePad: SignaturePad;
1287
+ signaturePadData: {
1288
+ publicUrl: null;
1289
+ };
1290
+ points: never[];
1291
+ showlogout: boolean;
1292
+ pointsChange: EventEmitter<string>;
1293
+ cleared: EventEmitter<any>;
1294
+ companyForm: FormGroup;
1295
+ userForm: FormGroup;
1296
+ fileData: any;
1297
+ fileDataUser: File | null;
1298
+ fileDataLogo: File | null;
1299
+ zipcodeMask: RegExp[];
1300
+ options: {
1301
+ componentRestrictions: {
1302
+ country: string[];
1303
+ };
1304
+ };
1305
+ appType: any;
1306
+ users: LookupItem;
1307
+ providerError: any;
1308
+ userError: any;
1309
+ uploadError: string | null;
1310
+ providerRoleId: any;
1311
+ termsAndConditionTitle: string;
1312
+ showTermsAndConditions: boolean;
1313
+ termsAndConditions: string[];
1314
+ isTermsAccept: boolean;
1315
+ isPrivacyAccept: boolean;
1316
+ skipRole: boolean;
1317
+ modelRef: BsModalRef;
1318
+ userRoles: any;
1319
+ cloudfront: any;
1320
+ private destroy$;
1321
+ currentUserRoles: any;
1322
+ userViewRoles: ({
1323
+ name: string;
1324
+ value: string;
1325
+ img: string;
1326
+ selected: boolean;
1327
+ code: null;
1328
+ id: string;
1329
+ roleId: string;
1330
+ } | {
1331
+ name: string;
1332
+ value: string;
1333
+ img: string;
1334
+ selected: boolean;
1335
+ code: ProviderType;
1336
+ id: string;
1337
+ roleId: string;
1338
+ })[];
1339
+ onCredentialingBack(): void;
1340
+ selectedUserRole(role: any): void;
1341
+ privacyAndTerms: PrivacyAndTerms;
1342
+ setPrivacyAndTerms(appType: string): void;
1343
+ private getDefaultPrivacy;
1344
+ setRoleContext(roleId: any, name: any): void;
1345
+ selectedContractorCategories: string[];
1346
+ selectedContractorSubCategories: {
1347
+ name: string;
1348
+ id: string;
1349
+ selected: boolean;
1350
+ selectAll: boolean;
1351
+ items: ContractorSubCategoryReadModel[];
1352
+ }[];
1353
+ contractorSubCategories: {
1354
+ name: any;
1355
+ id: any;
1356
+ selected: boolean;
1357
+ selectAll: boolean;
1358
+ items: ContractorSubCategoryReadModel[];
1359
+ }[];
1360
+ contractorCategories: ContractorSubCategoryReadModel[];
1361
+ isLoadingSubCategories: boolean;
1362
+ appBrandingMap: Record<string, AppBranding>;
1363
+ constructor(router: Router, userDetailService: UserDetailService, formBuilder: FormBuilder, fileService: FileService, providerService: ProvidersService, roleService: RolesService, modalService: BsModalService, contractorSubCategoryService: ProviderContractorSubCategoryService, providerContractorSubCategoryService: ProviderContractorSubCategoryService, authService: AuthService, tokenService: TokenService, roleContextService: RoleContextService, authLogoutService: AuthLogoutService, credStore: CredentialingStore, libConfig: LibraryConfig);
1364
+ selectedContract: any;
1365
+ changeContractor(event?: any[]): void;
1366
+ selectAll(event: any, items: any[]): void;
1367
+ unCheckedEvent(event: any, items: any): void;
1368
+ findCategory(contractorCategories: any): boolean;
1369
+ getUserRoles(): void;
1370
+ ngOnInit(): Promise<void>;
1371
+ getUser(): Promise<void>;
1372
+ get f(): {
1373
+ [key: string]: _angular_forms.AbstractControl<any, any, any>;
1374
+ };
1375
+ get u(): {
1376
+ [key: string]: _angular_forms.AbstractControl<any, any, any>;
1377
+ };
1378
+ ngAfterViewInit(): void;
1379
+ intializeSignaturePad(): void;
1380
+ clearPad(): void;
1381
+ private applyPoints;
1382
+ private emitPoints;
1383
+ uploadSignImage(event: any): void;
1384
+ uploadUserImage(event: any): void;
1385
+ uploadLogo(event: any): void;
1386
+ AddressChange(address: any): void;
1387
+ AddressChangeUser(address: any): void;
1388
+ previous(): void;
1389
+ next(page?: number): void;
1390
+ handleSignatureAndMoveToNext(): Promise<void>;
1391
+ saveSignatureAndIncrement(): Promise<boolean>;
1392
+ private dataURLtoFile;
1393
+ uploadFileBrowseHandler(): Promise<void>;
1394
+ saveAWSLogo(): Promise<boolean>;
1395
+ formatPhone(event: any, form: FormGroup): void;
1396
+ saveAWSHeadShot(): Promise<void>;
1397
+ saveAWSSignature(): Promise<void>;
1398
+ saveSignature(): void;
1399
+ private saveInitial;
1400
+ bindProviderDetails(): {
1401
+ userName: string;
1402
+ providerType: ProviderType;
1403
+ providerName: any;
1404
+ address1: any;
1405
+ address2: any;
1406
+ city: any;
1407
+ state: any;
1408
+ zipcode: any;
1409
+ county: any;
1410
+ subDivision: any;
1411
+ country: any;
1412
+ latitude: any;
1413
+ longitude: any;
1414
+ phoneNumber: any;
1415
+ userAddress1: any;
1416
+ userAddress2: any;
1417
+ userCity: any;
1418
+ userState: any;
1419
+ userZipcode: any;
1420
+ userCounty: any;
1421
+ userCountry: any;
1422
+ headshotUrl: any;
1423
+ userMobile: any;
1424
+ userEmailId: any;
1425
+ logoId: any;
1426
+ logoFileName: any;
1427
+ logoUrl: any;
1428
+ };
1429
+ isProviderCall: boolean;
1430
+ isResponse: boolean;
1431
+ saveBusiness(): void;
1432
+ getRoles(): void;
1433
+ formatDateTime(date: Date): {
1434
+ mmddyyyy: string;
1435
+ mmddyyyyhhmmtt: string;
1436
+ hhmmtt: string;
1437
+ };
1438
+ bindUserDetails(): UserDetailModel;
1439
+ saveFinal(): void;
1440
+ dashboard(): void;
1441
+ changeAddressUser(): void;
1442
+ scrollProgress: number;
1443
+ private autoScrollRaf;
1444
+ private autoScrollDelay;
1445
+ onTermsScroll(event: Event): void;
1446
+ openModal(template: TemplateRef<any>, title: string, event: any): void;
1447
+ startAutoScroll(): void;
1448
+ stopAutoScroll(): void;
1449
+ scrollToBottomClick(event: Event): void;
1450
+ agree(title: string): void;
1451
+ decline(title: string): void;
1452
+ logout(): Promise<void>;
1453
+ getContractorSubCategories(): void;
1454
+ saveContractorSubCategory(id: any): void;
1455
+ private get STORAGE_KEY();
1456
+ private saveState;
1457
+ private restoreState;
1458
+ private clearState;
1459
+ onBeforeUnload(event: BeforeUnloadEvent): void;
1460
+ ngOnDestroy(): void;
1461
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClaimProcessComponent, never>;
1462
+ static ɵcmp: i0.ɵɵComponentDeclaration<ClaimProcessComponent, "app-claim-process", never, {}, {}, never, never, false, never>;
1463
+ }
1464
+
1219
1465
  interface ProcessedSection$1 {
1220
1466
  id: string;
1221
1467
  versionName: string;
@@ -3726,7 +3972,7 @@ declare class CommonPipesModule {
3726
3972
 
3727
3973
  declare class InitialProcessModule {
3728
3974
  static ɵfac: i0.ɵɵFactoryDeclaration<InitialProcessModule, never>;
3729
- static ɵmod: i0.ɵɵNgModuleDeclaration<InitialProcessModule, [typeof InitialProcessComponent, typeof TermsConditionsComponent, typeof PrivacyPolicyComponent, typeof CredentialingComponent, typeof StepperComponent, typeof EducationComponent, typeof CertificationComponent, typeof SkillsComponent, typeof LicensesComponent, typeof ToolsComponent, typeof RoleSelectComponent, typeof Step2CoverageComponent, typeof WorkexperienceComponent, typeof FirstComponent], [typeof i2.CommonModule, typeof _angular_forms.FormsModule, typeof _angular_forms.ReactiveFormsModule, typeof i17.RouterModule, typeof UsMapModule, typeof i19.NgSelectModule, typeof i20.BsDatepickerModule, typeof Ng2LoadingSpinnerModule, typeof LoaderModule, typeof CustomPipesModule, typeof NgxStarsModule, typeof i25.TooltipModule, typeof i26.TabsModule, typeof i27.AccordionModule, typeof GooglePlaceModule, typeof i29.GoogleMapsModule, typeof TextMaskModule, typeof SignaturePadModule, typeof PreviewComponent, typeof CommonPipesModule], [typeof InitialProcessComponent, typeof TermsConditionsComponent, typeof PrivacyPolicyComponent]>;
3975
+ static ɵmod: i0.ɵɵNgModuleDeclaration<InitialProcessModule, [typeof InitialProcessComponent, typeof ClaimProcessComponent, typeof TermsConditionsComponent, typeof PrivacyPolicyComponent, typeof CredentialingComponent, typeof StepperComponent, typeof EducationComponent, typeof CertificationComponent, typeof SkillsComponent, typeof LicensesComponent, typeof ToolsComponent, typeof RoleSelectComponent, typeof Step2CoverageComponent, typeof WorkexperienceComponent, typeof FirstComponent], [typeof i2.CommonModule, typeof _angular_forms.FormsModule, typeof _angular_forms.ReactiveFormsModule, typeof i18.RouterModule, typeof UsMapModule, typeof i20.NgSelectModule, typeof i21.BsDatepickerModule, typeof Ng2LoadingSpinnerModule, typeof LoaderModule, typeof CustomPipesModule, typeof NgxStarsModule, typeof i26.TooltipModule, typeof i27.TabsModule, typeof i28.AccordionModule, typeof GooglePlaceModule, typeof i30.GoogleMapsModule, typeof TextMaskModule, typeof SignaturePadModule, typeof PreviewComponent, typeof CommonPipesModule], [typeof InitialProcessComponent, typeof TermsConditionsComponent, typeof PrivacyPolicyComponent, typeof ClaimProcessComponent]>;
3730
3976
  static ɵinj: i0.ɵɵInjectorDeclaration<InitialProcessModule>;
3731
3977
  }
3732
3978
 
@@ -3777,5 +4023,5 @@ declare class VerifyEmailComponent implements OnInit, OnDestroy {
3777
4023
  static ɵcmp: i0.ɵɵComponentDeclaration<VerifyEmailComponent, "app-verify-email", never, {}, {}, never, never, true, never>;
3778
4024
  }
3779
4025
 
3780
- export { AppType, InitialProcessComponent, InitialProcessModule, LIBRARY_CONFIG, MustChangePasswordComponent, PreviewComponent, PrivacyPolicyComponent, TermsConditionsComponent, VerifyEmailComponent };
4026
+ export { AppType, ClaimProcessComponent, InitialProcessComponent, InitialProcessModule, LIBRARY_CONFIG, MustChangePasswordComponent, PreviewComponent, PrivacyPolicyComponent, TermsConditionsComponent, VerifyEmailComponent };
3781
4027
  export type { LibraryConfig };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "2.4.6",
3
+ "version": "2.4.8",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",