@idsoftsource/initial-process 0.1.2 → 0.1.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
|
@@ -662,6 +662,7 @@ interface LibraryConfig {
|
|
|
662
662
|
cloudfrontUrl: any;
|
|
663
663
|
providerId: any;
|
|
664
664
|
providerName: any;
|
|
665
|
+
isLogout: any;
|
|
665
666
|
}
|
|
666
667
|
declare const LIBRARY_CONFIG: InjectionToken<LibraryConfig>;
|
|
667
668
|
|
|
@@ -727,6 +728,7 @@ declare class InitialProcessComponent implements OnInit {
|
|
|
727
728
|
publicUrl: null;
|
|
728
729
|
};
|
|
729
730
|
points: never[];
|
|
731
|
+
showlogout: boolean;
|
|
730
732
|
pointsChange: EventEmitter<string>;
|
|
731
733
|
cleared: EventEmitter<any>;
|
|
732
734
|
companyForm: FormGroup;
|