@idsoftsource/initial-process 3.1.3 → 3.1.5
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 {
|
|
@@ -3430,7 +3431,6 @@ declare class PreviewComponent implements OnDestroy {
|
|
|
3430
3431
|
providerId: string;
|
|
3431
3432
|
private readonly EMPTY_GUID;
|
|
3432
3433
|
/** Set when withTargetProviderIdFallback substitutes the empty GUID, i.e. there's no real targetProviderId/company. */
|
|
3433
|
-
providerIdFallbackUsed: i0.WritableSignal<boolean>;
|
|
3434
3434
|
/** initialSetUpCreateUserDetail rejects a null targetProviderId with 400; substitute the empty GUID only when it's actually missing. */
|
|
3435
3435
|
private withTargetProviderIdFallback;
|
|
3436
3436
|
useremail: any;
|