@idsoftsource/initial-process 2.1.3 → 2.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
|
@@ -880,8 +880,14 @@ declare class InitialProcessComponent implements OnInit {
|
|
|
880
880
|
saveFinal(): void;
|
|
881
881
|
dashboard(): void;
|
|
882
882
|
changeAddressUser(): void;
|
|
883
|
+
scrollProgress: number;
|
|
884
|
+
private autoScrollRaf;
|
|
885
|
+
private autoScrollDelay;
|
|
883
886
|
onTermsScroll(event: Event): void;
|
|
884
887
|
openModal(template: TemplateRef<any>, title: string, event: any): void;
|
|
888
|
+
startAutoScroll(): void;
|
|
889
|
+
stopAutoScroll(): void;
|
|
890
|
+
scrollToBottomClick(event: Event): void;
|
|
885
891
|
agree(title: string): void;
|
|
886
892
|
decline(title: string): void;
|
|
887
893
|
logout(): Promise<void>;
|