@idsoftsource/initial-process 0.0.6 → 0.0.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
|
@@ -659,6 +659,7 @@ declare enum AppType {
|
|
|
659
659
|
interface LibraryConfig {
|
|
660
660
|
appType: AppType;
|
|
661
661
|
dashboardUrl: any;
|
|
662
|
+
cloudfrontUrl: any;
|
|
662
663
|
}
|
|
663
664
|
declare const LIBRARY_CONFIG: InjectionToken<LibraryConfig>;
|
|
664
665
|
|
|
@@ -1057,12 +1058,14 @@ declare class CredentialingStore {
|
|
|
1057
1058
|
|
|
1058
1059
|
declare class CredentialingComponent implements OnInit {
|
|
1059
1060
|
store: CredentialingStore;
|
|
1061
|
+
private libConfig;
|
|
1060
1062
|
private viewport;
|
|
1061
1063
|
animation: string | undefined;
|
|
1064
|
+
cloudfrontUrl: any;
|
|
1062
1065
|
data: any;
|
|
1063
1066
|
back: EventEmitter<void>;
|
|
1064
1067
|
onActivate(outlet: RouterOutlet): void;
|
|
1065
|
-
constructor(store: CredentialingStore, viewport: ViewportScroller);
|
|
1068
|
+
constructor(store: CredentialingStore, libConfig: LibraryConfig, viewport: ViewportScroller);
|
|
1066
1069
|
ngOnInit(): void;
|
|
1067
1070
|
goBackToInitialProcess(): void;
|
|
1068
1071
|
static ɵfac: i0.ɵɵFactoryDeclaration<CredentialingComponent, never>;
|
|
@@ -1824,7 +1827,7 @@ interface UserFormControls {
|
|
|
1824
1827
|
yearsOfExperince: FormControl<any | null>;
|
|
1825
1828
|
industries: FormControl<any | null>;
|
|
1826
1829
|
}
|
|
1827
|
-
declare class
|
|
1830
|
+
declare class RoleSelectComponent implements OnInit {
|
|
1828
1831
|
store: CredentialingStore;
|
|
1829
1832
|
router: Router;
|
|
1830
1833
|
private industrydata;
|
|
@@ -1873,6 +1876,7 @@ declare class RoleSelectionComponent implements OnInit {
|
|
|
1873
1876
|
selectedJobValues: number[];
|
|
1874
1877
|
provider: ProviderModel;
|
|
1875
1878
|
constructor(store: CredentialingStore, router: Router, industrydata: IndustryService, userDetailService: UserDetailService, fileService: FileService, tokenService: TokenService, fb: FormBuilder);
|
|
1879
|
+
cloudfrontUrl: string;
|
|
1876
1880
|
ngOnInit(): Promise<void>;
|
|
1877
1881
|
getYears(): void;
|
|
1878
1882
|
getIndustries(): void;
|
|
@@ -1900,8 +1904,8 @@ declare class RoleSelectionComponent implements OnInit {
|
|
|
1900
1904
|
removeRole(role: string): void;
|
|
1901
1905
|
phoneMask(event: Event): void;
|
|
1902
1906
|
AddressChangeUser(address: any): void;
|
|
1903
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1904
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1907
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RoleSelectComponent, never>;
|
|
1908
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RoleSelectComponent, "app-role-select", never, { "roleData": { "alias": "roleData"; "required": false; }; "cloudfrontUrl": { "alias": "cloudfrontUrl"; "required": false; }; }, { "backToParent": "backToParent"; }, never, never, false, never>;
|
|
1905
1909
|
}
|
|
1906
1910
|
|
|
1907
1911
|
interface CoordinateLocation {
|
|
@@ -1926,11 +1930,11 @@ interface CoordinateLocationDetail {
|
|
|
1926
1930
|
locations: CoordinateLocation[];
|
|
1927
1931
|
}
|
|
1928
1932
|
|
|
1929
|
-
declare class
|
|
1933
|
+
declare class UsMapLatestService {
|
|
1930
1934
|
private coordinates;
|
|
1931
1935
|
getUsMapCoordinates(): Promise<Coordinate>;
|
|
1932
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1933
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
1936
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UsMapLatestService, never>;
|
|
1937
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<UsMapLatestService>;
|
|
1934
1938
|
}
|
|
1935
1939
|
|
|
1936
1940
|
declare class UserCoverageAreaService {
|
|
@@ -1982,7 +1986,7 @@ declare class Step2CoverageComponent {
|
|
|
1982
1986
|
userDetail: any;
|
|
1983
1987
|
existingCoverageIds: string[];
|
|
1984
1988
|
private initialCoverageSnapshot;
|
|
1985
|
-
constructor(store: CredentialingStore, usMapService:
|
|
1989
|
+
constructor(store: CredentialingStore, usMapService: UsMapLatestService, postalCodeService: PostalCodeServices, userCoverageAreaService: UserCoverageAreaService, alertService: AlertService, tokenService: TokenService);
|
|
1986
1990
|
ngOnInit(): Promise<void>;
|
|
1987
1991
|
getData(): void;
|
|
1988
1992
|
toggleMap(): void;
|
|
@@ -2076,7 +2080,7 @@ declare class UsMapComponent implements OnChanges, OnInit, AfterViewInit {
|
|
|
2076
2080
|
filteredLocations: CoordinateLocationDetail[];
|
|
2077
2081
|
usFillColor: string;
|
|
2078
2082
|
usStrokeColor: string;
|
|
2079
|
-
constructor(cdr: ChangeDetectorRef, usMapService:
|
|
2083
|
+
constructor(cdr: ChangeDetectorRef, usMapService: UsMapLatestService);
|
|
2080
2084
|
ngOnInit(): void;
|
|
2081
2085
|
ngOnChanges(changes: SimpleChanges): void;
|
|
2082
2086
|
ngAfterViewInit(): void;
|
|
@@ -2588,7 +2592,7 @@ declare class CommonPipesModule {
|
|
|
2588
2592
|
|
|
2589
2593
|
declare class InitialProcessModule {
|
|
2590
2594
|
static ɵfac: i0.ɵɵFactoryDeclaration<InitialProcessModule, never>;
|
|
2591
|
-
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
|
|
2595
|
+
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 i2.CommonModule, typeof _angular_forms.FormsModule, typeof _angular_forms.ReactiveFormsModule, typeof i16.RouterModule, typeof UsMapModule, typeof i18.NgSelectModule, typeof i19.BsDatepickerModule, typeof Ng2LoadingSpinnerModule, typeof LoaderModule, typeof CustomPipesModule, typeof NgxStarsModule, typeof i24.TooltipModule, typeof i25.TabsModule, typeof i26.AccordionModule, typeof GooglePlaceModule, typeof i28.GoogleMapsModule, typeof TextMaskModule, typeof SignaturePadModule, typeof CommonPipesModule], [typeof InitialProcessComponent]>;
|
|
2592
2596
|
static ɵinj: i0.ɵɵInjectorDeclaration<InitialProcessModule>;
|
|
2593
2597
|
}
|
|
2594
2598
|
|