@idsoftsource/initial-process 0.0.7 → 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
|
@@ -1930,11 +1930,11 @@ interface CoordinateLocationDetail {
|
|
|
1930
1930
|
locations: CoordinateLocation[];
|
|
1931
1931
|
}
|
|
1932
1932
|
|
|
1933
|
-
declare class
|
|
1933
|
+
declare class UsMapLatestService {
|
|
1934
1934
|
private coordinates;
|
|
1935
1935
|
getUsMapCoordinates(): Promise<Coordinate>;
|
|
1936
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1937
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
1936
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UsMapLatestService, never>;
|
|
1937
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<UsMapLatestService>;
|
|
1938
1938
|
}
|
|
1939
1939
|
|
|
1940
1940
|
declare class UserCoverageAreaService {
|
|
@@ -1986,7 +1986,7 @@ declare class Step2CoverageComponent {
|
|
|
1986
1986
|
userDetail: any;
|
|
1987
1987
|
existingCoverageIds: string[];
|
|
1988
1988
|
private initialCoverageSnapshot;
|
|
1989
|
-
constructor(store: CredentialingStore, usMapService:
|
|
1989
|
+
constructor(store: CredentialingStore, usMapService: UsMapLatestService, postalCodeService: PostalCodeServices, userCoverageAreaService: UserCoverageAreaService, alertService: AlertService, tokenService: TokenService);
|
|
1990
1990
|
ngOnInit(): Promise<void>;
|
|
1991
1991
|
getData(): void;
|
|
1992
1992
|
toggleMap(): void;
|
|
@@ -2080,7 +2080,7 @@ declare class UsMapComponent implements OnChanges, OnInit, AfterViewInit {
|
|
|
2080
2080
|
filteredLocations: CoordinateLocationDetail[];
|
|
2081
2081
|
usFillColor: string;
|
|
2082
2082
|
usStrokeColor: string;
|
|
2083
|
-
constructor(cdr: ChangeDetectorRef, usMapService:
|
|
2083
|
+
constructor(cdr: ChangeDetectorRef, usMapService: UsMapLatestService);
|
|
2084
2084
|
ngOnInit(): void;
|
|
2085
2085
|
ngOnChanges(changes: SimpleChanges): void;
|
|
2086
2086
|
ngAfterViewInit(): void;
|