@idsoftsource/initial-process 2.3.1 → 2.3.3
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
|
@@ -307,7 +307,7 @@ declare class UserDetailService {
|
|
|
307
307
|
getByUserId(userId: string, query?: any): Observable<UserAccountReadModel>;
|
|
308
308
|
getTermsAndConditions(query: {
|
|
309
309
|
type: number;
|
|
310
|
-
}): Observable<TermsandConditionModel
|
|
310
|
+
}): Observable<TermsandConditionModel>;
|
|
311
311
|
static ɵfac: i0.ɵɵFactoryDeclaration<UserDetailService, never>;
|
|
312
312
|
static ɵprov: i0.ɵɵInjectableDeclaration<UserDetailService>;
|
|
313
313
|
}
|
|
@@ -2355,7 +2355,7 @@ declare class RoleSelectComponent implements OnInit {
|
|
|
2355
2355
|
hhmmtt: string;
|
|
2356
2356
|
};
|
|
2357
2357
|
removeRole(role: string): void;
|
|
2358
|
-
phoneMask(event: Event): void;
|
|
2358
|
+
phoneMask(event: Event, formType?: 'user' | 'company'): void;
|
|
2359
2359
|
AddressChangeUser(address: any): void;
|
|
2360
2360
|
back(): void;
|
|
2361
2361
|
static ɵfac: i0.ɵɵFactoryDeclaration<RoleSelectComponent, never>;
|
|
@@ -3286,6 +3286,7 @@ declare class PreviewComponent {
|
|
|
3286
3286
|
private isBlank;
|
|
3287
3287
|
private isBlankOrNull;
|
|
3288
3288
|
sanitizePhone(value: string | null | undefined): string;
|
|
3289
|
+
getDigitCount(value: string | null | undefined): number;
|
|
3289
3290
|
sanitizeZipCode(value: string | null | undefined): string;
|
|
3290
3291
|
isMonthRangeInvalid(start: string | null | undefined, end: string | null | undefined): boolean;
|
|
3291
3292
|
private compareMonth;
|
|
@@ -3481,6 +3482,7 @@ declare class PreviewComponent {
|
|
|
3481
3482
|
private revokeObjectUrl;
|
|
3482
3483
|
previewSelectedFile(item: any): void;
|
|
3483
3484
|
private get isProviderRole();
|
|
3485
|
+
get hasRoleContextUserId(): boolean;
|
|
3484
3486
|
private get effectiveProviderName();
|
|
3485
3487
|
private get effectiveTargetProviderId();
|
|
3486
3488
|
mapBasicDetailsToUserDetail(data: any): {
|