@idsoftsource/initial-process 2.1.4 → 2.1.6

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