@idsoftsource/initial-process 3.1.2 → 3.1.4
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
|
@@ -1028,6 +1028,7 @@ declare class InitialProcessComponent implements OnInit {
|
|
|
1028
1028
|
private authLogoutService;
|
|
1029
1029
|
private credStore;
|
|
1030
1030
|
private libConfig;
|
|
1031
|
+
providerName: string;
|
|
1031
1032
|
signatureFileId: any;
|
|
1032
1033
|
signatureUrl: any;
|
|
1033
1034
|
private signatureDirty;
|
|
@@ -1268,7 +1269,7 @@ declare class InitialProcessComponent implements OnInit {
|
|
|
1268
1269
|
onBeforeUnload(event: BeforeUnloadEvent): void;
|
|
1269
1270
|
ngOnDestroy(): void;
|
|
1270
1271
|
static ɵfac: i0.ɵɵFactoryDeclaration<InitialProcessComponent, never>;
|
|
1271
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InitialProcessComponent, "app-initial-process", never, {}, {}, never, never, false, never>;
|
|
1272
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InitialProcessComponent, "app-initial-process", never, { "providerName": { "alias": "providerName"; "required": false; }; }, {}, never, never, false, never>;
|
|
1272
1273
|
}
|
|
1273
1274
|
|
|
1274
1275
|
declare class FrontEndProvidersService {
|
|
@@ -3428,6 +3429,11 @@ declare class PreviewComponent implements OnDestroy {
|
|
|
3428
3429
|
private cdr;
|
|
3429
3430
|
private libConfig;
|
|
3430
3431
|
providerId: string;
|
|
3432
|
+
private readonly EMPTY_GUID;
|
|
3433
|
+
/** Set when withTargetProviderIdFallback substitutes the empty GUID, i.e. there's no real targetProviderId/company. */
|
|
3434
|
+
providerIdFallbackUsed: i0.WritableSignal<boolean>;
|
|
3435
|
+
/** initialSetUpCreateUserDetail rejects a null targetProviderId with 400; substitute the empty GUID only when it's actually missing. */
|
|
3436
|
+
private withTargetProviderIdFallback;
|
|
3431
3437
|
useremail: any;
|
|
3432
3438
|
readonly educationDegreeTypeOptions: string[];
|
|
3433
3439
|
readonly monthPickerConfig: {
|