@idsoftsource/initial-process 3.1.3 → 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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "3.1.3",
3
+ "version": "3.1.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",