@idsoftsource/initial-process 3.6.5 → 3.6.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
|
@@ -2793,6 +2793,11 @@ declare class RoleSelectComponent implements OnInit {
|
|
|
2793
2793
|
providerdata: any;
|
|
2794
2794
|
randomId: string;
|
|
2795
2795
|
ngOnInit(): Promise<void>;
|
|
2796
|
+
private providerCacheKey;
|
|
2797
|
+
private restoreProviderMappingFromServer;
|
|
2798
|
+
private restoreProviderId;
|
|
2799
|
+
private restoreProviderIdFromLocalCache;
|
|
2800
|
+
private cacheProviderIdLocally;
|
|
2796
2801
|
getprovider(): void;
|
|
2797
2802
|
private mappingKey;
|
|
2798
2803
|
getYears(): void;
|
|
@@ -2829,9 +2834,7 @@ declare class RoleSelectComponent implements OnInit {
|
|
|
2829
2834
|
logoUrl: any;
|
|
2830
2835
|
};
|
|
2831
2836
|
saveProvider(): Promise<string | null>;
|
|
2832
|
-
/** address1 itself is owned by im-address-verify-field; patch the sibling fields it resolved. */
|
|
2833
2837
|
onCompanyAddressResolved(address: GoogleAddressResult): void;
|
|
2834
|
-
/** Hand-typed edits invalidate the previously resolved coordinates so a stale lat/lng isn't saved. */
|
|
2835
2838
|
onCompanyAddressManualEdit(): void;
|
|
2836
2839
|
saveUserIndustries(): void;
|
|
2837
2840
|
setSelectedIndustries(ids: string[]): void;
|
|
@@ -2855,9 +2858,7 @@ declare class RoleSelectComponent implements OnInit {
|
|
|
2855
2858
|
};
|
|
2856
2859
|
removeRole(role: string): void;
|
|
2857
2860
|
phoneMask(event: Event, formType?: 'user' | 'company'): void;
|
|
2858
|
-
/** address1 itself is owned by im-address-verify-field; patch the sibling fields it resolved. */
|
|
2859
2861
|
onUserAddressResolved(address: GoogleAddressResult): void;
|
|
2860
|
-
/** Hand-typed edits invalidate the previously resolved coordinates so a stale lat/lng isn't saved. */
|
|
2861
2862
|
onUserAddressManualEdit(): void;
|
|
2862
2863
|
back(): void;
|
|
2863
2864
|
static ɵfac: i0.ɵɵFactoryDeclaration<RoleSelectComponent, never>;
|