ng-easycommerce 0.0.684 → 0.0.685

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.
@@ -25,6 +25,7 @@ export declare class RedSysRedirectEcComponent extends ComponentHelper implement
25
25
  urls: any[];
26
26
  closeModalReason: string;
27
27
  private stateTimeout;
28
+ private finished;
28
29
  protected dataRedirect: () => string;
29
30
  constructor(renderer: Renderer2, connection: ConnectionService, toastrService: ToastService, consts: Constants, cartService: CartService, activedRoute: ActivatedRoute, modalService: BsModalService);
30
31
  ngOnInit(): void;
@@ -34,6 +35,8 @@ export declare class RedSysRedirectEcComponent extends ComponentHelper implement
34
35
  clearStorageState: () => void;
35
36
  clickClose: () => void;
36
37
  callState: () => void;
38
+ private handleState;
37
39
  processError: (err: any) => void;
38
40
  onMessage(event: MessageEvent): void;
41
+ onStorage(event: StorageEvent): void;
39
42
  }